Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/noctis.toml')
| -rw-r--r-- | runtime/themes/noctis.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/noctis.toml b/runtime/themes/noctis.toml index c9f95f7f..db127229 100644 --- a/runtime/themes/noctis.toml +++ b/runtime/themes/noctis.toml @@ -17,6 +17,8 @@ "diagnostic.error" = { underline = { color = "red", style = "curl" } } "diagnostic.info" = { underline = { color = "mid-blue", style = "curl" } } "diagnostic.hint" = { underline = { color = "light-green", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } # UI ============================== # For styling helix itself. |