aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChirikumbrah2022-12-20 23:33:14 +0000
committerGitHub2022-12-20 23:33:14 +0000
commit6ab8591715daf932d0dc45d0d5fb9e5a272f2fe1 (patch)
tree0de2043919f43b518ad2bb2ee610542b50e66135
parentbdeefbfb23077fcbbfe1e7df6c6ac88516244bbc (diff)
Better diagnostics highlighting for Dracula theme. (#5236)
-rw-r--r--runtime/themes/dracula.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/themes/dracula.toml b/runtime/themes/dracula.toml
index 90bdb446..0f459311 100644
--- a/runtime/themes/dracula.toml
+++ b/runtime/themes/dracula.toml
@@ -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"