|
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 | |
|---|
| 5 | color hdrdefault blue white |
|---|
| 6 | color quoted blue white |
|---|
| 7 | color signature red white |
|---|
| 8 | color attachment red white |
|---|
| 9 | color message brightred white |
|---|
| 10 | color error brightred white |
|---|
| 11 | color indicator brightyellow red |
|---|
| 12 | color status brightgreen blue |
|---|
| 13 | color tree black white |
|---|
| 14 | color normal black white |
|---|
| 15 | color markers red white |
|---|
| 16 | color search white black |
|---|
| 17 | color tilde brightmagenta white |
|---|
| 18 | color index blue white ~F |
|---|
| 19 | color index red white "~N|~O" |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | # color body brightblack white '\*+[^*]+\*+' |
|---|
| 23 | # color body brightblack white '_+[^_]+_+' |
|---|