blob: 69fd75f2f5b1096d84e08564938f8d19f6135d32 [file] [log] [blame]
Skyler Greyd0cf4ca2023-02-26 13:05:47 +00001# Screenshot http://trovao.droplinegnome.org/stuff/mutt-zenburnt.png
2#
3# This is a zenburn-based neomutt color scheme that is not (even by far)
4# complete. There's no copyright involved. Do whatever you want with it.
5# Just be aware that I won't be held responsible if the current color-scheme
6# explodes your mail client. ;)
7#
8# Do notice that this color scheme requires a terminal emulator that supports
9# 256 color. Any modern X terminal emulator should have support for that and
10# you can enable it by calling neomutt as "TERM=xterm-256color neomutt" or, if you
11# use screen, by adding "term screen-256color" to your .screenrc.
12#
13# This file is in the public domain.
14#
15
16# general-doesn't-fit stuff
17color normal color188 color236
18color error color168 color236
19color markers color180 color236
20color tilde color188 color237
21color status color188 color237
22
23# index stuff
24color indicator color114 color236
25color tree color31 color237
26color index color73 color236 ~A
27color index color73 color236 ~N
28color index color73 color236 ~O
29color index color168 color236 ~F
30color index color168 color236 ~D
31
32# header stuff
33color hdrdefault color180 color237
34color header color180 color237 "^Subject"
35
36# gpg stuff
37color body color114 color237 "^gpg: Good signature.*"
38color body color168 color236 "^gpg: BAD signature.*"
39color body color180 color237 "^gpg: Can't check signature.*"
40color body color237 color188 "^-----BEGIN PGP SIGNED MESSAGE-----"
41color body color237 color188 "^-----BEGIN PGP SIGNATURE-----"
42color body color237 color188 "^-----END PGP SIGNED MESSAGE-----"
43color body color237 color188 "^-----END PGP SIGNATURE-----"
44color body color237 color188 "^Version: GnuPG.*"
45color body color237 color188 "^Comment: .*"
46
47# url, email and web stuff
48color body color237 color188 "(finger|ftp|http|https|news|telnet)://[^ >]*"
49color body color237 color188 "<URL:[^ ]*>"
50color body color237 color188 "www\\.[-.a-z0-9]+\\.[a-z][a-z][a-z]?([-_./~a-z0-9]+)?"
51color body color237 color188 "mailto: *[^ ]+\(\\i?subject=[^ ]+\)?"
52color body color237 color188 "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
53
54# misc body stuff
55color attachment color237 color188 #Add-ons to the message
56color signature color237 color188
57
58# quote levels
59color quoted color167 color236
60color quoted1 color136 color236
61color quoted2 color71 color236
62color quoted3 color31 color236
63color quoted4 color127 color236
64color quoted5 color167 color236
65color quoted6 color136 color236
66color quoted7 color71 color236
67color quoted8 color31 color236
68color quoted9 color127 color236