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/everforest_light.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'runtime/themes/everforest_light.toml') diff --git a/runtime/themes/everforest_light.toml b/runtime/themes/everforest_light.toml index 08876c0c..6daf7963 100644 --- a/runtime/themes/everforest_light.toml +++ b/runtime/themes/everforest_light.toml @@ -88,7 +88,11 @@ "info" = "aqua" "warning" = "yellow" "error" = "red" -"diagnostic" = { modifiers = ["underlined"] } + +"diagnostic.hint" = { underline = { color = "blue", style = "curl" } } +"diagnostic.info" = { underline = { color = "aqua", style = "curl" } } +"diagnostic.warning" = { underline = { color = "yellow", style = "curl" } } +"diagnostic.error" = { underline = { color = "red", style = "curl" } } [palette] -- cgit v1.2.3-70-g09d2