aboutsummaryrefslogtreecommitdiff
path: root/mutt/muttrc.m4
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-02 21:15:29 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-02 21:15:29 +1200
commitb85a309e04c6f9263b8d0d0ea3bdcc2f4b75a175 (patch)
treea6d57b7b213f6155336a213aff3140284cbf22e0 /mutt/muttrc.m4
parentAnother manpage fix (diff)
downloaddotfiles-b85a309e04c6f9263b8d0d0ea3bdcc2f4b75a175.tar.gz
dotfiles-b85a309e04c6f9263b8d0d0ea3bdcc2f4b75a175.zip
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.
Diffstat (limited to 'mutt/muttrc.m4')
-rw-r--r--mutt/muttrc.m414
1 files changed, 10 insertions, 4 deletions
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 <Tab> complete-query