#
# color terminals:
# (default, white, black, green, magenta, blue, cyan, yellow, red)
# (bright...)
# (color1,color2,...,colorN-1)
#
#     object     foreground     background
#
color normal     white          default   # normal text
color indicator  default        blue      # actual message
color tree       blue           default   # thread arrows
color status     default        default   # status line
color error      brightred      default   # errors
color message    red            default   # info messages
color signature  cyan           default   # signature
color attachment brightred      default   # MIME attachments
color search     brightyellow   red       # search matches
color tilde      brightmagenta  default   # ~ at bottom of msg
color markers    red            default   # + at beginning of wrapped lines
color hdrdefault blue           default   # default header lines
color bold       red            default   # hiliting bold patterns in body
color underline  green          default   # hiliting underlined patterns in body
color quoted     brightyellow   default   # quoted text
color quoted1    red            default
color quoted2    brightblue     default
color quoted3    green          default
color quoted4    cyan           default
color quoted5    blue           default
color quoted6    magenta        default
color quoted7    red            default
color quoted8    white          default
color quoted9    brightred      default
#
#     object     foreground backg.   RegExp
#
color header     brightblue   default    "^date:"
color header     brightyellow default    "^from:"
color header     yellow       default    "^subject:"
color header     red          default    "^to:"
color header     red          default    "^cc:"

#color body      cyan       default    "((ftp|http|https)://|news:)[^ >)\"\t]+"
color body       cyan       default    "((ftp|http|https)://|(file|mailto|news):|www\\.)[-a-z0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:!])?/?"
color body       cyan       default    "[-a-z_0-9.+]+@[-a-z_0-9.]+"
#color body      red        default    "(^| )\\*[-a-z0-9äöüß*]+\\*[,.?]?[ \n]"
#color body      green      default    "(^| )_[-a-z0-9äöüß_]+_[,.?]?[ \n]"

# mutt says "Invalid range end" about these three.  wassup?
#color body       cyan      default    "(^| )\\*[ -a-z0-9*]+\\*[,.?]?[ \n]"
#color body       cyan       default    "(^| )\"[ -a-z0-9*]+\"[,.?]?[ \n]"
#color body       green      default    "(^| )_[ -a-z0-9_]+_[,.?]?[ \n]"

color body       yellow     default    "^ +.*> "
color body       yellow     default    "(:|;)(-|^)*(\\)|\\()"
color body       red        default    "(-|=)(-|=)+"
color body       red        default    "\\|"
color body       brightyellow default  "^[ A-Z,\\.?'\"!]{3,}"
color body       yellow     default    "^[0-9]*\\."
color body       yellow     default    "(\\[|\\])"

# (default, white, black, green, magenta, blue, cyan, yellow, red)
color index      default    default    "~n 0"
color index      default    default    "~n 1"
color index      magenta    default    "~n 2"
color index      cyan       default    "~n 3"
color index      blue       default    "~n 4"
color index      yellow     default    "~n 5"
color index      brightred  default    "~n 6-"

#color index      green     default    ~F         # Flagged
color index      green      default    ~N         # New
color index      default    magenta    ~T         # Tagged
color index      black      red        ~D         # Deleted


Generated with vim2html
Copyright © 2003-2004 by Chip Cuccio <http://norlug.org/~chipster/finger>