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/noctis_bordo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'runtime/themes/noctis_bordo.toml') diff --git a/runtime/themes/noctis_bordo.toml b/runtime/themes/noctis_bordo.toml index b15a3f8e..d446543d 100644 --- a/runtime/themes/noctis_bordo.toml +++ b/runtime/themes/noctis_bordo.toml @@ -54,7 +54,11 @@ "diff.plus" = "base0B" "diff.minus" = "base08" -"diagnostic" = { modifiers = ["underlined"] } +"diagnostic.info" = { underline = { color = "base0D", style = "curl" } } +"diagnostic.hint" = { underline = { color = "base03", style = "curl" } } +"diagnostic.warning" = { underline = { color = "base09", style = "curl" } } +"diagnostic.error" = { underline = { color = "base08", style = "curl" } } + "ui.gutter" = { bg = "base01" } "info" = "base0D" "hint" = "base03" -- cgit v1.2.3-70-g09d2