diff options
author | Anton Romanov | 2022-12-03 02:26:01 +0000 |
---|---|---|
committer | GitHub | 2022-12-03 02:26:01 +0000 |
commit | 224a024d3997035d04bf7b2f7424a472ff9936b8 (patch) | |
tree | 69008b99a464c7b189d69ee071cff21cad70e957 /runtime | |
parent | b677c6a019f893c7ed8b9b84d136c50e5445315a (diff) |
Update zenburn theme for git gutters (#4977)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/themes/zenburn.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/themes/zenburn.toml b/runtime/themes/zenburn.toml index affb9f56..63f4ac72 100644 --- a/runtime/themes/zenburn.toml +++ b/runtime/themes/zenburn.toml @@ -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"} |