From 5686f09631d5c616cc185a6aef2c6ca7af849969 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Sat, 11 Jan 2020 19:27:06 +0100 Subject: [PATCH] update config to 2.9 compatible --- tmux.conf | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/tmux.conf b/tmux.conf index 007bb42..711f950 100644 --- a/tmux.conf +++ b/tmux.conf @@ -22,19 +22,15 @@ set -g allow-rename off # THEME #### COLOUR # default statusbar colors -set-option -g status-bg colour232 -set-option -g status-fg colour239 -set-option -g status-attr default +set-option -g status-style bg=colour232,fg=colour239,default # border -set -g pane-border-fg colour234 -set -g pane-border-bg default -set -g pane-active-border-fg colour236 -set -g pane-active-border-bg default +set -g pane-border-style fg=colour234,bg=default +set -g pane-active-border-style fg=colour236,bg=default # active window title colors -set-window-option -g window-status-current-fg colour231 -set-window-option -g window-status-current-bg default +set-window-option -g window-status-current-style fg=colour231,bg=default +set-window-option -g window-status-style fg=colour239,bg=default # bell set-window-option -g window-status-bell-style fg=colour232,bg=colour253