diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 0c25e66..91bb478 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -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"