]> git.madduck.net Git - etc/mutt.git/blob - .config/mutt/colours

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

add siby alternate
[etc/mutt.git] / .config / mutt / colours
1 # color terminals:
2 # (default, white, black, green, magenta, blue, cyan, yellow, red)
3 # (bright...)
4 # (color1,color2,...,colorN-1)
5 #
6 #     object    foreground      background
7 #
8 color normal    default         default # normal text
9 color indicator white           black   # actual message
10 color tree      default         default # thread arrows
11 color status    brightwhite     black   # status line
12 color error     brightred       default # errors
13 color message   default         default # info messages
14 color signature blue            default # signature
15 color attachment        brightblack     default # MIME attachments
16 color search    brightblack     yellow  # search matches
17 color tilde     brightmagenta   default # ~ at bottom of msg
18 color markers   white           default # + at beginning of wrapped lines
19 color hdrdefault        blue            default # default header lines
20 color bold      brightred       default # hiliting bold patterns in body
21 color underline brightmagenta   default # hiliting underlined patterns in body
22 color quoted    red             default # quoted text
23 color quoted1   magenta         default
24 color quoted2   green           default
25 color quoted3   red             default
26 color quoted4   magenta         default
27 color quoted5   green           default
28 color quoted6   red             default
29 color quoted7   magenta         default
30 color quoted8   green           default
31 color quoted9   red             default
32 #
33 #     object     foreground backg.   RegExp
34 #
35 color header    brightblue      default "^(from|subject):"
36 #color body     cyan            default "((ftp|http|https)://|news:)[^ >)\"\t]+"
37 color body      magenta         default "((ftp|http|https)://|(file|news):|www\\.)[-a-z0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:!])?/?"
38 color body      magenta         default "[-_+=.[:alnum:]]+@[-_.[:alnum:]]+"
39 #color body     red             default "(^| )\\*[-a-z0-9????*]+\\*[,.?]?[ \n]"
40 #color body     green           default "(^| )_[-a-z0-9????_]+_[,.?]?[ \n]"
41 color body      red             default "(^| )\\*[-a-z0-9*]+\\*[,.?]?[ \n]"
42 color body      green           default "(^| )_[-a-z0-9_]+_[,.?]?[ \n]"
43
44 uncolor index   *               # unset all color index entries
45
46 color index     brightblack     default "~T"
47 color index     red             default "~N|~O"
48 color index     brightred       default "~T (~N|~O)"
49 color index     white           blue    "~F"
50 color index     brightwhite     blue    "~T ~F"
51 color index     white           red     "(~N|~O) ~F"
52 color index     brightwhite     red     "~T (~N|~O) ~F"
53 color index     cyan            default "~D"
54 color index     brightcyan      default "~T ~D"
55
56 folder-hook .   "uncolor index brightblack default '!~D !~P'"
57 folder-hook store "color index brightblack default '!~D !~P'"
58
59 folder-hook .   "uncolor index brightwhite magenta '~h X-Postponed:'"
60 folder-hook store "color index brightwhite magenta '~h X-Postponed:'"
61 folder-hook .     "color index brightwhite magenta '(~N|~O) !~D ~h X-Tickle:'"
62
63 folder-hook .         "color index default red '!~P ~H .'"
64 folder-hook spam    "uncolor index default red '!~P ~H .'"
65 folder-hook retrain "uncolor index default red '!~P ~H .'"
66
67 color sidebar_new       red     default
68 color sidebar_divider   default black
69 color sidebar_indicator white   black
70 color sidebar_highlight white   blue
71
72 # vim:sw=9:noet:sts=9:ts=9:ft=muttrc