aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_tmux.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/_tmux.conf b/_tmux.conf
index d4b49e9..40018a3 100644
--- a/_tmux.conf
+++ b/_tmux.conf
@@ -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"