Files
neovim/test/functional
glepnir 336b46a879 fix(highlight): preserve background transparency in 'winblend' #34302
Problem: When using 'winblend', transparent backgrounds (-1) are forced
to default colors (usually black) during attribute blending, breaking
the transparency effect.

Solution: Check original background colors before blending in
hl_blend_attrs(). If both background and foreground originally had
transparent backgrounds, preserve transparency instead of forcing
default colors.
2025-06-09 08:24:46 -07:00
..
2025-06-01 14:13:50 -07:00
2025-03-02 14:27:52 -08:00
2024-04-23 18:17:04 +02:00