From 74a6a2282e79190baa59cd52907e014b31331819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Fri, 21 Oct 2022 13:27:05 +0900 Subject: [PATCH] Add undercurl styles to the default theme --- theme.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/theme.toml b/theme.toml index ab7c995a8..054093195 100644 --- a/theme.toml +++ b/theme.toml @@ -72,11 +72,10 @@ label = "honey" "ui.menu.selected" = { fg = "revolver", bg = "white" } "ui.menu.scroll" = { fg = "lavender", bg = "comet" } -diagnostic = { modifiers = ["underlined"] } -# "diagnostic.hint" = { fg = "revolver", bg = "lilac" } -# "diagnostic.info" = { fg = "revolver", bg = "lavender" } -# "diagnostic.warning" = { fg = "revolver", bg = "honey" } -# "diagnostic.error" = { fg = "revolver", bg = "apricot" } +"diagnostic.hint" = { underline = { color = "silver", style = "curl" } } +"diagnostic.info" = { underline = { color = "delta", style = "curl" } } +"diagnostic.warning" = { underline = { color = "lightning", style = "curl" } } +"diagnostic.error" = { underline = { color = "apricot", style = "curl" } } warning = "lightning" error = "apricot"