Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/serika-dark.toml')
-rw-r--r--runtime/themes/serika-dark.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/serika-dark.toml b/runtime/themes/serika-dark.toml
index d1841979..eb8d6c83 100644
--- a/runtime/themes/serika-dark.toml
+++ b/runtime/themes/serika-dark.toml
@@ -63,6 +63,8 @@
"diagnostic.info" = { underline = { style = "curl", color = "aqua" } }
"diagnostic.warning" = { underline = { style = "curl", color = "yellow" } }
"diagnostic.error" = { underline = { style = "curl", color = "nasty-red" } }
+"diagnostic.unnecessary" = { modifiers = ["dim"] }
+"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
"diff.plus" = { fg = "green" }
"diff.delta" = { fg = "orange" }