diff options
Diffstat (limited to 'modules/mutt/mutt.dot.link/colors')
-rw-r--r-- | modules/mutt/mutt.dot.link/colors | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/modules/mutt/mutt.dot.link/colors b/modules/mutt/mutt.dot.link/colors new file mode 100644 index 0000000..c0a01db --- /dev/null +++ b/modules/mutt/mutt.dot.link/colors @@ -0,0 +1,90 @@ +# +# colors configuration +# + +#color attachment brightmagenta black # guess :-) +#color error brightwhite red # errors yell at you in red +#color hdrdefault red black # headers +#color indicator brightyellow red # currently selected message, etc +#color markers brightcyan black # the + for wrapped pager lines +#color message brightcyan black # informational messages, *not mail* +#color normal white black # plain text +#color quoted green black # quoted text +#color search brightgreen black # hilite search patterns in the pager +#color signature red black # signature (after "-- ") is red +#color status brightyellow blue # status bar is yellow *on blue* +#color tilde blue black # ~'s after message body +#color tree red black # thread tree in index menu is magenta + +color normal brightwhite default +color indicator brightyellow red +color status white blue +color hdrdefault cyan default +color header brightyellow default ^Subject: +color header brightgreen default ^From: +color quoted cyan default +color quoted1 green default +color quoted2 cyan default +color quoted3 green default +color attachment yellow default +color signature magenta default +color tree red default +color tilde blue default +color markers red default +color error red default +# hiliting bold patterns in body +color bold red default +# hiliting underlined patterns in body +color underline green default + +# INDEX +############################################################################## + +# unread messages +color index brightyellow black ~U +# new messages +color index brightyellow black ~N +# message in reply to mines +#folder-hook . 'color index brightyellow black "~h @kiwi.shadow.net"' +#folder-hook (Inbox*|Outbox*) 'uncolor index brightyellow black "~h @kiwi.shadow.net"' +# my emails +folder-hook . 'color index yellow black ~P' +# don't highlight them in Outbox* +folder-hook (Outbox*|Draft|Outgoing) 'uncolor index ~P' +# mulherio emails +#color index green black "~f check@thisperson.org" +#color index green black "~f check@thisperson.org" +# the message contains a virus +color index blue black "~h X-Virus-Catched:" +# flagged messages +color index cyan black ~F +# tagged messages +color index blue cyan ~T +# the message is spam +color index brightwhite blue "~h X-Bogosity:\\ Yes" +color index brightwhite red "~h X-Bogosity:\\ Unsure ~U" +# deleted messages +color index brightblack black ~D +# deleted spam messages +color index brightblack blue "~h 'X-Bogosity:\\ Yes' ~D" +# mine deleted messages +color index brightblack black "~D ~P" + + +# BODY +############################################################################### + +# url +color body red black "((ftp|http|https)://|(file|news):|www\\.|ftp\\.)[-a-z0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:!])?/?" # url +# email address +color body red black "[-a-z_0-9.]+@[-a-z_0-9.]+" +# smiles +# color body yellow black "[#](:|;)[-^]?[][)(><}{|/DP]" +color body brightyellow black "[;:]-{0,1}[)/(PD|]" +# bold text using <b> </b> +color body yellow black "<b>.+</b>" + +# pgp headers +color body green black "-----END PGP .*-----" +color body green black "-----BEGIN PGP .*-----" + |