Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/github_light.toml')
-rw-r--r--runtime/themes/github_light.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/github_light.toml b/runtime/themes/github_light.toml
index e6912a98..cd3f1e5d 100644
--- a/runtime/themes/github_light.toml
+++ b/runtime/themes/github_light.toml
@@ -78,6 +78,8 @@ label = "scale.red.5"
"diagnostic.info" = { underline = { color = "accent.fg", style = "curl" } }
"diagnostic.warning" = { underline = { color = "attention.fg", style = "curl" } }
"diagnostic.error" = { underline = { color = "danger.fg", style = "curl" } }
+"diagnostic.unnecessary" = { modifiers = ["dim"] }
+"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
hint = "success.fg"
info = "accent.fg"