Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/solarized_light.toml')
| -rw-r--r-- | runtime/themes/solarized_light.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/solarized_light.toml b/runtime/themes/solarized_light.toml index 02ca7bdc..60a2a0e2 100644 --- a/runtime/themes/solarized_light.toml +++ b/runtime/themes/solarized_light.toml @@ -126,6 +126,8 @@ "diagnostic.error" = { underline = { style = "curl", color = "red" } } "diagnostic.info" = { underline = { style = "curl", color = "blue" } } "diagnostic.hint" = { underline = { style = "curl", color = "base01" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } [palette] |