diff options
author | Chirikumbrah | 2022-12-20 23:33:14 +0000 |
---|---|---|
committer | GitHub | 2022-12-20 23:33:14 +0000 |
commit | 6ab8591715daf932d0dc45d0d5fb9e5a272f2fe1 (patch) | |
tree | 0de2043919f43b518ad2bb2ee610542b50e66135 /runtime/themes | |
parent | bdeefbfb23077fcbbfe1e7df6c6ac88516244bbc (diff) |
Better diagnostics highlighting for Dracula theme. (#5236)
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/dracula.toml | 3 |
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" |