Update NormalFloat and FloatBorder color settings

This commit is contained in:
Ray Elliott 2026-01-13 19:33:28 +00:00
parent 093ff13675
commit ad110b0a4a
1 changed files with 2 additions and 2 deletions

View File

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