Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/starlight.toml')
| -rw-r--r-- | runtime/themes/starlight.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/themes/starlight.toml b/runtime/themes/starlight.toml index 335d1493..09db90fd 100644 --- a/runtime/themes/starlight.toml +++ b/runtime/themes/starlight.toml @@ -85,8 +85,6 @@ "diagnostic.warning" = { underline = { color = "yellow", style = "curl" } } "diagnostic.info" = { underline = { color = "blue", style = "curl" } } "diagnostic.hint" = { underline = { color = "blue", style = "curl" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } "info" = "blue" "hint" = "blue" |