colors
You can see what things how you can color mutt with a 256 terminal here. Plus, you can try my theme :) There are also some patterns. Thanks to the various sources of information. I noticed later it is pretty aptitude-ish :) Suits the terminal.
color hdrdefault brightblack white
color normal white black # plain text
color quoted white black
color attachment brightwhite black
color status black blue # status bar is yellow *on blue*
color signature magenta black
color indicator brightwhite blue
color tilde blue black # ~'s after message body# Message status
color index brightyellow black ~N # New#
color index brightgreen white "~N (~x xxxxxxxxx\.gmail\.com | ~h \"^In-[Rr]eply-[Tt]o:.*xxxxxxxxx\.gmail\.com\")" # New on reply to me
color index yellow black ~O # Old#
color index magenta black ~F
color index blue black ~T
color index red black ~D
color error brightcyan black # errors yell at you in red
color message brightcyan black # informational messages
color search brightgreen black # hilite search patterns in the pager
color tree magenta black # thread tree in index menu is magenta
color underline yellow black
# # Coloring quoted text - coloring the first 7 levels:
# color quoted cyan black
# color quoted1 yellow black
# color quoted2 red black
# color quoted3 green black
# color quoted4 cyan black
# color quoted5 yellow black
# color quoted6 red black
# Highlights inside the body of a message.
# Color URLs
color body brightblue black "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*"
color body brightblue black "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
color body brightblue black "news:[^ \">\t\r\n]*"
# email addresses
color body brightblue black "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
# Various smilies and the like
color body brightblue white "" #
color body brightblue white "" #
color body brightyellow black " [;:]-*[)>(<|]" # :-) etc...
color body brightwhite black "(^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$)" # *Bold* text.
color body brightwhite black "(^|[[:space:]])_[^[:space:]]+_([[:space:]]|$)" # _Underlined_ text.
color body brightblue black "(^|[[:space:]])/[^[:space:]]+/([[:space:]]|$)" # /Italic/ text.
