|

楼主 |
发表于 2005-12-20 20:27:47
|
显示全部楼层
Post by pointer
wtwang1985兄,
这么好看的彩色是怎么设的?
教一下我吧?
我在网上搜的。设置如下:
# Color Terminals - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# (default, white, black, green, magenta, blue, cyan, yellow, red)
# (bright...) (color1,color2,...,colorN-1)
# object foreground background
#color normal default default # normal text
# color indicator brightyellow red # actual message
# color tree brightmagenta default # thread arrows
# color status brightgreen blue # status line
# color error brightred default # errors
# color message red default # info messages
# color signature red default # signature
# color attachment brightyellow red # 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 blue 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
# # object foreground backg. RegExp
# color header red default "^(from|subject):"
# #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-9dv|_*]+\\*[,.?]?[ \n]"
# color body green default "(^| )_[-a-z0-9dv|__]+_[,.?]?[ \n]"
# color index blue default ~F # Flagged
# color index red default ~N # New
# color index magenta default ~T # Tagged
# color index yellow default ~D # Deleted
# Default color definitions
color hdrdefault black cyan
color quoted red white
color signature brightblack white
color indicator brightwhite red
color attachment black green
color error red white
color message blue white
color search brightwhite magenta
color status brightyellow blue
color tree red white
color normal blue white
color tilde green white
color bold brightyellow white
#color underline magenta white
color markers red white
# Colours for items in the reader
color header brightwhite cyan "^(From|Subject):"
color header red cyan "^X-Junked-Because:"
# Colours for items in the index
color index brightblue white ~N
color index brightgreen white "~N ~x hagbard\.demon\.co\.uk"
color index red white ~F
color index black green ~T
color index brightwhite black ~D
# Highlights inside the body of a message.
# URLs
color body brightblue white "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
color body brightblue white "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
# email addresses
color body brightblue white "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
# Various smilies and the like
color body brightgreen white "<[Gg]>" # <g>
color body brightgreen white "<[Bb][Gg]>" # <bg>
color body brightgreen white " [;:]-*[)>(<|]" # :-) etc... |
|