According to Damjan Lango on Tue, May 22, 2001 at 07:06:56PM +0200:
| 
| Hi,
| 
| Where can I find some nice examples for color configuration?
| It would be nice if mutt already included some examples...
| I do not have a good feeling what color configuration would be nice to use...
| 
| ciao
| Damjan

Partly on loan from someone - this is what i use -

I change the status and other bars colors depending on what mailbox I
am viewing
Different senders have different colors (those that don't got to
/dev/null of course :) )
I have a reminder script, see the rules at the bottom for hour
warnings in different colors
I am too lazy to use perl or awk to line up the columns in this file.
But I guess in the time I erite these two sentences I could do it ...
ho hummm ...

#     object     foreground backg.   RegExp
#
color body       blue       default  
"((ftp|http|https)://|(file|mailto|news):|www\\.)[-a-z0-9_.:]*[a-z0-9](/[^][{} 
\t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:!])?/?"
color body       blue       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]"

color index      blue       default  "~U"         # unread
color index      red       default  "~F"         # Flagged
color index      green    default  "~N"         # New
#color index      yellow     default  "~Q ~D"         # Replied and deleted
color index      magenta    default  ~T         # Tagged
color index      yellow     default  ~Q         # Replied
color  index     yellow     default  '~l'
color  index  brightyellow  default  '~N ~l'

color index cyan          default "~h ^From:.*eric"
color index cyan          default "~h ^From:.*Fruitcom"
color index blue          default "~h ^From:.*clug"
color index blue          default "~h ^Subject:.*'has been active'"
color index brightyellow  default "~h ^Subject:.*'#'"
color index brightyellow  default "~h ^To:.*'reminder'"
color index yellow  default "~h ^From:.*dom"
color index blue          default "~h ^From:.*'root'"
color index brightyellow  default "~h ^From:.*rob"
#color index yellow        default "~R ^From:.*leon"          # Read from Leon
color index brightyellow  default "~h ^From:.*leon"
color index brightred  default "~s ^todo
color index brightgreen   default "~h ^From:[EMAIL PROTECTED]"
color index brightblue   default "~h ^From:.*Maersk"
color index brightgreen   default "~h ^From:.*houthoff"
color index brightgreen   default "~h ^From:.*kinman"
#color index brightred   default   "~s urgent"      # Msg is urgent
#color index brightyellow   default   "~s \[rel\]"      # Msg is urgent
color index brightblue    default "~s fruitcom"
color index brightblue   default "~D ~s fruitcom"
color index yellow          default "~s #"
color index red        default "~F"
color index yellow      default  "~R"         # Read
color index blue           default "~h ^Subject:.*'72 Hours'"
color index yellow         default "~h ^Subject:.*'48 Hours'"
color index brightblue     default "~h ^Subject:.*'24 Hour's"
color index brightyellow   default "~h ^Subject:.*'6 Hours'"
color index red        default  ~D         # Deleted

#color index     brightred      default "~a"
#color normal     white        default # normal text
#color indicator  green   red     # actual message
color tree       magenta  default # thread arrows
color status     brightcyan blue
color signature cyan default
color error      yellow      default # errors
color message    yellow            default # info messages
#color signature  red            default # signature
color attachment yellow   red     # MIME attachments
color search     yellow   red     # search matches
color tilde      magenta  default # ~ at bottom of msg
color markers    red            default # + at beginning of wrapped lines
#color hdrdefault green           default # default header lines
color bold       red            default # hiliting bold patterns in body
color underline  green          default # hiliting underlined patterns in body
color quoted     green           default # quoted text
color quoted1    magenta        default
color quoted2    red            default
color quoted3    green          default
color quoted4    cyan           default
color quoted5    blue           default
color quoted6    magenta        default
color quoted7    red            default
color quoted8    green          default
color quoted9    cyan           default



-- 
Eric Smith

Reply via email to