From cc2aee3b00e19fe0883bcb68623dd5f925542d2c Mon Sep 17 00:00:00 2001 From: IwantHappiness Date: Tue, 22 Apr 2025 22:24:31 +0300 Subject: [PATCH] fix url underline --- runtime/themes/vesper.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/vesper.toml b/runtime/themes/vesper.toml index dc9f1de0e..64471f3d4 100644 --- a/runtime/themes/vesper.toml +++ b/runtime/themes/vesper.toml @@ -38,7 +38,7 @@ variable = { fg = "white" } string = { fg = "bright-green" } "string.regexp" = { fg = "gray" } "string.special.path" = { fg = "gray" } -"string.special.url" = { fg = "white", modifiers = ["underline"] } +"string.special.url" = { fg = "white", underline = { style = "line" } } punctuation = { fg = "gray" } "punctuation.bracket" = { fg = "gray" }