Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/nightfox.toml')
| -rw-r--r-- | runtime/themes/nightfox.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/nightfox.toml b/runtime/themes/nightfox.toml index 3dfb4fce..62db82c0 100644 --- a/runtime/themes/nightfox.toml +++ b/runtime/themes/nightfox.toml @@ -76,6 +76,8 @@ "diagnostic.error" = { underline = { color = "red", style = "curl" } } # Diagnostics error (editing area) "diagnostic.info" = { underline = { color = "blue", style = "curl" } } # Diagnostics info (editing area) "diagnostic.hint" = { underline = { color = "green", style = "curl" } } # Diagnostics hint (editing area) +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } # SYNTAX HIGHLIGHTING |