diff options
-rw-r--r-- | _tmux.conf | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -177,12 +177,14 @@ set -g status-right \ # Window status setw -g window-status-separator " " setw -g window-status-style "fg=blue,bold" -setw -g window-status-current-style "fg=blue,bold,reverse" +setw -g window-status-current-style "fg=green,bold,reverse" +setw -g window-status-last-style "fg=magenta,bold" +setw -g window-status-activity-style "fg=yellow,bold" setw -g window-status-bell-style "fg=red,bold" setw -g window-status-format \ "#[fg=yellow]#I:#[default]#{=10:window_name}#F" setw -g window-status-current-format \ - "#[fg=yellow]#I:#[fg=blue]#W#[fg=green]#F#[default]" + "#[fg=yellow]#I:#[fg=default]#W#F" # Window mode setw -g mode-style "fg=yellow,bg=default,bold" |