aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-04-23 02:50:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-04-23 02:50:12 +1200
commit374572486f07d375ad11ff9049e42b3bfe406d92 (patch)
treed7c9abfba68f3b5825d871349907fd0e6a0ee169 /tmux
parentAdd means to change prompt color (diff)
downloaddotfiles-374572486f07d375ad11ff9049e42b3bfe406d92.tar.gz
dotfiles-374572486f07d375ad11ff9049e42b3bfe406d92.zip
Allow specifying color for tmux
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf.m4 (renamed from tmux/tmux.conf)6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf.m4
index e9746671..ac19ebe3 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf.m4
@@ -116,8 +116,8 @@ set-option -g message-style "bg=colour18,fg=colour231"
set-window-option -g mode-style "bg=colour18,fg=colour231"
# Pane borders are always in dark gray
-set-option -g pane-border-style "fg=colour237"
-set-option -g pane-active-border-style "fg=colour237"
+set-option -g pane-border-style "fg=TMUX_COLOR"
+set-option -g pane-active-border-style "fg=TMUX_COLOR"
# Inactive windows have a slightly grayed-out background and default text
set-option -g window-style "bg=colour232,fg=colour248"
@@ -125,7 +125,7 @@ set-option -g window-active-style "bg=colour0,fg=colour15"
# The status bar defaults to light gray on dark gray, which applies to the left
# and right status bar sections described in status-left and status-right above
-set-option -g status-style "bg=colour237,fg=colour248"
+set-option -g status-style "bg=TMUX_COLOR,fg=colour248"
# Titles of windows default to black text with no embellishment
set-window-option -g window-status-style "fg=colour16"