linrongbin16/fzfx.nvim

`fzf_color_opts` does not support hex colours

Closed this issue · 2 comments

-- This works just fine
fzf_color_opts = {
    fg = { 'fg', 'Normal' },
},

-- However this does not
fzf_color_opts = {
    fg = { 'fg', '#707880' },
},

the request looks a good feature! thanks

This requirement is done in #614 .