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

@ -17,6 +17,8 @@
"diagnostic.error" = { underline = { color = "red", style = "curl" } }
"diagnostic.info" = { underline = { color = "mid-blue", style = "curl" } }
"diagnostic.hint" = { underline = { color = "light-green", style = "curl" } }
"diagnostic.unnecessary" = { modifiers = ["dim"] }
"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
# UI ==============================
# For styling helix itself.