From fe622c41b9ba8a821f4c665b40ad35267ff80d97 Mon Sep 17 00:00:00 2001 From: nullchilly Date: Thu, 14 Jul 2022 18:49:49 +0700 Subject: [PATCH] fix(telescope): Add Matching --- lua/catppuccin/core/integrations/telescope.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/catppuccin/core/integrations/telescope.lua b/lua/catppuccin/core/integrations/telescope.lua index 2861ff5..12ffd6c 100644 --- a/lua/catppuccin/core/integrations/telescope.lua +++ b/lua/catppuccin/core/integrations/telescope.lua @@ -5,8 +5,8 @@ function M.get(cp) TelescopeBorder = { fg = cp.blue }, TelescopeSelectionCaret = { fg = cp.flamingo }, TelescopeSelection = { fg = cp.text, bg = cp.surface0, style = "bold" }, + TelescopeMatching = { fg = cp.blue }, -- Allow Telescope to hijack these highlights in order to achieve the old behavior - -- TelescopeMatching = { fg = cp.blue }, -- TelescopePromptPrefix = { bg = cp.crust }, -- TelescopePromptNormal = { bg = cp.crust}, -- TelescopeResultsNormal = { bg = cp.mantle},