Skip to content

Commit

Permalink
fix(theme): git gutter for flatwhite (helix-editor#5036)
Browse files Browse the repository at this point in the history
AlexanderBrevig authored and Shekhinah Memmel committed Dec 11, 2022
1 parent 8f614dc commit ef82f04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/themes/flatwhite.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit ef82f04

Please sign in to comment.