Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/penumbra+.toml')
| -rw-r--r-- | runtime/themes/penumbra+.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/penumbra+.toml b/runtime/themes/penumbra+.toml index bc53e82e..728a8090 100644 --- a/runtime/themes/penumbra+.toml +++ b/runtime/themes/penumbra+.toml @@ -47,6 +47,8 @@ error = "red" "diagnostic.info".underline = { color = "sky", 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"] } "ui.background" = { bg = "shade" } "ui.background.separator" = "sky" |