aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-03-23 17:25:47 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-03-23 17:25:47 +1300
commite078597ce1d2a974d714d493f03b4f6c1f0f2a2c (patch)
tree4fbde4e6fee72b6e35220eda156f6eed4f1c5ca6 /tmux
parentSingle-quote name (diff)
downloaddotfiles-e078597ce1d2a974d714d493f03b4f6c1f0f2a2c.tar.gz
dotfiles-e078597ce1d2a974d714d493f03b4f6c1f0f2a2c.zip
Use consistent m4 prefix
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux/tmux.conf.m4 b/tmux/tmux.conf.m4
index 4e3cce4d..facb91ca 100644
--- a/tmux/tmux.conf.m4
+++ b/tmux/tmux.conf.m4
@@ -113,15 +113,15 @@ set-option -g message-style "bg=colour18,fg=colour231"
set-window-option -g mode-style "bg=colour18,fg=colour231"
# Pane borders are always in the background color
-set-option -g pane-border-style "fg=TMUX_BG"
-set-option -g pane-active-border-style "fg=TMUX_BG"
+set-option -g pane-border-style "fg=DF_TMUX_BG"
+set-option -g pane-active-border-style "fg=DF_TMUX_BG"
# Inactive windows have slightly washed-out system colours
set-option -g window-style "bg=colour232,fg=colour248"
set-option -g window-active-style "bg=colour0,fg=colour15"
# The status bar has the defined background and foreground colours
-set-option -g status-style "bg=TMUX_BG,fg=TMUX_FG"
+set-option -g status-style "bg=DF_TMUX_BG,fg=DF_TMUX_FG"
# Titles of windows default to black text with no embellishment
set-window-option -g window-status-style "fg=colour16"