diff --git a/.tmux.conf b/.tmux.conf index 91ca32d..ac32853 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -52,7 +52,8 @@ set-window-option -g window-status-current-bg default # pane border set-option -g pane-border-fg white #base2 -set-option -g pane-active-border-fg cyan #base1 +set-option -g pane-active-border-bg blue #base1 +set-option -g pane-active-border-fg white #base1 # message text set-option -g message-bg white #base2 @@ -105,8 +106,8 @@ set -g status-right-length 150 set -g status-fg white set -g status-bg colour234 # set -g window-status-activity-attr bold -set -g pane-border-fg colour245 -set -g pane-active-border-fg colour39 +## 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