# HG changeset patch # User zegervdv # Date 1702623489 -3600 # Node ID 5d48918b3a650ddd37871dd5f6df8d1ffe5f17dd # Parent ed2d383b97a779dd97f86e82c65b8244c2582736 feat: add highlight for url diff -r ed2d383b97a7 -r 5d48918b3a65 dot_config/helix/themes/tutticolori.toml --- a/dot_config/helix/themes/tutticolori.toml Thu Dec 07 08:46:32 2023 +0100 +++ b/dot_config/helix/themes/tutticolori.toml Fri Dec 15 07:58:09 2023 +0100 @@ -50,6 +50,8 @@ "label" = { fg = "purple-light", modifiers = ["bold"] } "namespace" = { fg = "magenta", modifiers = ["bold"] } +"markup.link.url" = { fg = "blue", underline = { style = "line" } } + [palette] white = "#fbfafc" black = "#000000"