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
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue