Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/spacebones_light.toml')
| -rw-r--r-- | runtime/themes/spacebones_light.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/spacebones_light.toml b/runtime/themes/spacebones_light.toml index ad2a04d5..7870f67c 100644 --- a/runtime/themes/spacebones_light.toml +++ b/runtime/themes/spacebones_light.toml @@ -78,6 +78,8 @@ "diagnostic.error" = { underline = { style = "curl", color = "#e0211d" } } "diagnostic.info" = { underline = { style = "curl", color = "theme_yellow" } } "diagnostic.hint" = { underline = { style = "curl", color = "bg2" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } [palette] base = "#655370" |