From 3285a5d03a07b594fe144b263cf1489e8e7574b3 Mon Sep 17 00:00:00 2001 From: hylo Date: Sun, 19 Mar 2023 23:00:43 +0100 Subject: [PATCH] fix: floating windows --- lua/flatwhite/groups.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/flatwhite/groups.lua b/lua/flatwhite/groups.lua index 99ba993..8e79b8b 100644 --- a/lua/flatwhite/groups.lua +++ b/lua/flatwhite/groups.lua @@ -35,7 +35,7 @@ local function setup(configs) return { Normal = { fg = colors.fg, bg = colors.bg }, - NormalFloat = { fg = colors.fg, bg = colors.bg }, + NormalFloat = { fg = colors.fg, bg = colors.base6 }, Comment = { fg = colors.comment, italic = configs.italic_comment }, Constant = { fg = colors.yellow }, String = colors.fw_green, -- 2.30.2