Closed speelbarrow closed 1 year ago
Agree. Screenshot showing the differences would also be helpful for my understanding here.
Before (when g:dracula_colorterm=1
or has(“gui”)
):
After (in all contexts):
If you look at the images from #306 you’ll see that the latter image here matches the background of the GitSigns
symbol when a line has been added/modified.
I'm good to merge, I think. I'll wait another few days to give Derek a chance to weigh in, and I'll take silence for tacit approval.
LGTM!
@benknoble I trust your judgement. Feel free to merge anything in the future that you feel is warranted!
This is an add-on to the changes made in #306. Upon further usage I noticed that the gutter column used by the
GitSigns
plugin never uses the darker background that theGitDiffDelete
highlight group uses.GitSignsDelete
(new in #306) was set to link toDraculaRed
unless the user was in a GUI or hadg:colorterm
set true. However, in both of those cases the correct background to use still isn't that provided byGitDiffDelete
.I've updated the
GitSignsDelete
highlight group to always link toDraculaRed
to keep it consistent with the background of the other signs as well as the column as a whole.