From 434415fb3e3088b6ded60d872e5eda6ead40feb5 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sun, 14 Jun 2015 00:10:59 -0600 Subject: [PATCH] more colors --- tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tmux.conf b/tmux.conf index cd476c1..5ed4a43 100644 --- a/tmux.conf +++ b/tmux.conf @@ -68,10 +68,10 @@ setw -g window-status-activity-fg white setw -g window-status-activity-attr bright # pane borders -set -g pane-border-fg white -set -g pane-border-bg default -set -g pane-active-border-fg white -set -g pane-active-border-bg default +set -g pane-border-fg colour120 +set -g pane-border-bg black +set -g pane-active-border-fg colour39 +set -g pane-active-border-bg black # command line set -g message-fg default