fix(highlight): make intra-line bg visible under line backgrounds (#192)

This commit is contained in:
Barrett Ruth 2026-03-13 21:25:48 -04:00 committed by GitHub
parent a1af48833b
commit eccb4785ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 53 additions and 41 deletions

View file

@ -956,15 +956,14 @@ Fugitive unified diff highlights: ~
*DiffsAddText*
DiffsAddText Character-level background for changed characters
within `+` lines. Derived by blending `diffAdded`
foreground with `Normal` background at 60% alpha.
Only sets `bg`, so treesitter foreground colors show
through.
within `+` lines. Uses the raw `DiffAdd` background
color. Only sets `bg`, so treesitter foreground
colors show through.
*DiffsDeleteText*
DiffsDeleteText Character-level background for changed characters
within `-` lines. Derived by blending `diffRemoved`
foreground with `Normal` background at 60% alpha.
within `-` lines. Uses the raw `DiffDelete`
background color.
Conflict highlights: ~
*DiffsConflictOurs*