Enable 24-bit color in tmux for alacritty
This commit is contained in:
parent
4cd0ecbe46
commit
aca798569d
|
@ -3,9 +3,8 @@ unbind r
|
|||
bind r source-file ~/.tmux.conf\; display "Reloaded conf."
|
||||
|
||||
# Set color enabled
|
||||
# set -g default-terminal screen-256color
|
||||
set -g default-terminal "xterm-256color"
|
||||
set -ga terminal-overrides ",*256col*:Tc"
|
||||
# set -g default-terminal "xterm-256color"
|
||||
set -ga terminal-overrides ",*256col*,alacritty:Tc"
|
||||
|
||||
# Stop automatic window renaming
|
||||
# set -g set-titles off
|
||||
|
|
Loading…
Reference in a new issue