mirror of https://github.com/helix-editor/helix
Add new theme keys for LSP diagnostic tags for dark_plus (#9949)
parent
b8e79c0ef5
commit
52a0734120
|
@ -98,6 +98,8 @@
|
||||||
|
|
||||||
"diagnostic.error".underline = { color = "red", style = "curl" }
|
"diagnostic.error".underline = { color = "red", style = "curl" }
|
||||||
"diagnostic".underline = { color = "gold", style = "curl" }
|
"diagnostic".underline = { color = "gold", style = "curl" }
|
||||||
|
"diagnostic.unnecessary" = { modifiers = ["dim"] }
|
||||||
|
"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
|
||||||
|
|
||||||
[palette]
|
[palette]
|
||||||
white = "#ffffff"
|
white = "#ffffff"
|
||||||
|
|
Loading…
Reference in New Issue