From: hylo Date: Sun, 19 Mar 2023 22:01:29 +0000 (+0100) Subject: fix: TelescopeMatching X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=e1a32ffdc69e861ba7ee50a0714f176baec889da;p=nvim-plugins%2Fflatwhite.git fix: TelescopeMatching --- 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 },