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 1c52a78..1b04b1d 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=#131313]#[fg=#ffffff]#[bg=#131313] #I:#W #[fg=#ffffff]#[bg=#131313]" 23set -g window-status-current-format "#[fg=#ffffff]#[bg=#121212]#[fg=#ffffff]#[bg=#121212] #I:#W #[fg=#ffffff]#[bg=#121212]"
24set -g window-style 'bg=#222222' 24set -g window-style 'bg=#222222'
25set -g window-active-style 'bg=#131313' 25set -g window-active-style 'bg=#121212'
26 26
27# Other settings 27# Other settings
28set-option -sg escape-time 10 28set-option -sg escape-time 10