tmux: minor color tweaks for gruvbox

This commit is contained in:
Fernando Schauenburg 2023-08-01 14:06:51 +02:00
parent cd9f2ab8f2
commit 167c45650a

View file

@ -87,16 +87,16 @@ if-shell 'test "$(uname)" = "Darwin"' \
# #
set -g status-left ' ' set -g status-left ' '
set -g status-right '\ set -g status-right '\
#{?client_prefix,#[fg=brightwhite],#[default]} #{session_name} @ #{host_short}' #{?client_prefix,#[fg=brightwhite],#[fg=brightblack]} #{session_name} @ #{host_short}'
setw -g window-status-current-format '\ setw -g window-status-current-format '\
#{?client_prefix,#[fg=brightwhite],#[fg=blue]}#{window_index} \ #{?client_prefix,#[fg=brightwhite],#[fg=blue]}#{window_index} \
#[fg=blue]#{window_name}\ #[fg=blue]#{window_name}\
#[fg=brightblack]#{window_flags} ' #[fg=tblue]#{window_flags} '
setw -g window-status-format '\ setw -g window-status-format '\
#{?client_prefix,#[fg=brightwhite],#[default]}#{window_index} \ #{?client_prefix,#[fg=brightwhite],#[fg=brightblack]}#{window_index} \
#[default]#{window_name}\ #[fg=brightblack]#{window_name}\
#[fg=brightblack]#{window_flags} ' #[fg=brightblack]#{window_flags} '
set -g status-justify left set -g status-justify left