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 | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/runtime/themes/doom_acario_dark.toml b/runtime/themes/doom_acario_dark.toml index 98265bb7..95dc78e0 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' } @@ -30,7 +29,6 @@ 'markup.bold' = { fg = 'orange', modifiers = ['bold'] } 'markup.italic' = { fg = 'magenta', modifiers = ['italic'] } -'markup.strikethrough' = { modifiers = ['crossed_out'] } 'markup.heading' = { fg = 'red' } 'markup.link' = { fg = 'orange' } 'markup.link.url' = { fg = 'magenta' } @@ -75,12 +73,10 @@ 'info' = { fg = 'blue', modifiers = ['bold'] } 'hint' = { fg = 'blue', modifiers = ['bold'] } -'diagnostic.hint'= { underline = { color = 'red', style = "curl"} } -'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"] } +'diagnostic'= { fg = 'red', modifiers = ['underlined'] } +'diagnostic.error'= { fg = 'red', modifiers = ['underlined'] } +'diagnostic.info'= { fg = 'blue', modifiers = ['underlined'] } +'diagnostic.warning'= { fg = 'yellow', modifiers = ['underlined'] } 'special' = { fg = 'orange' } |