From c988bd9629145b5a337498937a70af555bfa6159 Mon Sep 17 00:00:00 2001 From: blt__ Date: Thu, 12 Jan 2023 08:22:16 +0400 Subject: Change built-in themes to use curly underlines (#5419) * Change built-in themes to use curly underlines * Change fleet_dark to use curly underlines--- runtime/themes/papercolor-light.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'runtime/themes/papercolor-light.toml') diff --git a/runtime/themes/papercolor-light.toml b/runtime/themes/papercolor-light.toml index 70b973d3..0d3fc77c 100644 --- a/runtime/themes/papercolor-light.toml +++ b/runtime/themes/papercolor-light.toml @@ -72,7 +72,11 @@ "warning" = "bright4" "error" = "regular1" "info" = "#FFAF00" -diagnostic = { modifiers = ["bold", "underlined"]} + +"diagnostic.warning".underline = { color = "bright4", style = "curl" } +"diagnostic.error".underline = { color = "regular1", style = "curl" } +"diagnostic.info".underline = { color = "#FFAF00", style = "curl" } +"diagnostic.hint".underline = { color = "#FFAF00", style = "curl" } [palette] -- cgit v1.2.3-70-g09d2