diffs.nvim/lua
Barrett Ruth fca354c147
fix(highlight): omit DiffsClear bg on transparent themes
Problem: #178 set `DiffsClear.bg` to a dark fallback (`#1a1a1a`) on
transparent themes, painting a visible solid rectangle where the
terminal background should show through.

Solution: only set `DiffsClear.bg` when `Normal.bg` is defined.
Body lines are already protected by `line_hl_group` (`DiffsAdd`/
`DiffsDelete`), which stacks above `hl_group` bg regardless of
priority.
2026-03-08 16:07:27 -04:00
..
diffs fix(highlight): omit DiffsClear bg on transparent themes 2026-03-08 16:07:27 -04:00