From ddc67a7a5077147ce4ab9f35f0c63ad6ca191558 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 16 May 2018 11:07:09 -0600 Subject: Turning down border colors --- tmux.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux.config') diff --git a/tmux.config b/tmux.config index 94ead0f..d649047 100644 --- a/tmux.config +++ b/tmux.config @@ -71,8 +71,8 @@ set -g history-limit 20000 set-option -g status-bg colour235 #base02 set-option -g status-fg colour223 #yellow # pane border -set-option -g pane-border-fg colour241 #base02 -set-option -g pane-active-border-fg colour208 #base01 +set-option -g pane-border-fg colour236 #base02 +set-option -g pane-active-border-fg colour239 #base01 ## message text set-option -g message-bg colour235 #base02 set-option -g message-fg colour196 #orange -- cgit v1.2.3