fix(theme): git gutter for flatwhite (#5036)

pull/5041/head^2
Alexander Brevig 2 years ago committed by GitHub
parent 9d4236941d
commit a4de86e7af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -77,9 +77,9 @@
"ui.popup" = { fg = "base1", bg = "base6" }
"ui.window" = { fg = "base1", bg = "base6" }
"diff.plus" = { bg = "diff_add" }
"diff.delta" = { bg = "diff_change" }
"diff.minus" = { bg = "diff_delete" }
"diff.plus" = { fg = "diff_add" }
"diff.delta" = { fg = "diff_change" }
"diff.minus" = { fg = "diff_delete" }
[palette]
base1 = "#605a52"

Loading…
Cancel
Save