diff options
author | Stefan Ritter <xeno@goliath.thehappy.de> | 2009-04-29 00:34:43 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@goliath.thehappy.de> | 2009-04-29 00:34:43 +0200 |
commit | 5fccf763cd104357d2119b4b7066bca09fcfe154 (patch) | |
tree | dfa3f6e32d291ae5f492e9407a93a033f83b4b43 /mutt/colors |
Re-release
Diffstat (limited to 'mutt/colors')
-rw-r--r-- | mutt/colors | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/mutt/colors b/mutt/colors new file mode 100644 index 0000000..1fdd54a --- /dev/null +++ b/mutt/colors @@ -0,0 +1,26 @@ +color normal white default # default colors + +color attachment yellow default +color hdrdefault white default +color indicator white blue # cursor color +color markers brightblue default +color quoted green default +color signature brightblue default +color status blue default +color tilde brightblue default +color tree brightblue default + +### header colors +color header red default ^From: +color header red default ^To: +color header red default ^Reply-To: +color header red default ^Cc: +color header red default ^Subject: + +### body colors +color body brightblue default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+ +color body brightblue default (https?|ftp)://[\-\.\,/%~_:?\#a-zA-Z0-9]+ + +### mark unread stuff +color index white red ~N +color index white red ~O |