Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/dark_high_contrast.toml')
| -rw-r--r-- | runtime/themes/dark_high_contrast.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/dark_high_contrast.toml b/runtime/themes/dark_high_contrast.toml index 51701cfc..6da2389a 100644 --- a/runtime/themes/dark_high_contrast.toml +++ b/runtime/themes/dark_high_contrast.toml @@ -54,6 +54,8 @@ "diagnostic.hint" = { underline = { color = "yellow", style = "dashed" } } "diagnostic.warning" = { underline = { color = "orange", style = "curl" } } "diagnostic.error" = { underline = { color = "red", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } "info" = "white" "hint" = "yellow" "warning" = "orange" |