mirror of
https://github.com/gabehf/base46.git
synced 2026-03-13 09:20:31 -07:00
support cmp transparency (#178)
This commit is contained in:
parent
17025183c3
commit
a6c2adb76f
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue