summaryrefslogtreecommitdiffstats
path: root/email/_mutt/colors.muttrc
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-07-19 16:47:31 +0200
committerTharre <tharre3@gmail.com>2016-10-07 20:13:35 +0000
commit8c7a495fc164f358daaf8688dd22ac63ccc31e7c (patch)
tree46051ed77b895da9a859c6b18babfd7462e81ab5 /email/_mutt/colors.muttrc
parent3198ee4d4c23f9b5303cd16babbe4830e71bb37e (diff)
downloaddotfiles-8c7a495fc164f358daaf8688dd22ac63ccc31e7c.tar.gz
dotfiles-8c7a495fc164f358daaf8688dd22ac63ccc31e7c.tar.xz
dotfiles-8c7a495fc164f358daaf8688dd22ac63ccc31e7c.zip
Add mutt configuration (unfinished)
Diffstat (limited to 'email/_mutt/colors.muttrc')
-rw-r--r--email/_mutt/colors.muttrc42
1 files changed, 42 insertions, 0 deletions
diff --git a/email/_mutt/colors.muttrc b/email/_mutt/colors.muttrc
new file mode 100644
index 0000000..0baa91b
--- /dev/null
+++ b/email/_mutt/colors.muttrc
@@ -0,0 +1,42 @@
+# general-doesn't-fit stuff
+color normal color252 color233
+color error color193 color124
+color markers color142 color233
+color tilde color142 color233
+color status color172 color233
+
+# index stuff
+color tree color244 color233
+color indicator color255 color235
+color index color117 color233 ~N
+color index color124 color233 ~D
+
+# header stuff
+color hdrdefault color248 color233
+color header color226 color233 "^Subject"
+
+# url, email and web stuff
+color body color68 color233 "(finger|ftp|http|https|news|telnet)://[^ >]*"
+color body color111 color233 "<URL:[^ ]*>"
+color body color111 color233 "www\\.[-.a-z0-9]+\\.[a-z][a-z][a-z]?([-_./~a-z0-9]+)?"
+color body color111 color233 "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
+color body brightred color233 "^-.*"
+color body green color233 "^[+].*"
+color body brightwhite color233 "^diff .*"
+color body brightyellow color233 "^@@.*"
+
+# misc body stuff
+color attachment color111 color233
+color signature color244 color233
+
+# quote levels
+color quoted color34 color233
+color quoted1 color142 color233
+color quoted2 color34 color233
+color quoted3 color142 color233
+color quoted4 color34 color233
+color quoted5 color142 color233
+color quoted6 color34 color233
+color quoted7 color142 color233
+color quoted8 color34 color233
+color quoted9 color142 color233