From 657e6f99b5bdff4e2cc440cdd818f1ea0aa14a1f Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Fri, 31 Jan 2020 11:42:20 +0100 Subject: [PATCH] =?UTF-8?q?TMUX:=20correction=20des=20propri=C3=A9t=C3=A9s?= =?UTF-8?q?=20obsol=C3=A8tes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .tmux.conf | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 28bcd1b..5b4db40 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -40,12 +40,12 @@ setw -g mode-keys vi # set some pretty colors # ---------------------- # set pane colors - hilight the active pane -set-option -g pane-border-fg colour235 #base02 -set-option -g pane-active-border-fg colour240 #base01 +set-option -g pane-border-style fg=colour235 #base02 +set-option -g pane-active-border-style fg=colour240 #base01 # colorize messages in the command line -set-option -g message-bg black #base02 -set-option -g message-fg brightred #orange +set-option -g message-style bg=black #base02 +set-option -g message-style fg=brightred #orange # ---------------------- # Status Bar @@ -63,16 +63,16 @@ set -g visual-activity on # set color for status bar set-option -g status-bg colour235 #base02 set-option -g status-fg yellow #yellow -set-option -g status-attr dim +set-option -g status-style "dim" # set window list colors - red for active and cyan for inactive -set-window-option -g window-status-fg default -set-window-option -g window-status-bg colour236 -set-window-option -g window-status-attr dim +set-window-option -g window-status-style fg=default +set-window-option -g window-status-style bg=colour236 +set-window-option -g window-status-style dim -set-window-option -g window-status-current-fg brightred #orange -set-window-option -g window-status-current-bg colour236 -set-window-option -g window-status-current-attr bright +set-window-option -g window-status-current-style fg=brightred #orange +set-window-option -g window-status-current-style bg=colour236 +set-window-option -g window-status-current-style bright # status bar #set -g status-right "#[fg=blue]#S #I:#P #[fg=yellow]:: %d %b %Y #[fg=green]:: %l:%M %p :: #(date -u | awk '{print $4}')::"