From e1fdca5287a7262a271907fee1cd51cabc962ea5 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Thu, 4 Aug 2022 07:27:33 -0700 Subject: mutt: new theme --- .mutt/muttrc.colors | 41 +---------------------------------------- 1 file changed, 1 insertion(+), 40 deletions(-) (limited to '.mutt/muttrc.colors') diff --git a/.mutt/muttrc.colors b/.mutt/muttrc.colors index c463740..17e1bed 100644 --- a/.mutt/muttrc.colors +++ b/.mutt/muttrc.colors @@ -1,45 +1,6 @@ -## 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.*" @@ -57,4 +18,4 @@ color body brightmagenta default "^\\[---.*" color body green default "^#v[-+]" # Include theme -source "$HOME/.mutt/muttrc.theme.dracula" +source "$HOME/.mutt/muttrc.theme.vombatidae" -- cgit v1.2.3