]> granicus.if.org Git - mutt/commitdiff
sample.muttrc-tlr would try to include my color configurations,
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 2 Apr 2003 08:47:28 +0000 (08:47 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 2 Apr 2003 08:47:28 +0000 (08:47 +0000)
which weren't distrubted.  Fix that.  (Bug noted while helping
someone else to configure mutt during a conference.)

contrib/Makefile.in
contrib/colors.default [new file with mode: 0644]
contrib/colors.linux [new file with mode: 0644]

index db9376dbc211ea2e694d9bdfabad33063bea0bc3..2de203e119dcded2dd07f4d6c1e7a5251087a3a6 100644 (file)
@@ -21,7 +21,8 @@ VPATH = @srcdir@
 subdir = contrib
 
 SAMPLES = Mush.rc Pine.rc gpg.rc pgp2.rc pgp5.rc pgp6.rc Tin.rc \
-       sample.muttrc  sample.mailcap sample.muttrc-tlr smime.rc \
+       sample.muttrc  sample.mailcap sample.muttrc-tlr \
+       colors.default colors.linux smime.rc \
        ca-bundle.crt smime_keys_test.pl
 
 DISTFILES = Makefile.in language.txt language50.txt  \
diff --git a/contrib/colors.default b/contrib/colors.default
new file mode 100644 (file)
index 0000000..84298e9
--- /dev/null
@@ -0,0 +1,23 @@
+# -*-muttrc-*-
+
+# Colors for use with xterm and the like, white background.
+
+color hdrdefault blue white
+color quoted blue white
+color signature red white
+color attachment red white
+color message brightred white
+color error brightred white
+color indicator brightyellow red
+color status brightgreen blue
+color tree black white
+color normal black white
+color markers red white
+color search white black
+color tilde brightmagenta white
+color index blue white ~F
+color index red white "~N|~O"
+
+
+# color body brightblack white '\*+[^*]+\*+'
+# color body brightblack white '_+[^_]+_+'
diff --git a/contrib/colors.linux b/contrib/colors.linux
new file mode 100644 (file)
index 0000000..1366a9c
--- /dev/null
@@ -0,0 +1,22 @@
+# -*-muttrc-*-
+
+# Palette for use with the Linux console.  Black background.
+
+color hdrdefault blue black
+color quoted blue black
+color signature blue black
+color attachment red black
+color message brightred black
+color error brightred black
+color indicator black red
+color status brightgreen blue
+color tree white black
+color normal white black
+color markers red black
+color search white black
+color tilde brightmagenta black
+color index blue black ~F
+color index red black "~N|~O"
+
+# color body brightwhite black '\*+[^*]+\*+'
+# color body brightwhite black '_+[^_]+_+'