From 07be66c6775dfee8614c3d0f61612eec98a6c180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Fri, 17 Sep 2021 11:03:29 +0900 Subject: [PATCH] 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. --- theme.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index 49f46b0b9..82b71a7dd 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?