From b85a309e04c6f9263b8d0d0ea3bdcc2f4b75a175 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 2 Sep 2016 21:15:29 +1200 Subject: Merge Debian stock Mutt colors properly under mine Edited appropriately to use "default" instead of foreground white and background black, so that my wash-out effect for Tmux panes works correctly. --- mutt/muttrc.m4 | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'mutt') diff --git a/mutt/muttrc.m4 b/mutt/muttrc.m4 index 44883c32..d0295e8c 100644 --- a/mutt/muttrc.m4 +++ b/mutt/muttrc.m4 @@ -30,10 +30,16 @@ set beep_new = yes set header_cache = '~/.cache/mutt/headers' # Colors -color indicator black white -color normal default default -color status white color22 -color tree default default +color attachment brightyellow default +color hdrdefault cyan default +color indicator black white +color markers brightred default +color normal default default +color quoted green default +color signature cyan default +color status default color22 +color tilde blue default +color tree default default # Completion bind editor complete-query -- cgit v1.2.3