Eric Smith proclaimed on mutt-users that: 

>Is it possible to have mutt recognise more than the "standard" colors.
>Like I can get vim to display all the colors like lightblue or darkcyan
>etc?

Take a look at this - scarfed from an old post on mutt-users.  Tim, if
you;re reading this - I _love_ your color settings ...

# Tim Waugh's .muttrc
# Colours

color quoted green default
color signature red default
color indicator brightyellow red
color error brightred default
color status yellow blue
color tree magenta default      # the thread tree in the index menu
color tilde magenta default
color message brightcyan default
color markers brightcyan default
color attachment brightmagenta default
color search default green      # how to hilite search patterns in the pager
color body magenta default "(ftp|http)://[^ )>]+" # point out URLs
color body magenta default [-a-z_0-9.]+@[-a-z_0-9.]+    # e-mail addresses
color underline brightgreen default

# Mail from people in my company (but not listed in the scores file)
# should appear with a red background. ;-)
color index default red '(~f @redhat\.com) | (~f @redhat\.de) | (~f @cygnus\.com)'

# Put high-scoring messages in bold
color index brightwhite default '~n 4-'

# I'm interested in messages containing the word 'parport' in the body,
# especially if they don't come from the linux-parport list (those are
# the hard ones to spot).  So colour them green.  I love mutt. ;-)
color index brightgreen default '!(~B owner-linux-parport) ~b parport'

# Hmm, pine can do this better..
# I want different people's text to appear in different colours.  So
# the colour depends on the number of times it's been quoted..
color body blue default "^ *> *> *>.*" # quoted quoted quoted
color body red default "^ *> *>.*" # quoted quoted

hth hand

-- 
Suresh Ramasubramanian | sureshr at staff.juno.com
Alas, I am dying beyond my means.
                -- Oscar Wilde, as he sipped champagne on his deathbed

Reply via email to