Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/kaolin-dark.toml')
| -rw-r--r-- | runtime/themes/kaolin-dark.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/kaolin-dark.toml b/runtime/themes/kaolin-dark.toml index b8188f76..d8c17391 100644 --- a/runtime/themes/kaolin-dark.toml +++ b/runtime/themes/kaolin-dark.toml @@ -44,6 +44,8 @@ "diagnostic.warning" = { underline = { style = "curl", color = "warn" } } "diagnostic.info" = { underline = { style = "curl", color = "info" } } "diagnostic.hint" = { underline = { style = "curl", color = "hint" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } "ui.background" = { bg = "bg0" } "ui.linenr" = { fg = "gray0" } |