# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
# Color definitions
#

color hdrdefault brightblack blue
color quoted brightcyan blue
color signature brightblack blue
color indicator blue white
color error brightred blue
color status brightwhite cyan
color tree white blue
color tilde brightmagenta blue
color message white blue
color normal brightyellow blue
color attachment brightmagenta blue
color search black yellow	# how to hilite search patterns in the pager
color markers brightblack blue
color header white blue  ^(From|Subject):
#color underline brightwhite blue
color body brightwhite blue "( |^)_[^_ ].+[^_ ]_([ .,?:]|$)"       # _underline_
color body brightred blue "( |^)\\*[^\\* ].+[^\\* ]\\*([ .,?:]|$)" # *stars*
color body brightred blue "(ftp|http)://[^ ]+"	             # point out URLs
color body brightmagenta blue [-a-z_0-9.:/!]+@[-a-z_0-9.]+   # e-mail addresses
