Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/ferra.toml')
| -rw-r--r-- | runtime/themes/ferra.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/ferra.toml b/runtime/themes/ferra.toml index 0734f240..212fb510 100644 --- a/runtime/themes/ferra.toml +++ b/runtime/themes/ferra.toml @@ -68,6 +68,8 @@ "diagnostic.error" = { underline = { color = "ferra_ember", style = "curl" } } "diagnostic.info" = { underline = { color = "ferra_blush", style = "curl" } } "diagnostic.hint" = { underline = { color = "ferra_blush", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } [palette] ferra_night = "#2b292d" |