Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/curzon.toml')
| -rw-r--r-- | runtime/themes/curzon.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/curzon.toml b/runtime/themes/curzon.toml index 1303519f..d5a608f5 100644 --- a/runtime/themes/curzon.toml +++ b/runtime/themes/curzon.toml @@ -75,6 +75,8 @@ label = "label" "diagnostic.info" = { underline = { color = "info", style = "curl" } } "diagnostic.warning" = { underline = { color = "warning", style = "curl" } } "diagnostic.error" = { underline = { color = "error", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } warning = "warning" error = "#f43f5e" |