mirror of https://github.com/helix-editor/helix
fix url underline
parent
c2ee9279b3
commit
cc2aee3b00
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue