From 07e7300df82e38aa61b252ac14ce116f0a293c94 Mon Sep 17 00:00:00 2001 From: frosty Date: Fri, 4 Jul 2025 07:34:44 -0400 Subject: tmux: set style for inactive windows --- .config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/tmux/tmux.conf') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 43b85e4..97fe15b 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -17,6 +17,8 @@ bind 0 select-window -t 10 # ui set -g status-style "fg=white" +setw -g window-status-current-style "fg=white" +setw -g window-status-style "fg=brightblack" bind '"' split-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" -- cgit v1.2.3