aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-05-22 17:20:17 -0400
committerDeterminant <tederminant@gmail.com>2020-05-22 17:20:17 -0400
commitfd0466fc9df0b5a143d52d2cc5ab850e0b19bcac (patch)
treeea16d6757d13c6b531dd2a0819868c53ebb536bb
parent50a0fbab85a87188857ca8f9516dc3a36722a3cb (diff)
use brighter color for active borderv1.1a
-rwxr-xr-xtmux-colortag.tmux3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux-colortag.tmux b/tmux-colortag.tmux
index 9bcb190..0890ee8 100755
--- a/tmux-colortag.tmux
+++ b/tmux-colortag.tmux
@@ -14,13 +14,14 @@ fi
bg0=colour235
bg1=colour237
white0=colour255
+white1=colour250
lightgray=colour248
darkgray=colour241
if [[ "$TMUX_COLORTAG_TAG_ONLY" != yes ]]; then
tmux set -g message-style fg=$bg1,bg=$lightgray
tmux set -g message-command-style fg=$bg1,bg=$lightgray
- tmux set -g pane-active-border-style fg=$darkgray,bg=$bg0
+ tmux set -g pane-active-border-style fg=$white1,bg=$bg0
tmux set -g pane-border-style fg=$bg1,bg=$bg0
tmux set -g window-style bg=$bg0
fi