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

index b44458b209cdacb5e3981ab0e88bb7ae2b1d4992..85890fd8c56381c596d73897ff557d41b2341f36 100644 (file)
@@ -369,8 +369,8 @@ local function setup(configs)
                IndentBlanklineChar = { fg = colors.base4 },
 
                -- Nvim compe
-               CmpItemAbbrDeprecated = { fg = colors.white, bg = colors.menu },
-               CmpItemAbbrMatch = { fg = colors.cyan, bg = colors.menu },
+               CmpItemAbbrDeprecated = { strikethrough=true},
+               CmpItemAbbrMatch = colors.fw_green,
 
                --barbar
                BufferCurrentTarget = { fg = colors.red },