]> git.rmz.io Git - dotfiles.git/blobdiff - mutt/colors
add mutt stuff
[dotfiles.git] / mutt / colors
diff --git a/mutt/colors b/mutt/colors
new file mode 100644 (file)
index 0000000..8865c7b
--- /dev/null
@@ -0,0 +1,69 @@
+# vim: ft=muttrc
+## Theme kindly inspired from
+## https://github.com/pbrisbin/dotfiles/blob/master/host-teal/mutt/colors
+
+## Default color definitions
+color normal      white         default
+
+color status      green         default
+color indicator   brightwhite   blue
+color tree        blue          default
+color error       brightred     default
+color message     brightyellow  default
+
+uncolor index *
+# messages from me
+color index       cyan          default ~P
+# threads containing new messages
+color index       brightblue    default "~(~N)"
+# new messages + sidebar
+color index       brightyellow  default "~N"
+color sidebar_new brightyellow  default
+# threads containing old messages
+color index       blue          default "~(~O)"
+# old messages
+color index       yellow        default "~O"
+# tagged
+color index       brightgreen   default "~T"
+# deleted
+color index       brightred     default "~D"
+
+uncolor header *
+# set up the headers
+color header      brightyellow  default "^from:"
+color header      yellow        default "^to:"
+color header      yellow        default "^cc:"
+color header      blue          default "^date:"
+color header      brightblue    default "^subject:"
+
+# message bodies
+color attachment  brightyellow  default
+color search      red           brightblack
+color signature   cyan          default
+color tilde       green         default
+
+uncolor body *
+# gpg
+color body        brightgreen   default "^gpg: Good signature.*"
+color body        brightred     default "^gpg: BAD signature.*"
+color body        yellow        default "^gpg: Can't check signature.*"
+# urls
+color body        brightblue    default "(^|<| )mailto:[^ ]+@[^ ]( |>|$)"
+color body        brightblue    default "(^|<|\(| )(http|https|ftp|file|telnet|news|finger)://[^ ]+( |\)|>|$)"
+# smileys, the right way and the backward-ass euro way
+color body        brightmagenta default "(^| )+(|[<>|])[8;:](|[^ ])[)(/|DOPS]( |$)+"
+color body        brightmagenta default "(^| )+[)(/|DOPS](|[^ ])[8;:](|[<>|])( |$)+"
+# *bold*, _underline_, and /italic/
+color body        brightcyan    default "(^| )\\*[^*]+\\*( |$)"
+color body        brightcyan    default "(^| )_[^_]+_( |$)"
+color body        brightcyan    default "(^| )/[^/]+/( |$)"
+
+# quote blocks
+color quoted      magenta       default
+color quoted1     cyan          default
+color quoted2     green         default
+color quoted3     magenta       default
+color quoted4     cyan          default
+color quoted5     green         default
+color quoted6     magenta       default
+color quoted7     cyan          default