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/ayu_light.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'runtime/themes/ayu_light.toml') diff --git a/runtime/themes/ayu_light.toml b/runtime/themes/ayu_light.toml index ab0283fb..0b4dab12 100644 --- a/runtime/themes/ayu_light.toml +++ b/runtime/themes/ayu_light.toml @@ -54,10 +54,10 @@ "error" = { fg = "red", modifiers = ["bold"] } "info" = { fg = "blue", modifiers = ["bold"] } "hint" = { fg = "blue", modifiers = ["bold"] } -"diagnostic"= { fg = "red", modifiers = ["underlined"] } -"diagnostic.info"= { fg = "blue", modifiers = ["underlined"] } -"diagnostic.warning"= { fg = "yellow", modifiers = ["underlined"] } -"diagnostic.error"= { fg = "red", modifiers = ["underlined"] } +"diagnostic.hint"= { underline = { color = "blue", style = "curl" } } +"diagnostic.info"= { underline = { color = "blue", style = "curl" } } +"diagnostic.warning"= { underline = { color = "yellow", style = "curl" } } +"diagnostic.error"= { underline = { color = "red", style = "curl" } } "ui.bufferline" = { fg = "gray", bg = "background" } "ui.bufferline.active" = { fg = "foreground", bg = "dark_gray" } -- cgit v1.2.3-70-g09d2