From 3588dd7e2cf77d2c6bbf07ed06c7402706237a67 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sat, 22 Jul 2023 18:37:56 +0200 Subject: [PATCH] tmux: minor color tweak --- config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 7fb37a1..1c82d08 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -95,7 +95,7 @@ setw -g window-status-current-format '\ #[fg=brightblack]#{window_flags} ' setw -g window-status-format '\ -#{?client_prefix,#[fg=brightwhite],#[fg=white]}#{window_index} \ +#{?client_prefix,#[fg=brightwhite],#[default]}#{window_index} \ #[default]#{window_name}\ #[fg=brightblack]#{window_flags} '