feat(nvim): make telescope transparent

This commit is contained in:
Price Hiller 2022-09-08 01:06:41 -05:00
parent a7652bb193
commit 30b5adcf86

View File

@ -133,6 +133,11 @@ return packer.startup({
CmpCustomSelectionNpm = { fg = colors.fujiWhite, bg = colors.peachRed },
CmpCustomSelectionCommit = { fg = colors.fujiWhite, bg = colors.peachRed },
TelescopeBorder = { bg = "NONE" },
TelescopePromptBorder = { bg = "NONE" },
TelescopeResultsBorder = { bg = "NONE" },
TelescopePreviewBorder = { bg = "NONE" },
WinSeparator = { fg = colors.sumiInk4, bg = "NONE" },
},
})