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