aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-02 20:45:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-02 20:45:22 +1200
commitbae8dea461ddbceb4f345d2f230460e7234af76d (patch)
tree13630acbc7049b682ffb5085382ae7353d9a337b /tmux
parentAdd mi5(1df) (diff)
downloaddotfiles-bae8dea461ddbceb4f345d2f230460e7234af76d.tar.gz
dotfiles-bae8dea461ddbceb4f345d2f230460e7234af76d.zip
Move existing .m4 to .m4.mi5
Along with accompanying Makefile rules and .gitignorances
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf.m4.mi5 (renamed from tmux/tmux.conf.m4)6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux/tmux.conf.m4 b/tmux/tmux.conf.m4.mi5
index 3a1d2425..76d493c1 100644
--- a/tmux/tmux.conf.m4
+++ b/tmux/tmux.conf.m4.mi5
@@ -110,15 +110,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=DF_TMUX_BG"
-set-option -g pane-active-border-style "fg=DF_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=DF_TMUX_BG,fg=DF_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"