aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/tmux.conf b/tmux.conf
index 8af4b84..23c8d9b 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -18,9 +18,11 @@ set -g renumber-windows on
18# Statusbar: purple bg and white fg. 18# Statusbar: purple bg and white fg.
19set -g status-bg '#480b8e' 19set -g status-bg '#480b8e'
20set -g status-fg '#ffffff' 20set -g status-fg '#ffffff'
21set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]" 21
22set -g pane-active-border fg=#777777 22# Set inactive/active window styles.
23set -g pane-border-style fg=#222222 23set -g window-status-current-format "#[fg=#ffffff]#[bg=#151515]#[fg=#ffffff]#[bg=#151515] #I:#W #[fg=#ffffff]#[bg=#151515]"
24set -g window-style 'bg=#222222'
25set -g window-active-style 'bg=#151515'
24 26
25# Other settings 27# Other settings
26set-option -sg escape-time 10 28set-option -sg escape-time 10