Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/boo_berry.toml')
| -rw-r--r-- | runtime/themes/boo_berry.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/boo_berry.toml b/runtime/themes/boo_berry.toml index d3a3e223..929bbc74 100644 --- a/runtime/themes/boo_berry.toml +++ b/runtime/themes/boo_berry.toml @@ -67,6 +67,8 @@ "diagnostic.error" = { underline = { color = "gold", style = "curl"} } "diagnostic.info" = { underline = { color = "lilac", style = "curl"} } "diagnostic.hint" = { underline = { color = "lilac", style = "curl"} } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } [palette] berry = "#3A2A4D" |