Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/yellowed.toml')
| -rw-r--r-- | runtime/themes/yellowed.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/yellowed.toml b/runtime/themes/yellowed.toml index 091b93ee..d94a75fc 100644 --- a/runtime/themes/yellowed.toml +++ b/runtime/themes/yellowed.toml @@ -111,6 +111,8 @@ "diagnostic.error" = { underline = { color = "error", style = "curl" } } "diagnostic.info" = { underline = { color = "info", style = "curl" } } "diagnostic.hint" = { underline = { color = "hint", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } [palette] # interface |