summaryrefslogtreecommitdiffstats
path: root/.config/mutt/solarized-dark
blob: 4e51c684cdf1589292236d685a1c77f21d79f6c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# dark solarized colorscheme for mutt

color normal      color12     default
color error       color1      default
color tilde       color10     default
color message     color6      default
color markers     color10     default
color attachment  white       default
color status      color7      color11
color tree        yellow      default

color index       color11     default ~R # read messages
color index       color6      default ~N # new messages
color index       color6      default ~O # old messages
color index       color5      default ~F # flagged
color index       color8      color1  ~D # deleted messages

color hdrdefault color12      color0
color header     color4       color0   "^(Subject)"

color quoted     color4       default
color quoted1    color6       default
color quoted2    color2       default
color quoted3    color3       default
color quoted4    color9       default
color quoted5    color1       default

color signature  color11      default

color bold       black        default
color underline  black        default
color normal     default      default

color body       color1       default "(BAD signature)"
color body       color3       default "(Problem signature)"
color body       color2       default "(Good signature)"
color body       color3       default "(Warning)"
color body       color3       default "(WARNING)"
color body       color2       default "Good"
color body       brightyellow default "^gpg: "
color body       brightyellow red     "^gpg: BAD signature from.*"

# vim: ft=muttrc