diff options
Diffstat (limited to '')
-rw-r--r-- | mutt/colours | 97 | ||||
-rw-r--r-- | mutt/colours-bak | 69 |
2 files changed, 166 insertions, 0 deletions
diff --git a/mutt/colours b/mutt/colours new file mode 100644 index 0000000..934de67 --- /dev/null +++ b/mutt/colours @@ -0,0 +1,97 @@ +## Theme kindly inspired from +## http://nongeekshandbook.blogspot.ie/2009/03/mutt-color-configuration.html +#color index blue default ~N +color index brightblue default ~N +color index brightred black ~O +color index brightyellow black ~F +color index black green ~T +color index brightred black ~D +color index magenta default ~Q # replied-to +#color index black yellow ~U +color index red default ~T +color sidebar_highlight color221 color233 +mono index bold ~N +mono index bold ~F +mono index bold ~T +mono index bold ~D + + +## Highlights inside the body of a message. + +## URLs +color body green black "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*" +color body green black "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+" +color body green black "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*" +color body green black "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+" +mono body bold "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*" +mono body bold "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+" + +## Email addresses. +color body black green "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+" + +## Header +color header green black "^from:" +color header green black "^to:" +color header green black "^cc:" +color header green black "^date:" +color header yellow black "^newsgroups:" +color header yellow black "^reply-to:" +color header brightcyan black "^subject:" +color header red black "^x-spam-rule:" +color header green black "^x-mailer:" +color header yellow black "^message-id:" +color header yellow black "^Organization:" +color header yellow black "^Organisation:" +color header yellow black "^User-Agent:" +color header yellow black "^message-id: .*pine" +color header yellow black "^X-Fnord:" +color header yellow black "^X-WebTV-Stationery:" + +color header red black "^x-spam-rule:" +color header green black "^x-mailer:" +color header yellow black "^message-id:" +color header yellow black "^Organization:" +color header yellow black "^Organisation:" +color header yellow black "^User-Agent:" +color header yellow black "^message-id: .*pine" +color header yellow black "^X-Fnord:" +color header yellow black "^X-WebTV-Stationery:" +color header yellow black "^X-Message-Flag:" +color header yellow black "^X-Spam-Status:" +color header yellow black "^X-SpamProbe:" +color header red black "^X-SpamProbe: SPAM" + +## Coloring quoted text - coloring the first 7 levels: +color quoted cyan black +color quoted1 yellow black +color quoted2 red black +color quoted3 green black +color quoted4 cyan black +color quoted5 yellow black +color quoted6 red black +color quoted7 green black + +## Default color definitions +#color hdrdefault white green + +# Progress bar - neomutt +color progress white red + +color normal white default +color signature brightmagenta black +color indicator black cyan +color attachment green black +color error red black +color message white black +color search brightwhite magenta +color status brightyellow blue +color tree brightblue black +#color tilde green black +color bold brightyellow black +#color underline magenta black +color markers brightcyan black + +## Colour definitions when on a mono screen +mono bold bold +mono underline underline +mono indicator reverse diff --git a/mutt/colours-bak b/mutt/colours-bak new file mode 100644 index 0000000..8c80ebf --- /dev/null +++ b/mutt/colours-bak @@ -0,0 +1,69 @@ +# -*- muttrc -*- +# +# Colour settings for mutt. +# +# $Id: colours 6 2007-03-02 17:36:39Z vdanen $ + +# Default colour definitions +color normal white default +color quoted yellow default +color quoted1 green default +color quoted2 white default +color quoted3 yellow default +color quoted4 green default +color quoted5 white default + +color indicator black cyan +color message yellow black +color status yellow blue +color error yellow red +color attachment magenta default +color signature red default +color markers red yellow +color tilde yellow black +color search white red +color tree green default +color bold brightyellow default + +color hdrdefault cyan default +color header green default '^From:' +color header red default '^Subject:' +color header yellow default '^(To|CC):.*vdanen' + +# Colours for items in the index +color index cyan default ~N +color index green default "~N (~x annvix\.org | ~h \"^In-[Rr]eply-[Tt]o: .*annvix\.org\")" +color index green default "~N (~x linsec\.ca | ~h \"^In-[Rr]eply-[Tt]o: .*linsec\.ca\")" +color index green default "~N (~x mandriva\.com | ~h \"^In-[Rr]eply-[Tt]o: .*mandriva\.com\")" +color index red default ~F +color index green default ~T +color index brightwhite default ~D +mono index bold ~N +mono index bold ~F +mono index bold ~T +mono index bold ~D + +# Highlights inside the body of a message. + +# URLs +color body brightgreen default "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*" +color body brightgreen default "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+" +color body brightgreen default "news:[^ \">\t\r\n]*" +mono body bold "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*" +mono body bold "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+" +mono body bold "news:[^ \">\t\r\n]*" + +# email addresses +color body brightcyan default "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+" +mono body bold "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+" + +# Various smilies and the like +color body yellow default "(^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$)" # *Bold* text. +color body yellow default "(^|[[:space:]])_[^[:space:]]+_([[:space:]]|$)" # _Underlined_ text. +color body yellow default "(^|[[:space:]])/[^[:space:]]+/([[:space:]]|$)" # /Italic/ text. + +# Colour definitions when on a mono screen +mono bold bold +mono underline underline +mono indicator reverse +mono header bold "^(From|Subject|X-Junked-Because|X-Virus-hagbard):" |