From 70057b0f96a3c5e91e9d578156e4f3a3938fd0fd Mon Sep 17 00:00:00 2001 From: hylo Date: Mon, 20 Mar 2023 16:33:18 +0100 Subject: [PATCH] fix: Cmp --- lua/flatwhite/groups.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/flatwhite/groups.lua b/lua/flatwhite/groups.lua index b44458b..85890fd 100644 --- a/lua/flatwhite/groups.lua +++ b/lua/flatwhite/groups.lua @@ -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 }, -- 2.30.2