]> git.rmz.io Git - dotfiles.git/commitdiff
mutt: use badfox for mutt as well
authorSamir Benmendil <me@rmz.io>
Mon, 21 Sep 2015 22:51:04 +0000 (23:51 +0100)
committerSamir Benmendil <me@rmz.io>
Mon, 21 Sep 2015 22:51:04 +0000 (23:51 +0100)
mutt/colors/badfox [new file with mode: 0644]
mutt/colors/teal [moved from mutt/colors with 100% similarity]
mutt/muttrc

diff --git a/mutt/colors/badfox b/mutt/colors/badfox
new file mode 100644 (file)
index 0000000..e8e3809
--- /dev/null
@@ -0,0 +1,63 @@
+# vim: ft=muttrc
+## Theme kindly ispired by badfox
+## https://github.com/viccuad/badfox
+
+# Default color definitions
+color   normal     color15        default
+
+color   status     brightcolor39  default
+color   indicator  color15        color235
+color   tree       color240       default
+color   error      brightcolor15  color196
+color   markers    color142       default
+
+uncolor index *
+# messages from me
+color   index      color243       default ~P
+# threads containing new messages
+color   index      brightblue     default "~(~N)"
+# new messages + sidebar
+color   index      brightcolor221 default ~N
+# tagged
+color   index      brightcolor39  default ~T
+# deleted
+color   index      color196       default ~D
+
+uncolor header *
+# set up the headers
+color   hdrdefault color245       default
+color   header     brightyellow   default "^from:"
+color   header     yellow         default "^to:"
+color   header     yellow         default "^cc:"
+color   header     blue           default "^date:"
+color   header     brightcolor214 default "^subject: "
+
+# message bodies
+color   attachment brightcolor211 default
+color   search     brightcolor16  color221
+color   signature  color243       default
+color   tilde      color240       default
+
+uncolor body *
+color   body       color137       default "[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+"
+color   bold       brightcolor15  default
+# 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       color137       default "(^|<| )((https?|ftp|file|telnet|news|finger)://|www)[\-\.\;@,/%~_:?&=\#a-zA-Z0-9+]+( |>|$)"
+# 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 "(^| )/[^/]+/( |$)"
+
+color   quoted     color243       default
+color   quoted1    color211       default
+color   quoted2    color222       default
+color   quoted3    color214       default
+color   quoted4    color154       default
similarity index 100%
rename from mutt/colors
rename to mutt/colors/teal
index a5c2bdf09b95e7da6d3890e69c2d772acbc14f55..3a87a28228a08b2d2c0c2b3b61089450ac2060bc 100644 (file)
@@ -94,4 +94,4 @@ source /usr/share/doc/mutt/samples/gpg.rc
 
 source ~/.mutt/hooks
 source ~/.mutt/bindings
-source ~/.mutt/colors         # color theme
+source ~/.mutt/colors/badfox         # color theme