diff --git a/tmux.conf b/tmux.conf index 1ef9f5b..0fdd157 100644 --- a/tmux.conf +++ b/tmux.conf @@ -34,14 +34,14 @@ set -g status-style 'fg=red' set -g status-left '' set -g status-left-length 10 -set -g status-right-style 'fg=black bg=yellow' +set -g status-right-style 'fg=black bg=green' set -g status-right '%Y-%m-%d %H:%M ' set -g status-right-length 50 -setw -g window-status-current-style 'fg=black bg=red' +setw -g window-status-current-style 'fg=black bg=green' setw -g window-status-current-format ' #I #W #F ' -setw -g window-status-style 'fg=red bg=black' +setw -g window-status-style 'fg=green bg=black' setw -g window-status-format ' #I #[fg=white]#W #[fg=yellow]#F ' setw -g window-status-bell-style 'fg=yellow bg=red bold'