From daa0afd3d8380e2f26c048b6dff773922a251ff7 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Jun 2025 14:33:59 +0200 Subject: [PATCH] yellow --- sh/tmux.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index f9359e1..b4863a4 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -139,9 +139,7 @@ set-option -g status-format[2] '\ set-option -g status-format[3] '\ #{P:\ #[bg=##202020] #[bg=##303030]\ -#[fg=yellow]#{pane_index}\ - \ -#{?pane_active,#[fg=green],#[fg=blue]}\ +#{?pane_active,#[fg=green],#[fg=yellow]}\ #{pane_current_command}\ #[bg=##202020] \ #[bg=default] \ @@ -157,9 +155,7 @@ set-option -g status-format[3] '\ set-option -g status-format[4] '\ #{P:\ #[bg=##202020] #[bg=##303030]\ -#[fg=yellow]#{pane_index}\ - \ -#{?pane_active,#[fg=green],#[fg=blue]}\ +#{?pane_active,#[fg=green],#[fg=yellow]}\ #{pane_width}×#{pane_height}\ #[bg=##202020] \ #[bg=default] \