aboutsummaryrefslogtreecommitdiffstats
path: root/mutt/themes
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-06-01 19:33:29 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2017-06-01 19:34:22 +0200
commit615b9752c0d807e32b3f63654f9bf8144deaf420 (patch)
treedae75c05f831a9886f85dbf3350dcef1814c6fad /mutt/themes
parented845448c42d977f0fdd71d63908b3d036c227de (diff)
downloaddotfiles-615b9752c0d807e32b3f63654f9bf8144deaf420.tar.xz
neomutt: Fix config locations for new release
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'mutt/themes')
-rw-r--r--mutt/themes/comidia53
-rw-r--r--mutt/themes/current88
2 files changed, 141 insertions, 0 deletions
diff --git a/mutt/themes/comidia b/mutt/themes/comidia
new file mode 100644
index 0000000..8c264a6
--- /dev/null
+++ b/mutt/themes/comidia
@@ -0,0 +1,53 @@
+#
+# This theme is from H. D. Lee
+#
+# This colors file was originally taken from Rosenfeld's
+# Modified slightly.
+# Running aterm with:
+# aterm +sb -geometry 80x60 -bg papayawhip -fg darkgreen -e mutt
+#
+# 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 brightcyan black # actual message
+color tree brightmagenta default # thread arrows
+color status cyan black # status line
+color error brightcyan default # errors
+color message cyan default # info messages
+color signature red default # signature
+color attachment green default # 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 cyan default # quoted text
+color quoted1 green default
+color quoted2 red default
+color quoted3 magenta default
+color quoted4 blue default
+color quoted5 blue default
+#
+# object foreground backg. RegExp
+#
+color header red default "^(from|subject):"
+color body yellow default "((ftp|http|https)://|(file|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-9*]+\\*[,.?]?[ \n]"
+color body green default "(^| )_[-a-z0-9_]+_[,.?]?[ \n]"
+
+uncolor index * # unset all color index entries
+color index green default ~F # Flagged
+color index red default ~N # New
+color index brightblue default ~O # Old
+color index magenta default ~T # Tagged
+color index yellow default ~D # Deleted
+color index blue default '\[(CHRPM|Contrib-Rpm)\]'
+color index color240 default "~h ^X.Mailer..Microsoft.Outlook"
+color index brightblack default "~n 10-20"
diff --git a/mutt/themes/current b/mutt/themes/current
new file mode 100644
index 0000000..028ab5b
--- /dev/null
+++ b/mutt/themes/current
@@ -0,0 +1,88 @@
+
+## Theme kindly inspired from
+## http://nongeekshandbook.blogspot.ie/2009/03/mutt-color-configuration.html
+
+## Colours for items in the index
+color index brightcyan black ~N
+color index brightred black ~O
+color index brightyellow black ~F
+color index black green ~T
+color index brightred black ~D
+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 brightgreen black "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
+color body brightgreen black "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
+mono body bold "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
+mono body bold "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
+
+## Email addresses.
+color body brightgreen black "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
+
+## Header
+color header green black "^from:"
+color header green black "^to:"
+color header green black "^cc:"
+color header green black "^date:"
+color header yellow black "^newsgroups:"
+color header yellow black "^reply-to:"
+color header brightcyan black "^subject:"
+color header red black "^x-spam-rule:"
+color header green black "^x-mailer:"
+color header yellow black "^message-id:"
+color header yellow black "^Organization:"
+color header yellow black "^Organisation:"
+color header yellow black "^User-Agent:"
+color header yellow black "^message-id: .*pine"
+color header yellow black "^X-Fnord:"
+color header yellow black "^X-WebTV-Stationery:"
+
+color header red black "^x-spam-rule:"
+color header green black "^x-mailer:"
+color header yellow black "^message-id:"
+color header yellow black "^Organization:"
+color header yellow black "^Organisation:"
+color header yellow black "^User-Agent:"
+color header yellow black "^message-id: .*pine"
+color header yellow black "^X-Fnord:"
+color header yellow black "^X-WebTV-Stationery:"
+color header yellow black "^X-Message-Flag:"
+color header yellow black "^X-Spam-Status:"
+color header yellow black "^X-SpamProbe:"
+color header red black "^X-SpamProbe: SPAM"
+
+## Coloring quoted text - coloring the first 7 levels:
+color quoted cyan black
+color quoted1 yellow black
+color quoted2 red black
+color quoted3 green black
+color quoted4 cyan black
+color quoted5 yellow black
+color quoted6 red black
+color quoted7 green black
+
+## Default color definitions
+color hdrdefault white green
+color signature brightmagenta black
+color indicator black cyan
+color attachment green black
+color error red black
+color message white black
+color search brightwhite magenta
+color status brightyellow blue
+color tree brightblue black
+color normal white black
+color tilde green black
+color bold brightyellow black
+color underline magenta black
+color markers brightcyan black
+
+## Colour definitions when on a mono screen
+mono bold bold
+mono underline underline
+mono indicator reverse