From c14a14e9b8843cb844363a6718057bb7499fd42a Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 11 Oct 2017 11:41:58 -0600 Subject: Adding grey border color --- tmux.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.config') diff --git a/tmux.config b/tmux.config index 0a6d9f7..c29dea8 100644 --- a/tmux.config +++ b/tmux.config @@ -65,7 +65,7 @@ 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 colour235 #base02 +set-option -g pane-border-fg colour241 #base02 set-option -g pane-active-border-fg colour208 #base01 ## message text set-option -g message-bg colour235 #base02 -- cgit v1.2.3