Improve link highlighting
[mutt-gruvbox.git] / colors-gruvbox-shuber.muttrc
index a38198a675f81be09661f88cbcd5664c3ca84986..c283d0f8b781c0ad7a0e08c18d57209c6b5b26cf 100644 (file)
@@ -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])"