diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-07-09 11:47:19 -0700 |
---|---|---|
committer | Jesse Morgan <morganjm@amazon.com> | 2013-07-09 11:52:11 -0700 |
commit | e5713db49150972405ad9c3b23be5bb5921aecdc (patch) | |
tree | fed42023bc57849b26a63ff3f29eded4ac8b2cd3 /base | |
parent | f721bf96dff1b1ba281b6a8e9286fdcbaced6a35 (diff) |
Fixing debians default colors in mutt
Diffstat (limited to 'base')
-rw-r--r-- | base/muttrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/base/muttrc b/base/muttrc index 80d4994..be1282a 100644 --- a/base/muttrc +++ b/base/muttrc @@ -43,6 +43,18 @@ macro index \es <change-folder>'=search'<enter><shell-escape>'mairix ' 'Enter Ma color index brightwhite default ~N color index brightwhite default ~O +# colors +color normal white black +color attachment brightyellow black +color hdrdefault white black +color indicator black white +color markers brightred black +color quoted green black +color signature cyan black +color status black white +color tilde blue black +color tree red black + # Grab any host-specific settings source ~/.host-specific/muttrc |