Skip to content

Commit

Permalink
fix(neogit): tweak diff context highlighting (#614)
Browse files Browse the repository at this point in the history
* Fixed context background

* Fixed context background

* fix stylua

---------

Co-authored-by: König, Mirko <mirko.konig@here.com>
Co-authored-by: mrtnvgr <root@unixis.fun>
  • Loading branch information
3 people authored Nov 15, 2023
1 parent 5e4be43 commit cc717ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/catppuccin/groups/integrations/neogit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ function M.get()
fg = C.blue,
},
NeogitDiffContextHighlight = {
bg = U.darken(C.blue, 0.065, C.base),
fg = C.text,
bg = U.darken(C.base, 0.345, C.base),
fg = U.lighten(C.base, 0.850, C.text),
},
NeogitDiffDeleteHighlight = {
bg = U.darken(C.red, 0.345, C.base),
Expand Down Expand Up @@ -190,7 +190,7 @@ function M.get()
style = { "bold" },
},
NeogitDiffContext = {
bg = C.lavender,
bg = C.base,
},
NeogitPopupBold = {
style = { "bold" },
Expand Down

0 comments on commit cc717ac

Please sign in to comment.