1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

Update zenburn theme for git gutters (#4977)

This commit is contained in:
Anton Romanov 2022-12-02 18:26:01 -08:00 committed by GitHub
parent b677c6a019
commit 224a024d39
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -37,9 +37,9 @@
"ui.virtual.indent-guide" = "#4f4f4f"
"diff.plus" = {fg = "#709080", bg = "#313c36", modifiers = ["bold"] }
"diff.delta" = "#333333"
"diff.minus" = {fg = "#333333", bg = "#464646"}
"diff.plus" = {fg = "#709080"}
"diff.delta" = {fg = "#464646"}
"diff.minus" = {fg = "#cc9393"}
"diagnostic" = {bg = "statusbg"}
"diagnostic.error" = { fg = "errorfg", bg = "errorbg"}