tmux: Fix rightmost status line color

This commit is contained in:
2022-06-30 21:00:55 +02:00
parent e88b1dd5fa
commit 6763f4105f

View File

@@ -56,7 +56,7 @@ set-window-option -g automatic-rename-format '#{pane_current_command}'
set-window-option -g window-status-separator ' '
set -g status-left " #[bg=#6c99bb,fg=#2e2e2e] #{session_name} #[bg=#2e2e2e] "
set -g status-right "#[bg=#CCCCCC,fg=#555555] #{host} #[bg=#272822] "
set -g status-right "#[bg=#CCCCCC,fg=#555555] #{host} #[bg=#2e2e2e] "
set -g status-left-length 100
set -g message-style "bg=#CCCCCC,fg=#555555"