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