1
0
Fork 0
mirror of https://github.com/CompeyDev/my-nvim-setup.git synced 2025-04-13 02:30:53 +01:00

fix blank telescope results title ()

This commit is contained in:
siduck 2021-12-09 05:59:15 +05:30
parent 52d4b564ba
commit 773d25980c

View file

@ -167,6 +167,7 @@ if ui.transparency then
bg("TelescopeNormal", "NONE") bg("TelescopeNormal", "NONE")
bg("TelescopePromptPrefix", "NONE") bg("TelescopePromptPrefix", "NONE")
fg("TelescopeBorder", one_bg) fg("TelescopeBorder", one_bg)
fg_bg("TelescopeResultsTitle", black, blue)
end end
if #override ~= 0 then if #override ~= 0 then