summaryrefslogtreecommitdiff
path: root/tmux/dot-tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/dot-tmux.conf')
-rw-r--r--tmux/dot-tmux.conf18
1 files changed, 9 insertions, 9 deletions
diff --git a/tmux/dot-tmux.conf b/tmux/dot-tmux.conf
index ce2a04e..c1954f1 100644
--- a/tmux/dot-tmux.conf
+++ b/tmux/dot-tmux.conf
@@ -15,17 +15,17 @@ set-option -g status-position bottom
set-option -g status-right ' #h #[fg=black]#[bg=#556677]#[bg=black]#[fg=#556677]#(uptime | sed "s/,[^:]*//")#[default]'
set-option -g status-right-length 100
-set-option -g status-style fg='#ffffff',bg='#556677'
-set-option -g window-status-style fg='#ffffff',bg='#333333'
-set-option -g window-status-current-style fg='#ffffff',bg='#55aa55'
-set-option -g window-status-bell-style fg='#ffffff',bg='#ee3322'
-set-option -g window-status-separator " "
-set-option -g window-status-format "#[fg=#556677]#[default]#[bg=#333333] #I  #W #[fg=#556677]#[reverse]"
-set-option -g window-status-current-format "#[fg=#556677]#[default]#[bg=#55aa55] #I  #W #[fg=#556677]#[reverse]"
+set-option -g status-style fg='#ffffff',bg='#556677'
+set-option -g window-status-style fg='#ffffff',bg='#333333'
+set-option -g window-status-current-style fg='#556677',bg='#ffffff'
+set-option -g window-status-bell-style fg='#ffffff',bg='#ee2222'
+set-option -g window-status-separator " "
+set-option -g window-status-format " #I:#W #[reverse]#[fg=#556677]"
+set-option -g window-status-current-format " #W "
-set-option -g pane-border-format "[ #P ]"
+set-option -g pane-border-format " #P "
set-option -g pane-active-border-style fg='#ffffff'
-set-option -g pane-border-style fg='#556677'
+set-option -g pane-border-style fg='#556677'
# Smart pane switching with awareness of Vim splits.
# See: https://github.com/christoomey/vim-tmux-navigator