linrongbin16 / fzfx.nvim

A Neovim fuzzy finder that updates on every keystroke.
https://linrongbin16.github.io/fzfx.nvim/
MIT License
114 stars 5 forks source link

`fzf_color_opts` does not support hex colours #608

Closed savchenko closed 5 months ago

savchenko commented 6 months ago
-- This works just fine
fzf_color_opts = {
    fg = { 'fg', 'Normal' },
},

-- However this does not
fzf_color_opts = {
    fg = { 'fg', '#707880' },
},
linrongbin16 commented 6 months ago

the request looks a good feature! thanks

linrongbin16 commented 5 months ago

This requirement is done in #614 .