feat: improve diff highlight #121
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/diffs.nvim#121
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Prerequisites
Problem
For my colorscheme, it's difficult to read the diff with the current green/red colors
Here how diffview looks like
Proposed solution
This is not a big deal, I can still read clearly using diffs.nvim. The proposed improvement would be to soften the background color like diffview is doing or improve the green/red colors to be more noticeable
Alternatives considered
No response
Changing blend_alpha:
This helped alot, it's very clear now the green/red.
For the background, checked the 2nd picture, it seems diffview add some color on the background so the red/green is easier to see.
I will close the issue, the blend_alpha resolved the issue for me, thank you!
@phcurado awesome! Super glad this worked for you. If there's absolutely anything that I can do to make the neogit experience better let me know.