From 773d25980cedb7df446a7a613c12d2b5e9efe7a0 Mon Sep 17 00:00:00 2001 From: siduck Date: Thu, 9 Dec 2021 05:59:15 +0530 Subject: [PATCH] fix blank telescope results title (#638) --- lua/colors/highlights.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/colors/highlights.lua b/lua/colors/highlights.lua index 4ac4ff2..4f53ba6 100644 --- a/lua/colors/highlights.lua +++ b/lua/colors/highlights.lua @@ -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