From e1a32ffdc69e861ba7ee50a0714f176baec889da Mon Sep 17 00:00:00 2001 From: hylo Date: Sun, 19 Mar 2023 23:01:29 +0100 Subject: [PATCH] fix: TelescopeMatching --- lua/flatwhite/groups.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/flatwhite/groups.lua b/lua/flatwhite/groups.lua index 12c89eb..a369981 100644 --- a/lua/flatwhite/groups.lua +++ b/lua/flatwhite/groups.lua @@ -273,8 +273,8 @@ local function setup(configs) TelescopeSelection = { fg = colors.white, bg = colors.selection }, TelescopeMultiSelection = { fg = colors.purple, bg = colors.selection }, TelescopeNormal = { fg = colors.fg, bg = colors.bg }, - TelescopeMatching = { fg = colors.green }, - TelescopePromptPrefix = { fg = colors.purple }, + TelescopeMatching = colors.fw_green, + -- TelescopePromptPrefix = colors.fw_purple, -- NvimTree NvimTreeNormal = { fg = colors.fg, bg = colors.menu }, -- 2.30.2