Replace custom finder with fzf-lua
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user