feat(nvim): make telescope transparent
This commit is contained in:
parent
a7652bb193
commit
30b5adcf86
@ -133,6 +133,11 @@ return packer.startup({
|
|||||||
CmpCustomSelectionNpm = { fg = colors.fujiWhite, bg = colors.peachRed },
|
CmpCustomSelectionNpm = { fg = colors.fujiWhite, bg = colors.peachRed },
|
||||||
CmpCustomSelectionCommit = { 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" },
|
WinSeparator = { fg = colors.sumiInk4, bg = "NONE" },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user