Fix for 'new blue'.
This commit is contained in:
parent
8f9965e5b1
commit
d428d93c44
@ -25,7 +25,7 @@ set -g status-style "bg=default"
|
|||||||
set -g message-style "fg=default,bg=default"
|
set -g message-style "fg=default,bg=default"
|
||||||
set -g message-command-style "fg=default,bg=default"
|
set -g message-command-style "fg=default,bg=default"
|
||||||
set -g status-left ""
|
set -g status-left ""
|
||||||
set -g status-right "#[fg=blue] #h "
|
set -g status-right "#[fg=brightblue] #h "
|
||||||
setw -g window-status-separator ""
|
setw -g window-status-separator ""
|
||||||
setw -g window-status-format "#[fg=default,bg=default] #W "
|
setw -g window-status-format "#[fg=default,bg=default] #W "
|
||||||
setw -g window-status-current-format "#[fg=brightwhite,bg=blue] #W "
|
setw -g window-status-current-format "#[fg=brightwhite,bg=brightblue] #W "
|
||||||
|
Loading…
Reference in New Issue
Block a user