root/contrib/colors.default

Revision 3364:9c31e17e7d10, 0.6 kB (checked in by Thomas Roessler <roessler@…>, 6 years ago)

sample.muttrc-tlr would try to include my color configurations,
which weren't distrubted. Fix that. (Bug noted while helping
someone else to configure mutt during a conference.)

Line 
1# -*-muttrc-*-
2
3# Colors for use with xterm and the like, white background.
4
5color hdrdefault blue white
6color quoted blue white
7color signature red white
8color attachment red white
9color message brightred white
10color error brightred white
11color indicator brightyellow red
12color status brightgreen blue
13color tree black white
14color normal black white
15color markers red white
16color search white black
17color tilde brightmagenta white
18color index blue white ~F
19color index red white "~N|~O"
20
21
22# color body brightblack white '\*+[^*]+\*+'
23# color body brightblack white '_+[^_]+_+'
Note: See TracBrowser for help on using the browser.