aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-05-22 16:58:09 -0400
committerDeterminant <tederminant@gmail.com>2020-05-22 16:58:09 -0400
commit268f4a0cdc4386648ad77c175ffb007135f7d33c (patch)
tree3eb5febba75a435d8dd702a5d1b4326ed20d681b
parentfe562d06ce5eb047d8ea53dd539b6a6bcb469e70 (diff)
minor change to the theme
-rwxr-xr-xtmux-colortag.tmux6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux-colortag.tmux b/tmux-colortag.tmux
index 70a46a4..0e4c9e4 100755
--- a/tmux-colortag.tmux
+++ b/tmux-colortag.tmux
@@ -24,13 +24,13 @@ color8=colour235
if [[ "$TMUX_COLORTAG_TAG_ONLY" != yes ]]; then
tmux set -g message-style fg=$color0,bg=$color4
tmux set -g message-command-style fg=$color0,bg=$color4
- tmux set -g pane-active-border-style fg=$color6
+ tmux set -g pane-active-border-style fg=$color6,bg=$color8
tmux set -g pane-border-style fg=$color7,bg=$color8
- tmux set -g pane-active-border-style bg=$color8
+ tmux set -g window-style bg=$color8
fi
-tmux set -g window-status-separator ""
tmux set -g status-style bg=$color0
+tmux set -g window-status-separator ""
tmux set -g window-status-style fg=$color0,bg=$color0,none
tmux set -g window-status-activity-style bg=$color0,fg=$color4,none
tmux set -g window-status-bell-style bg=$color0,fg=$color4,none