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

@ -78,6 +78,8 @@ label = "scale.red.5"
"diagnostic.info" = { underline = { color = "accent.fg", style = "curl" } }
"diagnostic.warning" = { underline = { color = "attention.fg", style = "curl" } }
"diagnostic.error" = { underline = { color = "danger.fg", style = "curl" } }
"diagnostic.unnecessary" = { modifiers = ["dim"] }
"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
hint = "success.fg"
info = "accent.fg"