Skip to content

Commit

Permalink
fix(neogit): remove diff context highlight fg
Browse files Browse the repository at this point in the history
close #627
  • Loading branch information
nullchilly committed Dec 15, 2023
1 parent 64dc309 commit 1b40f07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/catppuccin/groups/integrations/neogit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ function M.get()
fg = C.blue,
},
NeogitDiffContextHighlight = {
bg = U.darken(C.base, 0.345, C.base),
fg = U.lighten(C.base, 0.850, C.text),
bg = C.surface0,
},
NeogitDiffDeleteHighlight = {
bg = U.darken(C.red, 0.345, C.base),
Expand Down

0 comments on commit 1b40f07

Please sign in to comment.