Skip to content

Commit

Permalink
fix(theme): git gutter for flatwhite (#5036)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBrevig authored Dec 7, 2022
1 parent 9d42369 commit a4de86e
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
Expand Up @@ -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"
Expand Down

0 comments on commit a4de86e

Please sign in to comment.