-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcolor
34 lines (31 loc) · 1.35 KB
/
color
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
# brighten up stuff with colours, for more colouring examples see:
# http://aperiodic.net/phil/configs/mutt/colors
color normal white black
color hdrdefault green default
color quoted green default
color quoted1 yellow default
color quoted2 red default
color signature cyan default
color indicator brightyellow red
color error brightred default
color status brightwhite blue
color tree brightmagenta black
color tilde blue default
color attachment brightyellow default
color markers brightred default
color message white black
color search brightwhite magenta
color bold brightyellow default
#color body green default "^diff \-.*"
#color body green default "^index [a-f0-9].*"
#color body green default "^\-\-\- .*"
#color body green default "^[\+]{3} .*"
#color body cyan default "^[\+][^\+]+.*"
#color body red default "^\-[^\-]+.*"
#color body brightblue default "^@@ .*"
color body brightred default "^-.*"
color body brightgreen default "^[+].*"
color body brightwhite default "^diff --git.*"
color body brightwhite default "^index [a-f0-9].*"
color body brightyellow default "^@@.*"
# vim: ft=muttrc