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