aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-09-17 02:03:29 +0000
committerBlaž Hrastnik2021-09-17 05:43:06 +0000
commit07be66c6775dfee8614c3d0f61612eec98a6c180 (patch)
tree11d0c9c9922d62542cc43951ff3140b1b5ba1ffe
parentb2195e08b54d9e01411e3b67c87c93711415884c (diff)
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.
-rw-r--r--theme.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index 49f46b0b..82b71a7d 100644
--- a/theme.toml
+++ b/theme.toml
@@ -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?