mirror of
https://github.com/gabehf/base46.git
synced 2026-03-11 00:10:32 -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",
|
||||
"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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue