Tmux: update grey color code for v3.5

This commit is contained in:
Akemi Izuko 2024-09-30 17:41:38 -06:00
parent f1352b4f0a
commit d0bea6a639
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC

View file

@ -143,7 +143,7 @@ set-option -g status-position bottom
set -g status-left-length 32
set -g status-bg "black"
set -g status-fg "grey"
set -g status-fg "color250"
set-option -g status-left "#[fg=yellow, bg=black bold] #H "
@ -153,9 +153,9 @@ set-window-option -g window-status-current-format "\
#[fg=green, bg=black]"
set-window-option -g window-status-format "\
#[fg=black, bg=grey]\
#[fg=black, bg=grey] #I  #W \
#[fg=grey, bg=black]"
#[fg=black, bg=color250]\
#[fg=black, bg=color250] #I  #W \
#[fg=color250, bg=black]"
set-option -g status-right "\
#[fg=yellow, bg=black] #S  #(whoami) \