Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/rasmus.toml')
| -rw-r--r-- | runtime/themes/rasmus.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/rasmus.toml b/runtime/themes/rasmus.toml index a0b7e74d..a05ef633 100644 --- a/runtime/themes/rasmus.toml +++ b/runtime/themes/rasmus.toml @@ -107,6 +107,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" |