diff options
author | two-six | 2022-12-05 13:48:20 +0000 |
---|---|---|
committer | GitHub | 2022-12-05 13:48:20 +0000 |
commit | f712d316e5d210e95f9d297651f1d753646c26d2 (patch) | |
tree | 136050aa0275eb05ea5ab40a490610b8bfd319a9 /runtime/themes/acme.toml | |
parent | b0f20f13e3a606cba35cc70144f045a22b5b38bc (diff) |
Update Acme and Nord Light for git gutters (#4999)
* Update acme.toml
* Update nord_light.toml
* Update runtime/themes/nord_light.toml
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
* Update acme.toml
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
Diffstat (limited to 'runtime/themes/acme.toml')
-rw-r--r-- | runtime/themes/acme.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/themes/acme.toml b/runtime/themes/acme.toml index d3be695c..696a4a9b 100644 --- a/runtime/themes/acme.toml +++ b/runtime/themes/acme.toml @@ -22,6 +22,9 @@ "diagnostic.hint" = {bg="white", modifiers=["bold"]} "ui.bufferline" = { fg = "indent", bg = "acme_bar_bg" } "ui.bufferline.active" = { fg = "black", bg = "acme_bg" } +"diff.plus" = {fg = "green"} +"diff.delta" = {fg = "acme_bar_bg"} +"diff.minus" = {fg = "red"} [palette] white = "#ffffff" |