fix: TelescopeMatching
authorhylo <hylo@posteo.de>
Sun, 19 Mar 2023 22:01:29 +0000 (23:01 +0100)
committerhylo <hylo@posteo.de>
Sun, 19 Mar 2023 22:01:29 +0000 (23:01 +0100)
lua/flatwhite/groups.lua

index 12c89eb55b4fad0fdd7afa19c16a16b1af5d52ec..a369981d576d02b25ecae9d2e40078bcc907e5e1 100644 (file)
@@ -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 },