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",
"CursorLine",
"Pmenu",
"CmpPmenu",
}
for _, groups in ipairs(hl_groups) do
@ -45,4 +46,9 @@ M.TelescopePromptBorder = {
bg = "NONE",
}
M.CmpDocBorder = {
bg = "none",
fg = colors.grey,
}
return M