Skip to content

Commit

Permalink
fix(nvim-surround): bg conflicts with document highlight (#800)
Browse files Browse the repository at this point in the history
Co-authored-by: Vollow <[email protected]>
  • Loading branch information
emxxjnm and vollowx authored Nov 23, 2024
1 parent acb744d commit a4c64d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/catppuccin/groups/integrations/nvim_surround.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local M = {}

function M.get()
return {
NvimSurroundHighlight = { bg = U.darken(C.peach, 0.6, C.base), style = { "bold" } },
NvimSurroundHighlight = { sp = C.peach, style = { "underline" } },
}
end

Expand Down

0 comments on commit a4c64d7

Please sign in to comment.