mirror of
https://github.com/neovim/neovim.git
synced 2026-08-02 05:39:12 +00:00
Problem: Float border highlight groups (FloatBorder, FloatTitle and FloatFooter) fall back to Normal background highlight if no background color set. Solution: Combine border colors with window-local Normal highlight. Fix #38330