diff options
author | Stefan Ritter <gideonstar@thehappy.de> | 2009-07-31 13:50:14 +0200 |
---|---|---|
committer | Stefan Ritter <gideonstar@thehappy.de> | 2009-07-31 13:50:14 +0200 |
commit | afee8bbf8487ce76edbfc2df1bafaa52a3ee335f (patch) | |
tree | 01997a112b619a3f27063c730b39edabae86450c /mutt | |
parent | eba0ee257eba75634d32016f1cc8fa1e01e8765e (diff) |
Mutt colorchanges
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/colors | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/mutt/colors b/mutt/colors index 959fcfe..0592dd8 100644 --- a/mutt/colors +++ b/mutt/colors @@ -1,14 +1,14 @@ -color normal white default +color normal color8 default -color attachment brightwhite default +color attachment white default color hdrdefault white default -color indicator red black -color markers brightwhite default +color indicator white default +color markers red default color quoted red default -color signature brightwhite default -color status brightwhite default -color tilde brightwhite default -color tree brightwhite default +color signature white default +color status white default +color tilde white default +color tree white default ### header colors color header white default ^From: @@ -21,6 +21,6 @@ color header white default ^Subject: color body red default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+ color body red default (https?|ftp)://[\-\.\,/%~_:?\#a-zA-Z0-9]+ -### mark unread stuff -color index white red ~N -color index white red ~O +### index colors +color index red default ~N +color index red default ~O |