diff options
author | aktersnurra <grydholm@kth.se> | 2021-02-17 23:27:11 +0100 |
---|---|---|
committer | aktersnurra <grydholm@kth.se> | 2021-02-17 23:27:11 +0100 |
commit | f3a9aa1a757418e0a27f1c5e6f81286abbfa9bd5 (patch) | |
tree | 02df6e9b62f4d1a716dfaa1dfc34936245f44067 | |
parent | 06c5c1dfc8104f73c01ef3971cc0f02f71ffe585 (diff) |
changed status window
-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 |