From ad110b0a4ac3d3c9fdd802c5fce9d6df9380a33e Mon Sep 17 00:00:00 2001 From: ray Date: Tue, 13 Jan 2026 19:33:28 +0000 Subject: [PATCH] Update NormalFloat and FloatBorder color settings --- lua/paper-tonic-modern/groups/editor.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/paper-tonic-modern/groups/editor.lua b/lua/paper-tonic-modern/groups/editor.lua index c5d4825..06e6ae8 100644 --- a/lua/paper-tonic-modern/groups/editor.lua +++ b/lua/paper-tonic-modern/groups/editor.lua @@ -9,8 +9,8 @@ return { -- ============================================================================ Normal = { fg = c.fg, bg = c.bg }, - NormalFloat = { fg = c.fg, bg = c.bg_ui }, - FloatBorder = { fg = c.fg_weaker, bg = c.bg_ui }, + NormalFloat = { fg = c.fg, bg = c.bg }, + FloatBorder = { fg = c.diag_hint, bg = c.bg }, -- ============================================================================ -- Cursor & Line Highlighting