From 2517a29b276cc765a98317e5a9dfdaa6fc452b5e Mon Sep 17 00:00:00 2001 From: Lopy <70210066+lopi-py@users.noreply.github.com> Date: Sun, 22 Dec 2024 13:41:57 -0500 Subject: [PATCH] fix: improve fzf-lua integration --- lua/catppuccin/groups/integrations/fzf.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/catppuccin/groups/integrations/fzf.lua b/lua/catppuccin/groups/integrations/fzf.lua index fda5a465..d260cc23 100644 --- a/lua/catppuccin/groups/integrations/fzf.lua +++ b/lua/catppuccin/groups/integrations/fzf.lua @@ -2,9 +2,9 @@ local M = {} function M.get() return { - FzfLuaNormal = { link = "NormalFloat" }, + -- FzfLuaNormal = { link = "NormalFloat" }, FzfLuaBorder = { link = "FloatBorder" }, - FzfLuaTitle = { link = "FloatTitle" }, + FzfLuaTitle = { link = "FloatBorder" }, FzfLuaHeaderBind = { fg = C.yellow }, FzfLuaHeaderText = { fg = C.peach }, FzfLuaPathColNr = { fg = C.blue },