From 9aa820e885ad639f1518914db298455d6fec3177 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 13 Jun 2017 21:13:56 +1200 Subject: Refactor m4 macro names mi5(1df) means I can simplify these quite a bit now --- tmux/tmux.conf.mi5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tmux') diff --git a/tmux/tmux.conf.mi5 b/tmux/tmux.conf.mi5 index 76d493c1..8893cd3e 100644 --- a/tmux/tmux.conf.mi5 +++ b/tmux/tmux.conf.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=<% BG %>" +set-option -g pane-active-border-style "fg=<% 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=<% BG %>,fg=<% FG %>" # Titles of windows default to black text with no embellishment set-window-option -g window-status-style "fg=colour16" -- cgit v1.2.3