Skip to content

Commit

Permalink
fix: match fzf-lua highlights to telescope (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
lopi-py authored Dec 27, 2024
1 parent 5d9582d commit f67b886
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lua/catppuccin/groups/integrations/fzf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit f67b886

Please sign in to comment.