From a86ab1fdb15425c53877d1b8a7c80b8d1a751ffe Mon Sep 17 00:00:00 2001 From: Zhou Yicheng Date: Sun, 5 May 2019 14:28:25 +0800 Subject: [PATCH] Adapt to tmux 2.9 conf --- tmux/tmux.conf | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index cde5c09..38b7776 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -49,13 +49,10 @@ set-window-option -g mouse on # color scheme (styled as vim-powerline) set -g status-left-length 52 set -g status-right-length 451 -set -g status-fg white -set -g status-bg colour234 -set -g pane-border-fg colour245 -set -g pane-active-border-fg colour39 -set -g message-fg colour16 -set -g message-bg colour221 -set -g message-attr bold +set -g status-style fg=white,bg=colour234 +set -g pane-border-style fg=colour245 +set -g pane-active-border-style fg=colour39 +set -g message-style fg=colour16,bg=colour221,bold set -g status-left '#[fg=colour235,bg=colour252,bold] ❐ #S #[fg=colour252,bg=colour238,nobold]⮀#[fg=colour245,bg=colour238,bold] #(whoami) #[fg=colour238,bg=colour234,nobold]⮀' set -g window-status-format '#[fg=colour235,bg=colour252,bold] #I #(pwd="#{pane_current_path}"; echo ${pwd####*/}) #W ' set -g window-status-current-format '#[fg=colour234,bg=colour39]⮀#[fg=black,bg=colour39,noreverse,bold] #{?window_zoomed_flag,#[fg=colour228],} #I #(pwd="#{pane_current_path}"; echo ${pwd####*/}) #W #[fg=colour39,bg=colour234,nobold]⮀'