From 125fe45c85089689ce4a9a83e6866e1d60dc1ce3 Mon Sep 17 00:00:00 2001 From: xero Date: Mon, 30 Mar 2015 00:20:05 -0400 Subject: update tmux colors to match vim --- tmux/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux/.tmux.conf') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 19c3a29..9a8f412 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -107,14 +107,14 @@ setw -g aggressive-resize on set-option -g status-position bottom setw -g window-status-format "#[bg=colour8]#[fg=black]█▓░ #W " setw -g window-status-attr dim -setw -g window-status-current-format "#[bg=blue]#[fg=black]█▓░ #W " +setw -g window-status-current-format "#[bg=colour66]#[fg=black]█▓░ #W " setw -g window-status-content-attr blink setw -g window-status-current-attr dim # Info on right set -g status-right-length 100 set -g status-right '' -set -g status-right '#[bg=colour141]#[fg=colour0]█▓░ #(~/code/sys/status)' +set -g status-right '#(~/code/sys/status)' # Info on left (no session display) set -g status-left '' -- cgit v1.2.1