Update zenburn theme for git gutters (#4977)
This commit is contained in:
parent
b677c6a019
commit
224a024d39
1 changed files with 3 additions and 3 deletions
|
@ -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"}
|
||||
|
|
Loading…
Add table
Reference in a new issue