mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Revert parameter underlining on default theme
I like it, but it clashes with diagnostics underlines since we can't color them differently in the terminal. If undercurl support is sufficient enough I'd consider changing diagnostics to use that instead.
This commit is contained in:
parent
b2195e08b5
commit
07be66c677
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ special = "honey"
|
|||
property = "white"
|
||||
variable = "lavender"
|
||||
# variable = "almond" # TODO: metavariables only
|
||||
"variable.parameter" = { fg = "lavender", modifiers = ["underlined"] }
|
||||
# "variable.parameter" = { fg = "lavender", modifiers = ["underlined"] }
|
||||
"variable.parameter" = { fg = "lavender" }
|
||||
"variable.builtin" = "mint"
|
||||
type = "white"
|
||||
"type.builtin" = "white" # TODO: distinguish?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue