support cmp transparency (#178)

This commit is contained in:
siduck 2023-04-03 13:12:08 +05:30
parent 17025183c3
commit a6c2adb76f

View file

@ -27,6 +27,7 @@ local hl_groups = {
"TelescopePromptPrefix", "TelescopePromptPrefix",
"CursorLine", "CursorLine",
"Pmenu", "Pmenu",
"CmpPmenu",
} }
for _, groups in ipairs(hl_groups) do for _, groups in ipairs(hl_groups) do
@ -45,4 +46,9 @@ M.TelescopePromptBorder = {
bg = "NONE", bg = "NONE",
} }
M.CmpDocBorder = {
bg = "none",
fg = colors.grey,
}
return M return M