X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/98860d737991afd790a07355c83b7a9d083fb61f..0898d5cf098dace711b1d991a90449eabb2e84c2:/.mutt/colours diff --git a/.mutt/colours b/.mutt/colours new file mode 100644 index 0000000..da729b6 --- /dev/null +++ b/.mutt/colours @@ -0,0 +1,64 @@ +# color terminals: +# (default, white, black, green, magenta, blue, cyan, yellow, red) +# (bright...) +# (color1,color2,...,colorN-1) +# +# object foreground background +# +color normal default default # normal text +color indicator white black # actual message +color tree default default # thread arrows +color status brightwhite black # status line +color error brightred default # errors +color message default default # info messages +color signature blue default # signature +color attachment brightblack default # MIME attachments +color search brightblack yellow # search matches +color tilde brightmagenta default # ~ at bottom of msg +color markers white default # + at beginning of wrapped lines +color hdrdefault blue default # default header lines +color bold brightred default # hiliting bold patterns in body +color underline brightmagenta default # hiliting underlined patterns in body +color quoted red default # quoted text +color quoted1 magenta default +color quoted2 green default +color quoted3 red default +color quoted4 magenta default +color quoted5 green default +color quoted6 red default +color quoted7 magenta default +color quoted8 green default +color quoted9 red default +# +# object foreground backg. RegExp +# +color header brightblue default "^(from|subject):" +#color body cyan default "((ftp|http|https)://|news:)[^ >)\"\t]+" +color body magenta default "((ftp|http|https)://|(file|news):|www\\.)[-a-z0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:!])?/?" +color body magenta default "[-_+=.[:alnum:]]+@[-_.[:alnum:]]+" +#color body red default "(^| )\\*[-a-z0-9????*]+\\*[,.?]?[ \n]" +#color body green default "(^| )_[-a-z0-9????_]+_[,.?]?[ \n]" +color body red default "(^| )\\*[-a-z0-9*]+\\*[,.?]?[ \n]" +color body green default "(^| )_[-a-z0-9_]+_[,.?]?[ \n]" + +uncolor index * # unset all color index entries + +color index brightblack default "~T" +color index red default "~N" +color index brightred default "~T ~N" +color index white blue "~F" +color index brightwhite blue "~T ~F" +color index white red "~N ~F" +color index brightwhite red "~T ~N ~F" +color index cyan default "~D" +color index brightcyan default "~T ~D" + +folder-hook . "uncolor index brightblack default '!~D !~P'" +folder-hook store "color index brightblack default '!~D !~P'" + +#folder-hook . "uncolor index white magenta '!~D ~h X-Tickle:'" +folder-hook . "uncolor index brightwhite magenta '(~N|~O) !~D ~h X-Tickle:'" +#folder-hook inbox "color index white magenta '!~D ~h X-Tickle:'" +folder-hook inbox "color index brightwhite magenta '(~N|~O) !~D ~h X-Tickle:'" + +# vim:sw=9:noet:sts=9:ts=9:ft=muttrc