Skip to content

Commit

Permalink
Improve Gitsign inline add and delete colors
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasNasman committed Nov 25, 2024
1 parent faf15ab commit 5a21309
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 5a21309

Please sign in to comment.