diff options
-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 |