Skip to content

Commit

Permalink
Update zenburn theme for git gutters (helix-editor#4977)
Browse files Browse the repository at this point in the history
  • Loading branch information
theli-ua authored and Shekhinah Memmel committed Dec 11, 2022
1 parent 70de7db commit 52e93a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/themes/zenburn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 52e93a0

Please sign in to comment.