From 7745db221881efbcb5234c910c50e59d0398db41 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 18 Mar 2016 11:25:33 +1300 Subject: Try having lighter borders for active pane --- tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index fe5f280e..2b41c8cb 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -117,8 +117,8 @@ set-option -g message-fg colour231 set-window-option -g mode-bg colour18 set-window-option -g mode-fg colour231 -# Pane borders are in dark gray, active or not -set-option -g pane-active-border-fg colour237 +# Pane borders are in dark gray, lighter when active +set-option -g pane-active-border-fg colour244 set-option -g pane-border-fg colour237 # The status bar defaults to light gray on dark gray, which applies to the left -- cgit v1.2.3