Skip to content

Commit

Permalink
Revert parameter underlining on default theme
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
archseer committed Sep 17, 2021
1 parent b2195e0 commit 07be66c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 07be66c

Please sign in to comment.