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