From 0a78ecac74709ff02339ee2fc5843365639f3b4f Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 4 Feb 2018 11:04:04 +0800 Subject: tmux: tweak window status styles --- _tmux.conf | 6 ++++-- 1 file 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" -- cgit v1.2.2