aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-18 11:25:33 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-18 11:25:33 +1300
commit7745db221881efbcb5234c910c50e59d0398db41 (patch)
tree0c36007c1fe987f17f951120147a859068cb3fac /tmux/tmux.conf
parentRefactor ed() wrapper, add rlwrap(1) (diff)
downloaddotfiles-7745db221881efbcb5234c910c50e59d0398db41.tar.gz
dotfiles-7745db221881efbcb5234c910c50e59d0398db41.zip
Try having lighter borders for active pane
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf4
1 files changed, 2 insertions, 2 deletions
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