summaryrefslogtreecommitdiffstats
path: root/mutt/colors_purple
blob: 818f42c3d1688b16ab40bb9f587395243b01059c (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

#-------------------snip-----------------------
set allow_ansi=yes

color normal        black       default
color quoted        color65     default
color quoted1       color138    default
color quoted2       color58     default
color quoted3       color105    default
color quoted4       cyan        default
color quoted5       cyan        default

color indicator     black       color249
color message       green       default
color status        color139    color254
color error         color58     default
color attachment    black       default
color signature     color253    default
color markers       red         yellow
color tilde         black       default
color search        black       green
color tree          black       default
color bold          black       default

color hdrdefault    black   default
color header        green       default '^From:'
color header        green       default '^Subject:'
color header        cyan        default '^To:.*corky1951'

color index     color22     default ~N
color index     blue        default ~F
color index     color55     default ~T
color index     color52     default ~D

color body      color22     default "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*"
color body      color22     default "mailto:[-a-z_0-9.]+ <at> [-a-z_0-9.]+"
color body      color22     default "news:[^ \">\t\r\n]*"

color body      green       default "[-a-z_0-9.%$]+ <at> [-a-z_0-9.]+\\.[-a-z][-a-z]+"