add new theme keys for LSP diagnostic tags (#10064)

This commit is contained in:
Krishan 2024-03-31 19:30:14 +05:30 committed by GitHub
parent 2f4572d91e
commit 47ef9f0ca2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
83 changed files with 169 additions and 0 deletions

View file

@ -64,6 +64,8 @@
"diagnostic.info" = { underline = { color = "foam", style = "curl" } }
"diagnostic.warning" = { underline = { color = "gold", style = "curl" } }
"diagnostic.error" = { underline = { color = "love", style = "curl" } }
"diagnostic.unnecessary" = { modifiers = ["dim"] }
"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
"special" = "rose"
"attribute" = "iris"