diff options
Diffstat (limited to 'runtime/themes/doom_acario_dark.toml')
-rw-r--r-- | runtime/themes/doom_acario_dark.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/doom_acario_dark.toml b/runtime/themes/doom_acario_dark.toml index 816e6626..5fb8272f 100644 --- a/runtime/themes/doom_acario_dark.toml +++ b/runtime/themes/doom_acario_dark.toml @@ -20,7 +20,7 @@ operator = { fg = 'blue' } function = { fg = 'yellow' } tag = { fg = 'cyan' } attribute = { fg = 'blue' } -attributes = { fg = 'blue' } +attribute = { fg = 'blue' } namespace = { fg = 'red' } 'markup.heading' = { fg = 'red' } |