summaryrefslogtreecommitdiff
path: root/.config/mutt/colors/monokai.mutt
blob: feee89c80ef7a9fab051dce73b480459584c0d9b (plain)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Credit: https://github.com/guiniol
# color setup
#
# ======================================================================
# INDEX OBJECT     PATTERN?      pattern description
# index            pattern               default highlighting of the entire index line
# index_date                             the date field
# index_flags      pattern       %S %Z   the message flags
# index_number                   %C      the message number
# index_collapsed                %M      the number of messages in a collapsed thread
# index_author     pattern       %AaFLn  the author name
# index_subject    pattern       %s      the subject line
# index_size                     %c %l   the message size
# index_label                    %y %Y   the message label
# index_tags                     %g      the transformed message tags
# index_tag        pattern/tag   %G      an individual message tag
# ======================================================================

color   normal            default         default
color   index_number      brightblack     default
color   index_date        magenta         default
color   index_flags       yellow          default        .
color   index_collapsed   cyan            default
color   index             green           default        ~N
color   index             green           default        ~v~(~N)
color   index             red             default        ~F
color   index             cyan            default        ~T
color   index             blue            default        ~D
color   index_label       brightred       default
color   index_tags        red             default
color   index_tag         brightmagenta   default        "encrypted"
color   index_tag         brightgreen     default        "signed"
color   index_tag         yellow          default        "attachment"
color   body              brightwhite     default        ([a-zA-Z\+]+)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+ # urls
color   body              green           default        [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+ # mail addresses
color   attachment        yellow          default
color   signature         green           default
color   search            brightred       black

color   indicator         cyan            brightblack
color   error             brightred       default
color   status            brightcyan      brightblack
color   tree              brightcyan      default
color   tilde             cyan            default
color   progress          white           red

color  sidebar_indicator  brightred       default
color  sidebar_highlight  cyan            brightblack
color  sidebar_divider    red             default
color  sidebar_flagged    red             default
color  sidebar_new        green           default

color   hdrdefault        color81         default
color   header            green           default        "^Subject: .*"
color   header            yellow          default        "^Date: .*"
color   header            red             default        "^Tags: .*"

color   quoted            color60         default
color   quoted1           yellow          default

color   body              brightgreen     default        "Good signature from.*"
color   body              green           default        "Fingerprint:( [A-Z0-9]{4}){5} ( [A-Z0-9]{4}){5}"
color   body              brightred       default        "Bad signature from.*"
color   body              brightred       default        "Note: This key has expired!"
color   body              brightmagenta   default        "Problem signature from.*"
color   body              brightmagenta   default        "WARNING: .*"