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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/themes/doom_acario_dark.toml b/runtime/themes/doom_acario_dark.toml index 98265bb7..47f1dfca 100644 --- a/runtime/themes/doom_acario_dark.toml +++ b/runtime/themes/doom_acario_dark.toml @@ -9,7 +9,6 @@ 'comment' = { fg = 'gray', modifiers = ['italic'] } 'comment.block' = { fg = 'green', modifiers = ['italic'] } 'comment.block.documentation' = { fg = 'green', modifiers = ['italic'] } -'comment.line.documentation' = { fg = 'green', modifiers = ['italic'] } 'constant' = { fg = 'magenta' } 'constant.numeric' = { fg = 'orange' } 'constructor' = { fg = 'red' } @@ -79,8 +78,6 @@ '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' } |