Skip to content

Commit

Permalink
Add undercurl styles to the default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer authored and pathwave committed Nov 4, 2022
1 parent 37a15e3 commit 4fe2ca2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4fe2ca2

Please sign in to comment.