diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-01-25 10:20:53 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-01-25 10:24:45 +1300 |
commit | 38c96c44e908d456b503722b8850bf303a273cfa (patch) | |
tree | b1ede7947e5eca6e9e38ce4b3a03e3421827ef68 /Makefile | |
parent | Add an issue (diff) | |
download | dotfiles-38c96c44e908d456b503722b8850bf303a273cfa.tar.gz dotfiles-38c96c44e908d456b503722b8850bf303a273cfa.zip |
Revise custom tmux colouring
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 : |