diff options
Diffstat (limited to 'tmux.conf')
| -rw-r--r-- | tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -20,9 +20,9 @@ set -g status-bg '#480b8e' | |||
| 20 | set -g status-fg '#ffffff' | 20 | set -g status-fg '#ffffff' |
| 21 | 21 | ||
| 22 | # Set inactive/active window styles. | 22 | # Set inactive/active window styles. |
| 23 | set -g window-status-current-format "#[fg=#ffffff]#[bg=#131313]#[fg=#ffffff]#[bg=#131313] #I:#W #[fg=#ffffff]#[bg=#131313]" | 23 | set -g window-status-current-format "#[fg=#ffffff]#[bg=#121212]#[fg=#ffffff]#[bg=#121212] #I:#W #[fg=#ffffff]#[bg=#121212]" |
| 24 | set -g window-style 'bg=#222222' | 24 | set -g window-style 'bg=#222222' |
| 25 | set -g window-active-style 'bg=#131313' | 25 | set -g window-active-style 'bg=#121212' |
| 26 | 26 | ||
| 27 | # Other settings | 27 | # Other settings |
| 28 | set-option -sg escape-time 10 | 28 | set-option -sg escape-time 10 |
