summaryrefslogtreecommitdiffstats
path: root/mutt
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-05-16 10:56:36 +0200
committerGravatar Tom Willemsen2011-05-16 10:56:36 +0200
commit47f8de52d95097968748e3552fdccf67c7f9d20a (patch)
tree03e916d1e8b9b6a14f1829b92fd6b17297e25080 /mutt
parente62f3bc6c88b7286ef131ebab6f0229dc452fb33 (diff)
downloaddotfiles-47f8de52d95097968748e3552fdccf67c7f9d20a.tar.gz
dotfiles-47f8de52d95097968748e3552fdccf67c7f9d20a.zip
MUTT: Changed color for mail with attach
Diffstat (limited to 'mutt')
-rw-r--r--mutt/colors.muttrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/mutt/colors.muttrc b/mutt/colors.muttrc
index fbfe9bd..0c79c20 100644
--- a/mutt/colors.muttrc
+++ b/mutt/colors.muttrc
@@ -20,7 +20,7 @@ uncolor index "~T"
uncolor index "~D"
# and recolor them appropriately
-color index brightblack default "~P"
+color index yellow default "~P"
color index brightcyan default "~N ~u" # new ML mail
color index brightyellow default "~N !~u" # new non-ML mail
color index brightgreen default "~T"
@@ -34,10 +34,10 @@ color header blue default "^date:"
color header brightblue default "^subject:"
# message bodies
-color attachment brightblack default
-color search red brightblack
-color signature cyan default
-color tilde blue default
+color attachment yellow default
+color search red black
+color signature cyan default
+color tilde blue default
# urls
color body brightblue default "(^|<| )mailto:[^ ]+@[^ ]( |>|$)"