From 36601f05a7ad74273af80c5d5377698e52c3d2ab Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Tue, 7 May 2019 11:55:00 +0200 Subject: [PATCH] tmux: fix config synatx --- .tmux.conf | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 1c2bf9d..19a31e9 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -69,17 +69,13 @@ set-option -g status-bg black set-option -g status-fg white set-option -g status-left-length 40 -set-option -g pane-active-border-fg green -set-option -g pane-active-border-bg black -set-option -g pane-border-fg white -set-option -g pane-border-bg black +set-option -g pane-active-border-style fg=green,bg=black +set-option -g pane-border-style fg=white,bg=black -set-option -g message-fg black -set-option -g message-bg green +set-option -g message-style fg=black,bg=green -setw -g window-status-bg black -setw -g window-status-current-fg green -#setw -g window-status-flagged-fg yellow +setw -g window-status-style bg=black +setw -g window-status-current-style fg=green set -g status-left '#[fg=red]#H#[fg=green]:#[fg=white]#S #[fg=green]][#[default]'