-
Notifications
You must be signed in to change notification settings - Fork 0
/
purify.muttrc
30 lines (29 loc) · 1.08 KB
/
purify.muttrc
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
set my_purify_black = "color235"
set my_purify_white = "color15"
set my_purify_red = "color196"
set my_purify_green = "color84"
set my_purify_blue = "color75"
set my_purify_yellow = "color228"
set my_purify_pink = "color212"
set my_purify_salmon = "color209"
set my_purify_purple = "color141"
set my_purify_dark_yellow = "color173"
set my_purify_light_grey = "color61"
set my_purify_dark_grey = "color237"
set my_purify_bg = "color237"
color hdrdefault $my_purify_blue $my_purify_bg
color quoted $my_purify_blue $my_purify_bg
color signature $my_purify_blue $my_purify_bg
color attachment $my_purify_red $my_purify_bg
color prompt brightmagenta $my_purify_bg
color message brightred $my_purify_bg
color error brightred $my_purify_bg
color indicator $my_purify_bg $my_purify_salmon
color status $my_purify_yellow $my_purify_blue
color tree white $my_purify_bg
color normal white $my_purify_bg
color markers $my_purify_red $my_purify_bg
color search white $my_purify_bg
color tilde brightmagenta $my_purify_bg
color index $my_purify_blue $my_purify_bg ~F
color index $my_purify_red $my_purify_bg "~N|~O"