diff --git a/lua/catppuccin/groups/integrations/fzf.lua b/lua/catppuccin/groups/integrations/fzf.lua index fda5a465..0a20625b 100644 --- a/lua/catppuccin/groups/integrations/fzf.lua +++ b/lua/catppuccin/groups/integrations/fzf.lua @@ -2,11 +2,14 @@ local M = {} function M.get() return { - FzfLuaNormal = { link = "NormalFloat" }, + -- FzfLuaNormal = { link = "NormalFloat" }, Respect fzf-lua's default float bg FzfLuaBorder = { link = "FloatBorder" }, - FzfLuaTitle = { link = "FloatTitle" }, + FzfLuaTitle = { link = "FloatBorder" }, FzfLuaHeaderBind = { fg = C.yellow }, FzfLuaHeaderText = { fg = C.peach }, + FzfLuaDirPart = { link = "NonText" }, + FzfLuaFzfMatch = { fg = C.blue }, + FzfLuaFzfPrompt = { fg = C.blue }, FzfLuaPathColNr = { fg = C.blue }, FzfLuaPathLineNr = { fg = C.green }, FzfLuaBufName = { fg = C.mauve },