removed files
[~madcoder/dotfiles.git] / config / mutt / colors
1 # Colours. Format: color object foreground background [regex]
2 # -----------------------------------------------------------
3
4 uncolor index *
5
6 # blacks
7 color  markers     white         default
8 color  search      brightwhite   red
9 color  tilde       white         default
10
11 color  sidebar_new green         default
12 color  sidebar_flagged red       default
13 #color  sidebar     blue          default
14
15 color  error       brightyellow  red
16 color  message     brightgreen   default
17 color  status      brightgreen   blue
18 color  tree        red           default
19 # message
20 color  attachment  yellow        default
21 color  normal      white         default
22 color  quoted      cyan          default
23 color  quoted1     green         default
24 color  quoted2     magenta       default
25 color  quoted3     blue          default
26 color  signature   brightblack   default
27
28 color  body        brightwhite   default   "(^|[\r\n\t ])_[a-zA-Z0-9][^_]*[a-zA-Z0-9]_[\r\n\t ]"
29 color  body        brightwhite   default   "(^|[\r\n\t ])\\*[a-zA-Z0-9][^*]*[a-zA-Z0-9]\\*[\r\n\t ]"
30 color  body        brightmagenta default   "(ftp|http|https|mailto|news)://[^ >)]+"
31 color  body        yellow        default   "gpg:.*"
32
33 color  hdrdefault  yellow        default
34 color  header      red           default   "^(Subject|From|To|Cc|Date):"
35 color  header      yellow        default   "^(X-Mailer|User-Agent|Message-Id|Sender|X-Org-Id):"
36
37 color  indicator   brightwhite   magenta
38 color  index       green         default   '~l ~p' # to me && and ML
39 color  index       brightblack   default   '~P'    # from me
40
41 color  index       brightwhite   default   '~N'
42 color  index       brightwhite   default   '~O'
43 color  index       black         white     '~D'
44 color  index       brightwhite   yellow    '~F'
45 color  index       brightwhite   red       '~T'
46
47 # vim:set syntax=muttrc: