Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/tokyonight.toml')
-rw-r--r--runtime/themes/tokyonight.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/tokyonight.toml b/runtime/themes/tokyonight.toml
index be796857..38eb269d 100644
--- a/runtime/themes/tokyonight.toml
+++ b/runtime/themes/tokyonight.toml
@@ -65,6 +65,8 @@ hint = { fg = "hint" }
"diagnostic.warning" = { underline = { style = "curl", color = "yellow"} }
"diagnostic.info" = { underline = { style = "curl", color = "info"} }
"diagnostic.hint" = { underline = { style = "curl", color = "hint" } }
+"diagnostic.unnecessary" = { modifiers = ["dim"] }
+"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
"ui.background" = { bg = "bg", fg = "fg" }
"ui.cursor" = { modifiers = ["reversed"] }