Better diagnostics highlighting for Dracula theme. (#5236)

pull/1/head
Chirikumbrah 2 years ago committed by GitHub
parent bdeefbfb23
commit 6ab8591715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save