Update colors with monokai
This commit is contained in:
@@ -39,25 +39,26 @@ set -g status-position bottom
|
||||
set -g status-justify left
|
||||
|
||||
|
||||
set-option -g status-bg '#272822'
|
||||
set-option -g status-bg '#2e2e2e'
|
||||
set-option -g status-fg white
|
||||
|
||||
set-window-option -g window-status-format ' #I: #W #F '
|
||||
set-window-option -g window-status-current-format ' #I: #W #F '
|
||||
set-window-option -g window-status-current-style "bg=#e5b567,fg=black"
|
||||
|
||||
set-window-option -g monitor-activity on
|
||||
set -g visual-activity on
|
||||
set-window-option -g visual-activity off
|
||||
set-window-option -g window-status-activity-style "fg=red"
|
||||
|
||||
set-window-option -g automatic-rename on
|
||||
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-left " #[bg=#6c99bb,fg=#2e2e2e] #{session_name} #[bg=#2e2e2e] "
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user