fix url underline

pull/13394/head
IwantHappiness 2025-04-22 22:24:31 +03:00
parent c2ee9279b3
commit cc2aee3b00
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ variable = { fg = "white" }
string = { fg = "bright-green" } string = { fg = "bright-green" }
"string.regexp" = { fg = "gray" } "string.regexp" = { fg = "gray" }
"string.special.path" = { 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 = { fg = "gray" }
"punctuation.bracket" = { fg = "gray" } "punctuation.bracket" = { fg = "gray" }