fix(tmux): fixed tmux colors

This commit is contained in:
2025-11-12 10:57:39 +00:00
parent 58de0c3d31
commit afacb3b04c

View File

@@ -20,7 +20,8 @@ in
minimal-tmux-status
];
extraConfig = ''
set-option -g default-terminal "screen-256color"
set-option -g default-terminal "xterm-256color"
set -a terminal-features "xterm-256color:RGB"
set -g status-bg black
set -g status-fg white
'';