diff options
author | Raul Benencia <id@rbenencia.name> | 2022-08-04 07:27:33 -0700 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2022-08-04 07:27:33 -0700 |
commit | e1fdca5287a7262a271907fee1cd51cabc962ea5 (patch) | |
tree | 50336475faa4dca3fbe5da99d1a4eed450ce74e1 /.mutt/muttrc.colors | |
parent | ba3a895867cc92cca59b9c4150790aff5921870d (diff) |
mutt: new theme
Diffstat (limited to '.mutt/muttrc.colors')
-rw-r--r-- | .mutt/muttrc.colors | 41 |
1 files changed, 1 insertions, 40 deletions
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]>" # <g> color body brightwhite default "<[Bb][Gg]>" # <bg> -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 "<URL:[^ ]*>" -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" |