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/bogster_light.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'runtime/themes/bogster_light.toml') diff --git a/runtime/themes/bogster_light.toml b/runtime/themes/bogster_light.toml index 25aa4c80..2270f6ee 100644 --- a/runtime/themes/bogster_light.toml +++ b/runtime/themes/bogster_light.toml @@ -72,7 +72,10 @@ "hint" = "bogster-blue" # make diagnostic underlined, to distinguish with selection text. -diagnostic = { modifiers = ["underlined"] } +"diagnostic.warning" = { underline = { color = "bogster-orange", style = "curl"} } +"diagnostic.error" = { underline = { color = "bogster-lred", style = "curl"} } +"diagnostic.info" = { underline = { color = "bogster-teal", style = "curl"} } +"diagnostic.hint" = { underline = { color = "bogster-blue", style = "curl"} } [palette] bogster-orange = "#dc7759" -- cgit v1.2.3-70-g09d2