From 38c96c44e908d456b503722b8850bf303a273cfa Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 25 Jan 2017 10:20:53 +1300 Subject: Revise custom tmux colouring --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 34be0053..e16dc944 100644 --- a/Makefile +++ b/Makefile @@ -137,10 +137,11 @@ mutt/muttrc : mutt/muttrc.m4 -D DOTFILES_SENDMAIL="$(SENDMAIL)" \ mutt/muttrc.m4 > mutt/muttrc -TMUX_COLOR := colour237 +TMUX_BG := colour237 +TMUX_FG := colour248 tmux/tmux.conf : tmux/tmux.conf.m4 - m4 -D TMUX_COLOR="$(TMUX_COLOR)" \ + m4 -D TMUX_BG="$(TMUX_BG)" -D TMUX_FG="$(TMUX_FG)" \ tmux/tmux.conf.m4 > tmux/tmux.conf .awk : -- cgit v1.2.3