Skip to content

Commit

Permalink
Add new theme keys for LSP diagnostic tags for dark_plus
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Else committed Mar 20, 2024
1 parent b8e79c0 commit d98f1f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/themes/dark_plus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@

"diagnostic.error".underline = { color = "red", style = "curl" }
"diagnostic".underline = { color = "gold", style = "curl" }
"diagnostic.unnecessary" = { modifiers = ["dim"] }
"diagnostic.deprecated" = { modifiers = ["crossed_out"] }

[palette]
white = "#ffffff"
Expand Down

0 comments on commit d98f1f6

Please sign in to comment.