Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/serika-light.toml')
| -rw-r--r-- | runtime/themes/serika-light.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/serika-light.toml b/runtime/themes/serika-light.toml index 1e3901ef..00fa84cb 100644 --- a/runtime/themes/serika-light.toml +++ b/runtime/themes/serika-light.toml @@ -63,6 +63,8 @@ "diagnostic.info" = { underline = { style = "curl", color = "aqua" } } "diagnostic.warning" = { underline = { style = "curl", color = "yellow" } } "diagnostic.error" = { underline = { style = "curl", color = "nasty-red" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } "diff.plus" = { fg = "bg_green" } "diff.delta" = { fg = "bg_blue" } |