diff options
author | Luna | 2022-12-03 02:26:10 +0000 |
---|---|---|
committer | GitHub | 2022-12-03 02:26:10 +0000 |
commit | dc00291b4888f7ffad43fd544259227d0dbbf6fb (patch) | |
tree | 33a62f1f582424f441b7edc3cc73df2552098d42 /runtime | |
parent | 224a024d3997035d04bf7b2f7424a472ff9936b8 (diff) |
Update Doom Acario for git gutters (#4979)
Edited the diff.delta from green to blue.
Diffstat (limited to 'runtime')
-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 c38c93ee..95dc78e0 100644 --- a/runtime/themes/doom_acario_dark.toml +++ b/runtime/themes/doom_acario_dark.toml @@ -41,7 +41,7 @@ 'diff.plus' = { fg = 'green' } 'diff.minus' = { fg = 'red' } -'diff.delta' = { fg = 'green' } +'diff.delta' = { fg = 'blue' } 'ui.background'= { bg = 'bg' } 'ui.cursor' = { bg = 'orange', fg = 'bg-alt' } |