aboutsummaryrefslogtreecommitdiff
path: root/modules/mutt/mutt.dot.link/colors
blob: 0472c38e96978496e5c5f9cb22809cab9cebb2f0 (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
#
# colors configuration
#

#color attachment brightmagenta black  # guess :-)
#color error brightwhite red           # errors yell at you in red
#color hdrdefault red black            # headers
#color indicator brightyellow red      # currently selected message, etc
#color markers brightcyan black        # the + for wrapped pager lines
#color message brightcyan black        # informational messages, *not mail*
#color normal white black              # plain text
#color quoted green black              # quoted text
#color search brightgreen black        # hilite search patterns in the pager
#color signature red black             # signature (after "-- ") is red
#color status brightyellow blue        # status bar is yellow *on blue*
#color tilde blue black                # ~'s after message body
#color tree red black                  # thread tree in index menu is magenta

color normal      brightwhite   default
color indicator   brightyellow  red
color status      white         blue
color hdrdefault  cyan          default
color header      brightyellow  default  ^Subject:
color header      brightgreen   default  ^From:
color quoted      cyan          default
color quoted1     green         default
color quoted2     cyan          default
color quoted3     green         default
color attachment  yellow        default
color signature   magenta       default
color tree        red           default
color tilde       blue          default
color markers     red           default
color error       red           default
# hiliting bold patterns in body
color bold        red           default  
# hiliting underlined patterns in body
color underline   green         default

# INDEX
##############################################################################

# unread messages
color index brightyellow   	black ~U
# new messages
color index brightyellow	black ~N
# message in reply to mines
#folder-hook . 'color index brightyellow black "~h @kiwi.shadow.net"'
#folder-hook (Inbox*|Outbox*) 'uncolor index brightyellow black "~h @kiwi.shadow.net"'
# my emails
folder-hook . 'color index yellow 			black ~P'
# don't highlight them in Outbox*
folder-hook (Outbox*|Draft|Outgoing) 'uncolor index ~P'
# mulherio emails
#color index green 			black "~f check@thisperson.org"
#color index green      black "~f check@thisperson.org"
# the message contains a virus
color index blue 				black "~h X-Virus-Catched:"
# flagged messages
color index cyan 				black ~F 
# tagged messages
color index blue 				cyan ~T
# the message is spam
color index brightwhite 		   blue "~h X-Bogosity:\\ Yes"
color index brightwhite 		   red "~h X-Bogosity:\\ Unsure ~U"
# deleted messages
color index brightblack 	black ~D
# deleted spam messages
color index brightblack		blue "~h 'X-Bogosity:\\ Yes' ~D"
# mine deleted messages 
color index brightblack 	black "~D ~P"


# BODY
###############################################################################

# url
color body red 	black	"((ftp|http|https)://|(file|news):|www\\.|ftp\\.)[-a-z0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:!])?/?"	# url
# email address
color body 	red 				black	"[-a-z_0-9.]+@[-a-z_0-9.]+"
# smiles
# color body 	yellow 			black	"[#](:|;)[-^]?[][)(><}{|/DP]"
color body	brightyellow		black    "[;:]-{0,1}[)/(PD|]"
# bold text using <b> </b>
color body 	yellow 			black	"<b>.+</b>"

# pgp headers
color body 	green 			black "-----END PGP .*-----"
color body 	green 			black "-----BEGIN PGP .*-----"