fix: Pmenu
authorhylo <hylo@posteo.de>
Mon, 20 Mar 2023 15:33:17 +0000 (16:33 +0100)
committerhylo <hylo@posteo.de>
Mon, 20 Mar 2023 15:33:17 +0000 (16:33 +0100)
lua/flatwhite/groups.lua

index 91428a99600b934c10ae0855443e99166d9e0631..b44458b209cdacb5e3981ab0e88bb7ae2b1d4992 100644 (file)
@@ -98,12 +98,12 @@ local function setup(configs)
                Search = { fg = colors.black, bg = colors.orange },
                IncSearch = { fg = colors.orange, bg = colors.comment },
                LineNr = { fg = colors.comment },
-               MatchParen = { reverse = true },
+               MatchParen = { fg = colors.bg, bg = colors.blue_text_sec },
                NonText = { fg = colors.nontext },
                Pmenu = { fg = colors.fg, bg = colors.menu },
-               PmenuSel = { fg = colors.white, bg = colors.selection },
-               PmenuSbar = { bg = colors.bg },
-               PmenuThumb = { bg = colors.selection },
+               PmenuSel = { fg = colors.fg, bg = colors.base6 },
+               PmenuSbar = { bg = colors.menu },
+               PmenuThumb = { bg = colors.base3 },
 
                Question = { fg = colors.purple },
                QuickFixLine = { fg = colors.black, bg = colors.yellow },