diff options
Diffstat (limited to 'tmux.conf')
| -rw-r--r-- | tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -12,7 +12,7 @@ set -g base-index 1 | |||
| 12 | set-window-option -g pane-base-index 1 | 12 | set-window-option -g pane-base-index 1 |
| 13 | set -g renumber-windows on | 13 | set -g renumber-windows on |
| 14 | 14 | ||
| 15 | set -g status-bg '#480b8e' | 15 | set -g status-bg '#333333' |
| 16 | set -g status-fg '#ffffff' | 16 | set -g status-fg '#ffffff' |
| 17 | set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]" | 17 | set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]" |
| 18 | set -g window-style 'bg=#222222' | 18 | set -g window-style 'bg=#222222' |
