More consistent colors.

This commit is contained in:
Bartek Stalewski 2023-01-27 18:09:32 +01:00
parent 340aa9d19f
commit 277670676a

View File

@ -26,7 +26,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=color4] #h "
setw -g window-status-separator "" setw -g window-status-separator ""
setw -g window-status-format "#[fg=,bg=default] #W " setw -g window-status-format "#[fg=color242,bg=default] #W "
setw -g window-status-current-format "#[fg=black,bg=blue] #W " setw -g window-status-current-format "#[fg=color15,bg=color4] #W "