summaryrefslogtreecommitdiffstats
path: root/mutt
diff options
context:
space:
mode:
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:[^ ]+@[^ ]( |>|$)"