X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=colors-gruvbox-shuber.muttrc;h=c283d0f8b781c0ad7a0e08c18d57209c6b5b26cf;hb=HEAD;hp=a38198a675f81be09661f88cbcd5664c3ca84986;hpb=b0740a654686c549d09986db4adcfc6d0bed38bf;p=mutt-gruvbox.git diff --git a/colors-gruvbox-shuber.muttrc b/colors-gruvbox-shuber.muttrc index a38198a..c283d0f 100644 --- a/colors-gruvbox-shuber.muttrc +++ b/colors-gruvbox-shuber.muttrc @@ -73,13 +73,17 @@ color header color108 color234 "^Received:" # some-service.example.com # example.com/ # example.com/datenschutz +# file:///tmp/foo # # Non-examples: # 1.1.1900 +# 14.02.2022/24:00 # 23.59 # w.l.o.g -color body color142 color234 "([a-z]{3,255}://)?[[:alpha:]]\\.?([-[:alnum:]]+\\.)+[-[:alnum:]]{2,10}(/[[:graph:]]*)?" -color body color142 color234 "file:///[[:graph:]]*" +# team.its +color body color142 color234 "[a-z]{3,255}://[[:graph:]]*" +color body color142 color234 "([-[:alnum:]]+\\.)+([0-9]{1,3}|[-[:alpha:]]+)/[[:graph:]]*" +color body color142 color234 "([-[:alnum:]]+\\.){2,255}[-[:alpha:]]{2,10}" # IPv4 and IPv6 stolen from https://stackoverflow.com/questions/53497/regular-expression-that-matches-valid-ipv6-addresses color body color142 color234 "((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])"