Skip to content

Commit 44a7b9b

Browse files
theli-uaFrederik Vestre
authored and
Frederik Vestre
committed
Update zenburn theme for git gutters (helix-editor#4977)
1 parent 4c1d566 commit 44a7b9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

runtime/themes/zenburn.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737

3838
"ui.virtual.indent-guide" = "#4f4f4f"
3939

40-
"diff.plus" = {fg = "#709080", bg = "#313c36", modifiers = ["bold"] }
41-
"diff.delta" = "#333333"
42-
"diff.minus" = {fg = "#333333", bg = "#464646"}
40+
"diff.plus" = {fg = "#709080"}
41+
"diff.delta" = {fg = "#464646"}
42+
"diff.minus" = {fg = "#cc9393"}
4343

4444
"diagnostic" = {bg = "statusbg"}
4545
"diagnostic.error" = { fg = "errorfg", bg = "errorbg"}

0 commit comments

Comments
 (0)