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