Skip to content

Commit 224a024

Browse files
authored
Update zenburn theme for git gutters (#4977)
1 parent b677c6a commit 224a024

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)