Enable 24-bit color in tmux for alacritty

This commit is contained in:
Edward Litherland-Smith 2022-05-27 16:21:17 +01:00
parent 4cd0ecbe46
commit aca798569d

View file

@ -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