Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/mellow.toml')
| -rw-r--r-- | runtime/themes/mellow.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/mellow.toml b/runtime/themes/mellow.toml index 16d7b608..8ab66622 100644 --- a/runtime/themes/mellow.toml +++ b/runtime/themes/mellow.toml @@ -99,6 +99,8 @@ "diagnostic.error" = { underline = { color = "bright_red", style = "curl" } } "diagnostic.info" = { underline = { color = "bright_blue", style = "curl" } } "diagnostic.hint" = { underline = { color = "bright_cyan", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } warning = "bright_yellow" error = "bright_red" |