Skip to content

Commit

Permalink
Changed bg to match highlight groups
Browse files Browse the repository at this point in the history
  • Loading branch information
gldtn committed Aug 9, 2024
1 parent 2427ff8 commit 5a63212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/cyberdream/extensions/neogit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function M.get(opts, t)
opts = opts or {}
local highlights = {
-- neogit
NeogitNormal = { bg = "NONE" },
NeogitNormal = { bg = t.bg },
NeogitPopupSwitchKey = { fg = t.orange },
NeogitPopupOptionKey = { fg = t.orange },
NeogitPopupActionKey = { fg = t.orange },
Expand Down

0 comments on commit 5a63212

Please sign in to comment.