fix: floating windows
authorhylo <hylo@posteo.de>
Sun, 19 Mar 2023 22:00:43 +0000 (23:00 +0100)
committerhylo <hylo@posteo.de>
Sun, 19 Mar 2023 22:00:43 +0000 (23:00 +0100)
lua/flatwhite/groups.lua

index 99ba993eff094145f09831932fa6661d16f86878..8e79b8b06e1190e32d75689abbd569be940966a5 100644 (file)
@@ -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,