| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 | 
							- # -*- muttngrc -*-
 
- #
 
- # Muttng configuration file
 
- # 2006,  kolter <kolter@openics.org>
 
- #
 
- #  This file is distributed in the hope that it will be useful,
 
- #  but WITHOUT ANY WARRANTY
 
- #
 
- # Colors settings for muttng.
 
- #
 
- # Default colour definitions
 
- color normal     default      default
 
- color message    brightwhite  default
 
- color status     brightyellow cyan
 
- color hdrdefault cyan         default
 
- color indicator	 brightwhite  magenta
 
- color quoted   cyan      default
 
- color quoted1  yellow    default
 
- color quoted2  brightred default
 
- color quoted3  cyan      default
 
- color quoted4  yellow    default
 
- color quoted5  brightred default
 
- color quoted6  cyan      default
 
- color quoted7  yellow    default
 
- color quoted8  brightred default
 
- color signature  white       default
 
- color tilde      white       default
 
- color tree       brightred   default
 
- color attachment brightgreen default
 
- # color error      red          white
 
- # color search     brightwhite  magenta
 
- # color bold       brightyellow white
 
- # color markers    red          white
 
- # Colour definitions when on a mono screen
 
- mono bold      bold
 
- mono underline underline
 
- mono indicator reverse
 
- # Colours for items in the reader
 
- color header yellow  default "^From\:|^To\:|^Cc\:|\Bcc\:"
 
- color header magenta default "^Date\:"
 
- color header blue    default "^Reply-To\:"
 
- color header red     default "\Subject\:"
 
- # Colours for items in the index
 
- color index green     default ~N           # New messages.
 
- color index green     default ~O           # Old messages.
 
- color index brightred default ~D           # Deletes messages.
 
- # color index brightgreen white "~N (~x hagbard\.davep\.org | ~h \"^In-[Rr]eply-[Tt]o: .*hagbard\.davep\.org\")"
 
- # color index red         white ~F
 
- # color index black       green ~T
 
- # mono  index bold              ~N
 
- # mono  index bold              ~F
 
- # mono  index bold              ~T
 
- # mono  index bold              ~D
 
- # Highlights inside the body of a message.
 
- # URLs
 
- color body green default "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*"
 
- color body green default "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
 
- color body green default "news:[^ \">\t\r\n]*"
 
- mono  body bold	 "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*"
 
- mono  body bold  "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
 
- mono  body bold  "news:[^ \">\t\r\n]*"
 
- # email addresses
 
- color body green default "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
 
- mono  body bold          "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
 
- # Various smilies
 
- color body brightred default "<[Gg]>"                                            # <g>
 
- color body brightred default "<[Bb][Gg]>"                                        # <bg>
 
- color body brightred default " [;:]-*[)>(<|]"                                    # :-) etc...
 
- color body brightred default "(^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$)" # *Bold* text.
 
- color body brightred default "(^|[[:space:]])_[^[:space:]]+_([[:space:]]|$)"     # _Underlined_ text.
 
- color body brightred default "(^|[[:space:]])/[^[:space:]]+/([[:space:]]|$)"     # /Italic/ text.
 
- # Sidebar color
 
- color sidebar_new brightred default
 
- color sidebar cyan default
 
 
  |