Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/zenburn.toml')
| -rw-r--r-- | runtime/themes/zenburn.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/zenburn.toml b/runtime/themes/zenburn.toml index 9a4a7abc..27f94122 100644 --- a/runtime/themes/zenburn.toml +++ b/runtime/themes/zenburn.toml @@ -45,6 +45,8 @@ "diagnostic" = {bg = "statusbg"} "diagnostic.error" = { fg = "errorfg", bg = "errorbg"} +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } "ui.gutter" = { bg = "statusbg" } "hint" = {fg = "numeric", bg = "statusbg"} "warning" = "numeric" |