summaryrefslogtreecommitdiff
path: root/.config/tmux
diff options
context:
space:
mode:
authorfrosty <passedgoandgot200@disroot.org>2025-07-04 07:34:44 -0400
committerfrosty <passedgoandgot200@disroot.org>2025-07-04 07:34:44 -0400
commit07e7300df82e38aa61b252ac14ce116f0a293c94 (patch)
treee732bf28ad82c4c3de56360d59217eb8550a194c /.config/tmux
parentb3b946c9fb8562f38066ad9a3214719825172d74 (diff)
downloaddotfiles-master.tar.gz
dotfiles-master.zip
tmux: set style for inactive windowsHEADmaster
Diffstat (limited to '.config/tmux')
-rw-r--r--.config/tmux/tmux.conf2
1 files changed, 2 insertions, 0 deletions
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}"