tmux: Fix rightmost status line color
This commit is contained in:
@@ -56,7 +56,7 @@ set-window-option -g automatic-rename-format '#{pane_current_command}'
|
|||||||
set-window-option -g window-status-separator ' '
|
set-window-option -g window-status-separator ' '
|
||||||
|
|
||||||
set -g status-left " #[bg=#6c99bb,fg=#2e2e2e] #{session_name} #[bg=#2e2e2e] "
|
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 status-left-length 100
|
||||||
|
|
||||||
set -g message-style "bg=#CCCCCC,fg=#555555"
|
set -g message-style "bg=#CCCCCC,fg=#555555"
|
||||||
|
|||||||
Reference in New Issue
Block a user