From 66a49080bc7e492c37f9cd10ed36a696de1787a3 Mon Sep 17 00:00:00 2001 From: Pascal Kuthe Date: Thu, 13 Oct 2022 19:03:58 +0200 Subject: merge underline-style and underline-color into a single table --- runtime/themes/dark_plus.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/themes/dark_plus.toml') diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml index afbd1b71..fbb58e64 100644 --- a/runtime/themes/dark_plus.toml +++ b/runtime/themes/dark_plus.toml @@ -92,8 +92,8 @@ "info" = { fg = "light_blue" } "hint" = { fg = "light_gray3" } -"diagnostic.error" = {underline-color = "red", underline-style = "curl"} -"diagnostic" = {underline-color = "gold", underline-style = "curl" } +"diagnostic.error".underline = { color = "red", style = "curl" } +"diagnostic".underline = { color = "gold", style = "curl" } [palette] white = "#ffffff" -- cgit v1.2.3-70-g09d2