Skip to content

Commit

Permalink
Better diagnostics highlighting for Dracula theme. (#5236)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chirikumbrah authored Dec 20, 2022
1 parent bdeefbf commit 6ab8591
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/themes/dracula.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6ab8591

Please sign in to comment.