From d6ac3d60559bc5e66e2bcd34a21c12602dc7d20d Mon Sep 17 00:00:00 2001 From: Abhishek Keshri Date: Sun, 17 Mar 2024 08:12:59 +0530 Subject: [PATCH] feat: update current flag color --- scripts/tmux2k.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tmux2k.sh b/scripts/tmux2k.sh index eeb817a..b760d13 100755 --- a/scripts/tmux2k.sh +++ b/scripts/tmux2k.sh @@ -128,7 +128,7 @@ status_bar() { window_list() { if $show_flags; then flags="#{?window_flags,#[fg=${light_red}]#{window_flags},}" - current_flags="#{?window_flags,#[fg=${light_red}]#{window_flags},}" + current_flags="#{?window_flags,#[fg=${light_green}]#{window_flags},}" fi if $show_powerline; then