From 7731faadfd13881bf2086e30ae5157c05a143440 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 26 Jul 2017 11:10:44 -0600 Subject: Update the active pane border to orange --- tmux.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.config b/tmux.config index 0b049d5..0a6d9f7 100644 --- a/tmux.config +++ b/tmux.config @@ -66,7 +66,7 @@ set-option -g status-bg colour235 #base02 set-option -g status-fg colour223 #yellow # pane border set-option -g pane-border-fg colour235 #base02 -set-option -g pane-active-border-fg colour142 #base01 +set-option -g pane-active-border-fg colour208 #base01 ## message text set-option -g message-bg colour235 #base02 set-option -g message-fg colour196 #orange -- cgit v1.2.3