summaryrefslogtreecommitdiffstats
path: root/mutt
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-05-17 12:03:29 +0200
committerGravatar Tom Willemsen2011-05-17 12:03:29 +0200
commite85d1198ce2594d38a4aa608d5d61d2880488b1c (patch)
treeb43e7d34028f112c1bdd0ca5df18f1e7754a69cd /mutt
parent46dd378e76faf86fbbdbadeffcb2f219bcf1e9ca (diff)
downloaddotfiles-e85d1198ce2594d38a4aa608d5d61d2880488b1c.tar.gz
dotfiles-e85d1198ce2594d38a4aa608d5d61d2880488b1c.zip
MUTT: Changed quoted colors for improved readability
Diffstat (limited to 'mutt')
-rw-r--r--mutt/colors.muttrc16
1 files changed, 8 insertions, 8 deletions
diff --git a/mutt/colors.muttrc b/mutt/colors.muttrc
index ff74e9b..edf3f9d 100644
--- a/mutt/colors.muttrc
+++ b/mutt/colors.muttrc
@@ -53,11 +53,11 @@ color body brightcyan default "(^| )_[^_]+_( |$)"
color body brightcyan default "(^| )/[^/]+/( |$)"
# quote blocks
-color quoted magenta default
-color quoted1 cyan default
-color quoted2 green default
-color quoted3 magenta default
-color quoted4 cyan default
-color quoted5 green default
-color quoted6 magenta default
-color quoted7 cyan default
+color quoted brightblue default
+color quoted1 brightgreen default
+color quoted2 brightyellow default
+color quoted3 brightmagenta default
+color quoted4 blue default
+color quoted5 green default
+color quoted6 yellow default
+color quoted7 magenta default