mirror of
https://github.com/junegunn/fzf.git
synced 2026-04-26 09:26:00 +08:00
4cd97ba35b
InitTheme was called before the runtime coerced BorderInline to BorderLine, so HeaderBorder / FooterBorder inherited from ListBorder even when the effective shape was 'line'. Mirror the coercion so color inheritance matches the rendered shape.