Add new theme keys for LSP diagnostic tags for dark_plus (#9949)

pull/8875/head
David Else 2 months ago committed by GitHub
parent b8e79c0ef5
commit 52a0734120
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"

Loading…
Cancel
Save