Skip to content

Commit 74a6a22

Browse files
committed
Add undercurl styles to the default theme
1 parent 511d9d8 commit 74a6a22

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

theme.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,10 @@ label = "honey"
7272
"ui.menu.selected" = { fg = "revolver", bg = "white" }
7373
"ui.menu.scroll" = { fg = "lavender", bg = "comet" }
7474

75-
diagnostic = { modifiers = ["underlined"] }
76-
# "diagnostic.hint" = { fg = "revolver", bg = "lilac" }
77-
# "diagnostic.info" = { fg = "revolver", bg = "lavender" }
78-
# "diagnostic.warning" = { fg = "revolver", bg = "honey" }
79-
# "diagnostic.error" = { fg = "revolver", bg = "apricot" }
75+
"diagnostic.hint" = { underline = { color = "silver", style = "curl" } }
76+
"diagnostic.info" = { underline = { color = "delta", style = "curl" } }
77+
"diagnostic.warning" = { underline = { color = "lightning", style = "curl" } }
78+
"diagnostic.error" = { underline = { color = "apricot", style = "curl" } }
8079

8180
warning = "lightning"
8281
error = "apricot"

0 commit comments

Comments
 (0)