Skip to content

Commit

Permalink
Merge branch 'main' into avante
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmedeski authored Feb 6, 2025
2 parents 0940577 + 4965db2 commit 28db7aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/catppuccin/groups/integrations/gitsigns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ function M.get()

GitSignsAddPreview = O.transparent_background and { fg = C.green, bg = C.none } or { link = "DiffAdd" },
GitSignsDeletePreview = O.transparent_background and { fg = C.red, bg = C.none } or { link = "DiffDelete" },

GitSignsAddInline = { bg = U.darken(C.green, 0.36, C.base) },
GitSignsDeleteInline = { bg = U.darken(C.red, 0.36, C.base) },
}
end
end
Expand Down

0 comments on commit 28db7aa

Please sign in to comment.