diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/tmux/.tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/tmux/.tmux.conf b/.config/tmux/.tmux.conf index 090bd56..1c3bf2d 100644 --- a/.config/tmux/.tmux.conf +++ b/.config/tmux/.tmux.conf @@ -62,7 +62,7 @@ set -g status-right "#{prefix_highlight}#[fg=white,bg=brightblack] %a %d %b %H:% #+--- Windows ---+ set -g window-status-format "#[fg=white,bg=black] #I #[fg=white,bg=black]#W #F " -set -g window-status-current-format "#[fg=white,bg=default] #I#[fg=white,bg=default,nobold,noitalics,nounderscore] #[fg=white,bg=default,bold]#W #F " +set -g window-status-current-format "#[fg=blue,bg=default] #I#[fg=blue,bg=default,nobold,noitalics,nounderscore] #[fg=white,bg=default,bold]#W #F " set -g window-status-separator "" #+--- Colors ---+ #set -g status-bg black |