summaryrefslogtreecommitdiffstats
path: root/.mutt/colors.muttrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-10-20 00:37:28 +0200
committerGravatar Tom Willemsen2011-10-20 00:37:28 +0200
commitf2d0ba0967a154e48c7e084b2736d7b762e9127f (patch)
treef7dd632a38f5effaed5e4f6b42cb9af156b36548 /.mutt/colors.muttrc
parent9e4506a7d2fc2dd0bae551ed2dd73794111ca957 (diff)
downloaddotfiles-f2d0ba0967a154e48c7e084b2736d7b762e9127f.tar.gz
dotfiles-f2d0ba0967a154e48c7e084b2736d7b762e9127f.zip
Bring back the MUTT
Diffstat (limited to '.mutt/colors.muttrc')
-rw-r--r--.mutt/colors.muttrc64
1 files changed, 64 insertions, 0 deletions
diff --git a/.mutt/colors.muttrc b/.mutt/colors.muttrc
new file mode 100644
index 0000000..b73436b
--- /dev/null
+++ b/.mutt/colors.muttrc
@@ -0,0 +1,64 @@
+###
+# mutt colors file
+###
+
+# set default
+color normal default default
+
+# main colors
+color status color0 default
+color indicator brightcolor4 color7
+color tree color5 default
+color error brightcolor7 default
+color message color3 default
+
+# uncolor certain messages
+uncolor index "~P"
+uncolor index "~N ~u"
+uncolor index "~N !~u"
+uncolor index "~T"
+uncolor index "~D"
+
+# and recolor them appropriately
+color index color3 default "~P"
+color index color2 default "~u"
+color index brightcolor2 default "~N ~u" # new ML mail
+color index brightcolor3 default "~N !~u" # new non-ML mail
+color index brightcolor5 default "~T"
+color index color1 default "~D"
+
+# set up the headers
+color header color5 color7 "^from:"
+color header color5 color7 "^to:"
+color header color5 color7 "^cc:"
+color header color5 color7 "^date:"
+color header color5 color7 "^subject:"
+
+# message bodies
+color attachment color3 default
+color search color1 color0
+color signature color6 default
+color tilde color4 default
+
+# urls
+color body brightcolor4 default "(^|<| )mailto:[^ ]+@[^ ]( |>|$)"
+color body brightcolor4 default "(^|<| )(http|https|ftp|file|telnet|news|finger)://[^ ]+( |>|$)"
+
+# smileys
+color body brightcolor5 default "(^| )+(|[<>|])[8;:](|[^ ])[)(/|DOPS]( |$)+"
+color body brightcolor5 default "(^| )+[)(/|DOPS](|[^ ])[8;:](|[<>|])( |$)+"
+
+# *bold*, _underline_ and /italic/
+color body brightcolor6 default "(^| )\\*[^*]+\\*( |$)"
+color body brightcolor6 default "(^| )_[^_]+_( |$)"
+color body brightcolor6 default "(^| )/[^/]+/( |$)"
+
+# quote blocks
+color quoted brightcolor0 default
+color quoted1 brightcolor1 default
+color quoted2 brightcolor2 default
+color quoted3 brightcolor3 default
+color quoted4 brightcolor4 default
+color quoted5 brightcolor5 default
+color quoted6 brightcolor6 default
+color quoted7 brightdefault default