From 167c45650a49a79ebb5474c5a7260d1e7f2e5778 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 1 Aug 2023 14:06:51 +0200 Subject: [PATCH] tmux: minor color tweaks for gruvbox --- config/tmux/tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 1c82d08..9a9597d 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -87,16 +87,16 @@ if-shell 'test "$(uname)" = "Darwin"' \ # set -g status-left ' ' 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 '\ #{?client_prefix,#[fg=brightwhite],#[fg=blue]}#{window_index} \ #[fg=blue]#{window_name}\ -#[fg=brightblack]#{window_flags} ' +#[fg=tblue]#{window_flags} ' setw -g window-status-format '\ -#{?client_prefix,#[fg=brightwhite],#[default]}#{window_index} \ -#[default]#{window_name}\ +#{?client_prefix,#[fg=brightwhite],#[fg=brightblack]}#{window_index} \ +#[fg=brightblack]#{window_name}\ #[fg=brightblack]#{window_flags} ' set -g status-justify left