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

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