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, 2 insertions, 0 deletions
diff --git a/runtime/themes/meliora.toml b/runtime/themes/meliora.toml index e7037e18..87f0cb09 100644 --- a/runtime/themes/meliora.toml +++ b/runtime/themes/meliora.toml @@ -58,6 +58,8 @@ "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" } |