diff --git a/tmux-2.9.conf b/tmux-2.9.conf index caa8e84..bd0e50d 100644 --- a/tmux-2.9.conf +++ b/tmux-2.9.conf @@ -35,11 +35,11 @@ set -g window-status-separator '' set -g @ssh_auto_rename_window off set -g status-style '' -set-window-option -g status-left "#[bg=green, fg=black]#{?client_prefix,#[bg=black fg=green]#[bg=yellow fg=black],} #S " +set-window-option -g status-left "#[fg=green]#{?client_prefix,#[bg=black fg=green]#[bg=yellow fg=black],} #S " set-window-option -g status-right "#(~/fmux/tmux-right.sh)" set-window-option -g window-status-style "fg=white" -set-window-option -g window-status-current-style "fg=green" +set-window-option -g window-status-current-style "bg=green, fg=black" set-window-option -g window-status-bell-style "fg=yellow" set-window-option -g window-status-activity-style "fg=blue" set-window-option -g window-status-format ' #I #W '