aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.conf b/tmux.conf
index 1b04b1d..dff5a95 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -20,9 +20,9 @@ set -g status-bg '#480b8e'
20set -g status-fg '#ffffff' 20set -g status-fg '#ffffff'
21 21
22# Set inactive/active window styles. 22# Set inactive/active window styles.
23set -g window-status-current-format "#[fg=#ffffff]#[bg=#121212]#[fg=#ffffff]#[bg=#121212] #I:#W #[fg=#ffffff]#[bg=#121212]" 23set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]"
24set -g window-style 'bg=#222222' 24set -g window-style 'bg=#222222'
25set -g window-active-style 'bg=#121212' 25set -g window-active-style 'bg=#111111'
26 26
27# Other settings 27# Other settings
28set-option -sg escape-time 10 28set-option -sg escape-time 10