Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/ayu_light.toml')
| -rw-r--r-- | runtime/themes/ayu_light.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/ayu_light.toml b/runtime/themes/ayu_light.toml index 6c405381..d0eca78a 100644 --- a/runtime/themes/ayu_light.toml +++ b/runtime/themes/ayu_light.toml @@ -66,6 +66,8 @@ "diagnostic.info"= { underline = { color = "blue", style = "curl" } } "diagnostic.warning"= { underline = { color = "yellow", style = "curl" } } "diagnostic.error"= { underline = { color = "red", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } "ui.bufferline" = { fg = "gray", bg = "background" } "ui.bufferline.active" = { fg = "foreground", bg = "dark_gray" } "ui.debug" = { fg = "orange", bg = "background" } |