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, 2 insertions, 0 deletions
diff --git a/runtime/themes/starlight.toml b/runtime/themes/starlight.toml index 09db90fd..335d1493 100644 --- a/runtime/themes/starlight.toml +++ b/runtime/themes/starlight.toml @@ -85,6 +85,8 @@ "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" |