From 4d6e50c6520ac5c3544cf27390b66fa550107d6c Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Thu, 11 Jun 2020 13:56:00 -0400 Subject: [PATCH] Fixed the style changes that I did not know about for the f32 update --- tmux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 13b76c0..694275d 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -62,4 +62,5 @@ bind -r K resize-pane -U 5 bind -r L resize-pane -R 5 #set border colors -set -g pane-active-border-fg blue +#set -g pane-active-border-fg blue +set-option -g pane-active-border-style fg=blue