aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-25 10:20:53 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-25 10:24:45 +1300
commit38c96c44e908d456b503722b8850bf303a273cfa (patch)
treeb1ede7947e5eca6e9e38ce4b3a03e3421827ef68 /Makefile
parentAdd an issue (diff)
downloaddotfiles-38c96c44e908d456b503722b8850bf303a273cfa.tar.gz
dotfiles-38c96c44e908d456b503722b8850bf303a273cfa.zip
Revise custom tmux colouring
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
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 :