fix blank telescope results title (#638)
This commit is contained in:
parent
52d4b564ba
commit
773d25980c
|
@ -167,6 +167,7 @@ if ui.transparency then
|
|||
bg("TelescopeNormal", "NONE")
|
||||
bg("TelescopePromptPrefix", "NONE")
|
||||
fg("TelescopeBorder", one_bg)
|
||||
fg_bg("TelescopeResultsTitle", black, blue)
|
||||
end
|
||||
|
||||
if #override ~= 0 then
|
||||
|
|
Loading…
Reference in New Issue