Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/acme.toml')
-rw-r--r--runtime/themes/acme.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/themes/acme.toml b/runtime/themes/acme.toml
index 195e0635..65092474 100644
--- a/runtime/themes/acme.toml
+++ b/runtime/themes/acme.toml
@@ -24,8 +24,6 @@
"diagnostic.error" = {bg="red", fg="white", modifiers=["bold"]}
"diagnostic.warning" = {bg="orange", fg="black", modifiers=["bold"]}
"diagnostic.hint" = {fg="gray", modifiers=["bold"]}
-"diagnostic.unnecessary" = { modifiers = ["dim"] }
-"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
"ui.bufferline" = { fg = "black", bg = "acme_bar_bg" }
"ui.bufferline.active" = { fg = "black", bg = "acme_bg" }
"diff.plus" = {fg = "green"}