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