Add borders and background to floating windows

This commit is contained in:
Ray Elliott 2026-01-13 19:03:09 +00:00
commit 80d6db97cf
3 changed files with 50 additions and 3 deletions

View file

@ -9,8 +9,8 @@ return {
-- ============================================================================
Normal = { fg = c.fg, bg = c.bg },
NormalFloat = { fg = c.fg, bg = c.NONE },
FloatBorder = { fg = c.fg_stronger, bg = c.NONE },
NormalFloat = { fg = c.fg, bg = c.bg_ui },
FloatBorder = { fg = c.fg_weaker, bg = c.bg_ui },
-- ============================================================================
-- Cursor & Line Highlighting