Fix monokai background color

This commit is contained in:
2022-06-30 21:29:42 +02:00
parent 6763f4105f
commit 72386b0005
2 changed files with 13 additions and 14 deletions

View File

@@ -39,8 +39,7 @@ set -g status-position bottom
set -g status-justify left
set-option -g status-bg '#2e2e2e'
set-option -g status-fg white
set-option -g status-style bg=default
set-window-option -g window-status-format ' #I: #W #F '
set-window-option -g window-status-current-format ' #I: #W #F '
@@ -55,8 +54,8 @@ 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=#2e2e2e] "
set -g status-left " #[bg=#6c99bb,fg=#2e2e2e] #{session_name} #[bg=default] "
set -g status-right "#[bg=#CCCCCC,fg=#555555] #{host} #[bg=default] "
set -g status-left-length 100
set -g message-style "bg=#CCCCCC,fg=#555555"