aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2022-10-21 04:27:05 +0000
committerBlaž Hrastnik2022-10-21 04:27:05 +0000
commit74a6a2282e79190baa59cd52907e014b31331819 (patch)
treed2d8f749075354bc5f63c888d54e48f3407a5f2d /theme.toml
parent511d9d8a527d8c3dbce6ae1f9a0f5d7beaaf4b28 (diff)
Add undercurl styles to the default theme
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml9
1 files changed, 4 insertions, 5 deletions
diff --git a/theme.toml b/theme.toml
index ab7c995a..05409319 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"