The highlight groups were reversed, I adjusted them so they were set to the proper colors
WIth the hl groups reversed, DiffAdd and DiffText represented the bg for the code and not labels. The labels are brighter than the code in vscode so I flipped the "dimming" -10 value for a brighting "60".
Screens
Before
After
vscode
Notes
I tested by setting the following DiffAdd and DiffText hl values.
Resolves: https://github.com/akinsho/git-conflict.nvim/issues/19
Description
DiffAdd
andDiffText
represented the bg for the code and not labels. The labels are brighter than the code in vscode so I flipped the "dimming" -10 value for a brighting "60".Screens
Notes
I tested by setting the following
DiffAdd
andDiffText
hl values.