Skip to content

Commit

Permalink
fix: improve fzf-lua integration
Browse files Browse the repository at this point in the history
  • Loading branch information
lopi-py authored Dec 22, 2024
1 parent faf15ab commit 2517a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/catppuccin/groups/integrations/fzf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 2517a29

Please sign in to comment.