tmux: Update status colors

This commit is contained in:
2020-12-10 03:56:02 +01:00
parent ac1f2a7cdb
commit e0439c8f54

View File

@@ -54,9 +54,12 @@ set-window-option -g automatic-rename-format '#{pane_current_command}'
set-window-option -g window-status-separator ' '
set -g status-left " #[bg=#A6E22E,fg=#000000] #{session_name} #[bg=#272822] "
# set -g status-right "#[bg=#A6E22E,fg=#000000] #{host} #[bg=#272822] "
set -g status-right "#[bg=#CCCCCC,fg=#555555] #{host} #[bg=#272822] "
set -g status-left-length 100
set -g status-style "bg=#272822,fg=#FFFFFF"
set -g message-style "bg=#CCCCCC,fg=#555555"
# vertical = | in this case
unbind %
unbind '"'