Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/ingrid.toml')
| -rw-r--r-- | runtime/themes/ingrid.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/ingrid.toml b/runtime/themes/ingrid.toml index 8942c3ca..975f7a73 100644 --- a/runtime/themes/ingrid.toml +++ b/runtime/themes/ingrid.toml @@ -73,3 +73,5 @@ "diagnostic.error" = { underline = { color = "#D74E50", style = "curl" } } "diagnostic.info" = { underline = { color = "#839A53", style = "curl" } } "diagnostic.hint" = { underline = { color = "#A6B6CE", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } |