From: hylo Date: Sun, 19 Mar 2023 22:00:43 +0000 (+0100) Subject: fix: floating windows X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=3285a5d03a07b594fe144b263cf1489e8e7574b3;p=nvim-plugins%2Fflatwhite.git fix: floating windows --- 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,