mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 09:56:19 +04:00
Better diagnostics highlighting for Dracula theme. (#5236)
This commit is contained in:
parent
bdeefbfb23
commit
6ab8591715
@ -55,6 +55,9 @@
|
|||||||
"markup.quote" = { fg = "yellow", modifiers = ["italic"] }
|
"markup.quote" = { fg = "yellow", modifiers = ["italic"] }
|
||||||
"markup.raw" = { fg = "foreground" }
|
"markup.raw" = { fg = "foreground" }
|
||||||
|
|
||||||
|
"diagnostic".underline = { color = "orange", style = "curl" }
|
||||||
|
"diagnostic.error".underline = { color = "red", style = "curl" }
|
||||||
|
|
||||||
[palette]
|
[palette]
|
||||||
background = "#282a36"
|
background = "#282a36"
|
||||||
background_dark = "#21222c"
|
background_dark = "#21222c"
|
||||||
|
Loading…
Reference in New Issue
Block a user