From: hylo Date: Mon, 20 Mar 2023 15:33:18 +0000 (+0100) Subject: fix: Cmp X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=70057b0f96a3c5e91e9d578156e4f3a3938fd0fd;p=nvim-plugins%2Fflatwhite.git fix: Cmp --- 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 },