blob: 312ad661b805e6f625c745c7ce7f16cfbd4486c6 [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
Skyler Greyd464dc52023-02-13 07:55:35 +000017color normal white black
18color error red black
19color markers yellow black
20color tilde white black
21color status white black
Skyler Greyd0cf4ca2023-02-26 13:05:47 +000022
23# index stuff
Skyler Greyd464dc52023-02-13 07:55:35 +000024color indicator black green
25color tree cyan black
26color index white black ~A
27color index magenta black ~N
28color index magenta black ~O
29color index red black ~F
30color index red black ~D
Skyler Greyd0cf4ca2023-02-26 13:05:47 +000031
32# header stuff
Skyler Greyd464dc52023-02-13 07:55:35 +000033color hdrdefault yellow black
34color header yellow black "^Subject"
Skyler Greyd0cf4ca2023-02-26 13:05:47 +000035
36# gpg stuff
Skyler Greyd464dc52023-02-13 07:55:35 +000037color body green black "^gpg: Good signature.*"
38color body red black "^gpg: BAD signature.*"
39color body yellow black "^gpg: Can't check signature.*"
40color body black white "^-----BEGIN PGP SIGNED MESSAGE-----"
41color body black white "^-----BEGIN PGP SIGNATURE-----"
42color body black white "^-----END PGP SIGNED MESSAGE-----"
43color body black white "^-----END PGP SIGNATURE-----"
44color body black white "^Version: GnuPG.*"
45color body black white "^Comment: .*"
Skyler Greyd0cf4ca2023-02-26 13:05:47 +000046
47# url, email and web stuff
Skyler Greyd464dc52023-02-13 07:55:35 +000048color body magenta black "(finger|ftp|http|https|news|telnet)://[^ >]*"
49color body magenta black "<URL:[^ ]*>"
50color body magenta black "www\\.[-.a-z0-9]+\\.[a-z][a-z][a-z]?([-_./~a-z0-9]+)?"
51color body magenta black "mailto: *[^ ]+\(\\i?subject=[^ ]+\)?"
52color body magenta black "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
Skyler Greyd0cf4ca2023-02-26 13:05:47 +000053
54# misc body stuff
Skyler Greyd464dc52023-02-13 07:55:35 +000055color attachment magenta black #Add-ons to the message
56color signature lightblack black
Skyler Greyd0cf4ca2023-02-26 13:05:47 +000057
58# quote levels
Skyler Greyd464dc52023-02-13 07:55:35 +000059color quoted lightred black
60color quoted1 lightyellow black
61color quoted2 lightgreen black
62color quoted3 lightcyan black
63color quoted4 lightmagenta black
64color quoted5 lightred black
65color quoted6 lightyellow black
66color quoted7 lightgreen black
67color quoted8 lightcyan black
68color quoted9 lightmagenta black