Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/dracula.toml')
-rw-r--r--runtime/themes/dracula.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/dracula.toml b/runtime/themes/dracula.toml
index 4e01bae2..c1a9a12b 100644
--- a/runtime/themes/dracula.toml
+++ b/runtime/themes/dracula.toml
@@ -26,6 +26,8 @@
"diagnostic.warning" = { underline = { color = "yellow", style = "curl" } }
"diagnostic.error" = { underline = { color = "red", style = "curl" } }
"diagnostic.info" = { underline = { color = "cyan", style = "curl" } }
+"diagnostic.unnecessary" = { modifiers = ["dim"] }
+"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
"error" = { fg = "red" }
"hint" = { fg = "purple" }