diff options
author | Blaž Hrastnik | 2022-10-21 04:27:05 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-10-21 04:27:05 +0000 |
commit | 74a6a2282e79190baa59cd52907e014b31331819 (patch) | |
tree | d2d8f749075354bc5f63c888d54e48f3407a5f2d | |
parent | 511d9d8a527d8c3dbce6ae1f9a0f5d7beaaf4b28 (diff) |
Add undercurl styles to the default theme
-rw-r--r-- | theme.toml | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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" |