mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Add new theme keys for LSP diagnostic tags for dark_plus (#9949)
This commit is contained in:
parent
b8e79c0ef5
commit
52a0734120
@ -98,6 +98,8 @@
|
||||
|
||||
"diagnostic.error".underline = { color = "red", style = "curl" }
|
||||
"diagnostic".underline = { color = "gold", style = "curl" }
|
||||
"diagnostic.unnecessary" = { modifiers = ["dim"] }
|
||||
"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
|
||||
|
||||
[palette]
|
||||
white = "#ffffff"
|
||||
|
Loading…
Reference in New Issue
Block a user