fix syntax in tmux theme

This commit is contained in:
Kujiu 2018-11-02 11:55:27 +01:00
parent 5046906cb2
commit 5afb9532f4
No known key found for this signature in database
GPG key ID: F6A8243BF7C8404D

View file

@ -17,5 +17,5 @@ set -g pane-border-fg "black"
set -g status-left-attr "none"
set -g status-left "#[fg=white,bg=colour31] S#S #[fg=colour2,bg=colour233,nobold,nounderscore,noitalics]"
set -g status-right "#[nobold,nounderscore,noitalics] #[fg=colour2,bg=black,nobold,nounderscore,noitalics]#[fg=colour232,bg=colour2] #h"
setw -g window-status-format "#[fg=colour031,bg=black] #{?window_activity_flag,#,}#{?window_bell_flag,!,}#{?window_silence_flag,~,}#I"
setw -g window-status-format "#[fg=colour031,bg=black] #{?window_activity_flag,##,}#{?window_bell_flag,!,}#{?window_silence_flag,~,}#I"
setw -g window-status-current-format " #[fg=white,bg=colour31,nobold,nounderscore,noitalics][#I]#[fg=black,bg=colour233,nobold,nounderscore,noitalics]"