Skip to content

Commit bfb9526

Browse files
Chirikumbrahhadronized
authored andcommitted
Better diagnostics highlighting for Dracula theme. (helix-editor#5236)
1 parent 9561407 commit bfb9526

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

runtime/themes/dracula.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
"markup.quote" = { fg = "yellow", modifiers = ["italic"] }
5656
"markup.raw" = { fg = "foreground" }
5757

58+
"diagnostic".underline = { color = "orange", style = "curl" }
59+
"diagnostic.error".underline = { color = "red", style = "curl" }
60+
5861
[palette]
5962
background = "#282a36"
6063
background_dark = "#21222c"

0 commit comments

Comments
 (0)