We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b677c6a commit 224a024Copy full SHA for 224a024
runtime/themes/zenburn.toml
@@ -37,9 +37,9 @@
37
38
"ui.virtual.indent-guide" = "#4f4f4f"
39
40
-"diff.plus" = {fg = "#709080", bg = "#313c36", modifiers = ["bold"] }
41
-"diff.delta" = "#333333"
42
-"diff.minus" = {fg = "#333333", bg = "#464646"}
+"diff.plus" = {fg = "#709080"}
+"diff.delta" = {fg = "#464646"}
+"diff.minus" = {fg = "#cc9393"}
43
44
"diagnostic" = {bg = "statusbg"}
45
"diagnostic.error" = { fg = "errorfg", bg = "errorbg"}
0 commit comments