Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/everblush.toml')
| -rw-r--r-- | runtime/themes/everblush.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/everblush.toml b/runtime/themes/everblush.toml index b49bf049..9c1fa062 100644 --- a/runtime/themes/everblush.toml +++ b/runtime/themes/everblush.toml @@ -79,6 +79,8 @@ "diagnostic.warning" = { underline = { style = "curl", color = "yellow" } } "diagnostic.info" = { underline = { style = "curl", color = "blue" } } "diagnostic.hint" = { underline = { style = "curl", color = "green" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } "special" = { fg = "red-light" } "markup.heading" = { fg = "blue", modifiers = ["bold"] } |