Mercurial > dotfiles
changeset 819:5d48918b3a65
feat: add highlight for url
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 15 Dec 2023 07:58:09 +0100 |
parents | ed2d383b97a7 |
children | 423e6e3b247a |
files | dot_config/helix/themes/tutticolori.toml |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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"