From 9c689b4c78b0b651f2e79d27a0d602b380a90c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Fri, 28 Jun 2019 09:12:18 -0700 Subject: Add mutt config --- .mutt/muttrc.colors | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 .mutt/muttrc.colors (limited to '.mutt/muttrc.colors') diff --git a/.mutt/muttrc.colors b/.mutt/muttrc.colors new file mode 100644 index 0000000..c463740 --- /dev/null +++ b/.mutt/muttrc.colors @@ -0,0 +1,60 @@ +## Diffs +color body green default "^diff \-.*" +color body green default "^index [a-f0-9].*" +color body green default "^\-\-\- .*" +color body green default "^[\+]{3} .*" +color body cyan default "^[\+][^\+]+.*" +color body red default "^\-[^\-]+.*" +color body brightblue default "^@@ .*" + +# Various smilies and the like +color body brightwhite default "<[Gg]>" # +color body brightwhite default "<[Bb][Gg]>" # +color body yellow default " [;:]-*[})>{(<|]" # :-) etc... + +# *bold* +color body brightyellow default "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)" +mono body bold "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)" + +# _underline_ +color body brightred default "(^|[[:space:]])" + +color sidebar_new color221 default + +# index stuff +color tree color244 default +color indicator color255 color233 +color index color117 color233 ~N +color index color124 color233 ~D + +# URLs, email and web +color body color68 color233 "(finger|ftp|http|https|news|telnet)://[^ >]*" +color body color111 color233 "" +color body color111 color233 "www\\.[-.a-z0-9]+\\.[a-z][a-z][a-z]?([-_./~a-z0-9]+)?" +color body color111 default "[-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 +color attachment color111 default +color signature color244 default + +# GPG +color body color188 default "^gpg: Good signature.*" +color body color115 color236 "^gpg: BAD signature.*" +color body color174 color237 "^gpg: Can't check signature.*" +color body color174 color237 "^-----BEGIN PGP SIGNED MESSAGE-----" +color body color174 color237 "^-----BEGIN PGP SIGNATURE-----" +color body color174 color237 "^-----END PGP SIGNED MESSAGE-----" +color body color174 color237 "^-----END PGP SIGNATURE-----" +color body color174 color237 "^Version: GnuPG.*" +color body color174 color237 "^Comment: .*" + +# Highlight TOFU protection: +color body brightmagenta default "^\\[---.*" +color body green default "^#v[-+]" + +# Include theme +source "$HOME/.mutt/muttrc.theme.dracula" -- cgit v1.2.3