mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
add new theme keys for LSP diagnostic tags (#10064)
This commit is contained in:
parent
2f4572d91e
commit
47ef9f0ca2
83 changed files with 169 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue