Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/cyan_light.toml')
| -rw-r--r-- | runtime/themes/cyan_light.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/cyan_light.toml b/runtime/themes/cyan_light.toml index d8c93fe7..2ac57cd3 100644 --- a/runtime/themes/cyan_light.toml +++ b/runtime/themes/cyan_light.toml @@ -117,6 +117,8 @@ "diagnostic.info" = { underline = { color = "light_blue", style = "line" } } "diagnostic.warning" = { underline = { color = "orange", style = "curl" } } "diagnostic.error" = { underline = { color = "red", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } [palette] shade00 = "#f2f3f7" |