Replace custom finder with fzf-lua

This commit is contained in:
2026-05-28 08:07:00 +03:00
parent 5672967635
commit 1aca4d9501
4 changed files with 131 additions and 9 deletions

View File

@@ -15,6 +15,15 @@ function M.load_theme()
TabLineFill = { bg = c.black },
Pmenu = { fg = c.text, bg = c.surface },
PmenuSel = { fg = c.text, bg = c.accent_light },
PickerNormal = { fg = c.text, bg = c.surface },
PickerSelection = { fg = c.text, bg = c.selection },
PickerMatch = { fg = c.yellow, bg = c.none, bold = true },
PickerMuted = { fg = c.muted },
PickerBorder = { fg = c.outline, bg = c.surface },
PickerPrompt = { fg = c.accent, bg = c.none, bold = true },
PickerPreview = { fg = c.text, bg = c.base },
PickerPreviewBorder = { fg = c.outline, bg = c.base },
PickerTitle = { fg = c.muted, bg = c.surface },
QuickFixLine = { fg = c.accent, bg = c.none, bold = true },
Special = { fg = c.syntax, bg = c.none, bold = false, italic = true },
['@lsp'] = { fg = c.syntax, bg = c.none },