fix(telescope): respect default float bg

close #470
This commit is contained in:
nullchilly 2023-04-29 10:30:22 +07:00
parent dd176757cc
commit 251774ec07

View file

@ -2,7 +2,7 @@ local M = {}
function M.get()
return {
TelescopeNormal = { link = "NormalFloat" },
-- TelescopeNormal = { link = "NormalFloat" }, -- Respect telescope's default float bg
TelescopeBorder = { link = "FloatBorder" },
TelescopeSelectionCaret = { fg = C.flamingo },
TelescopeSelection = {