Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/night_owl.toml')
| -rw-r--r-- | runtime/themes/night_owl.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/night_owl.toml b/runtime/themes/night_owl.toml index fc27dc7c..ed3c0289 100644 --- a/runtime/themes/night_owl.toml +++ b/runtime/themes/night_owl.toml @@ -10,6 +10,8 @@ "diagnostic.error" = { underline = { color = "red", style = "curl" } } "diagnostic.info" = { underline = { color = "blue", style = "curl" } } "diagnostic.hint" = { underline = { color = "paleblue", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } # UI 'ui.background' = { fg = 'foreground', bg = 'background' } |