update: tmux: true color (24bit) support for alacritty, xterm-256
This commit is contained in:
parent
4b5d01a646
commit
01dbf0f83c
1 changed files with 8 additions and 0 deletions
|
@ -38,4 +38,12 @@ set-option -g status-right "#[bg=colour156] #T | %y/%m/%d %H:%M:%S"
|
|||
#set-window-option -g window-status-format "#[bg=green]#I:#W-" # default
|
||||
set-window-option -g window-status-current-format "#[bg=colour156]#I:#W*"
|
||||
|
||||
# -----------------------------------------------
|
||||
# true colour
|
||||
# alacritty: alacritty
|
||||
# wezterm xfce-terminal konsole gnome-terminal: xterm-256color
|
||||
set -ga terminal-overrides ",alacritty:RGB,xterm-256color:RGB"
|
||||
|
||||
set-option -g focus-events on
|
||||
set -s escape-time 100
|
||||
|
||||
|
|
Loading…
Reference in a new issue