Better diagnostics highlighting for Dracula theme. (#5236)
This commit is contained in:
parent
bdeefbfb23
commit
6ab8591715
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@
|
|||
"markup.quote" = { fg = "yellow", modifiers = ["italic"] }
|
||||
"markup.raw" = { fg = "foreground" }
|
||||
|
||||
"diagnostic".underline = { color = "orange", style = "curl" }
|
||||
"diagnostic.error".underline = { color = "red", style = "curl" }
|
||||
|
||||
[palette]
|
||||
background = "#282a36"
|
||||
background_dark = "#21222c"
|
||||
|
|
Loading…
Add table
Reference in a new issue