From f3cdf398e6963f3e37406c2e736d7ec8fc812846 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Tue, 18 Mar 2014 17:15:32 -0700 Subject: [PATCH] better color for tmux pane separator --- tmux-files/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux-files/.tmux.conf b/tmux-files/.tmux.conf index 8580ac8..b41b490 100644 --- a/tmux-files/.tmux.conf +++ b/tmux-files/.tmux.conf @@ -21,7 +21,7 @@ set-option -g status-left-bg default # match set-option -g status-left-fg colour74 # light blue setw -g window-status-current-format "#[fg=white,bold]#[bg=cyan][#I:#W]" -set -g pane-active-border-fg blue +set -g pane-active-border-fg green # xterm title set-option -g set-titles on