How can I keep the same colours for fzf.vimp pop-up window as in terminal? The latest update changes it to current Vim theme using g:fzf_colors. I've tried setting it to "", also tried to change colour specs to Ignore but that didn't work. I have semi-transparent background in terminal and that's what used to show in the FZF window in Vim, although the Vim background was grey (Zenburn).
Vim 8.2.
:h g:fzf_colors
indicatesi put this in my
~/.vim/plugin/fzf-options
(but you could put it directly in your.vim/vimrc
file as well).And it made it match the theme colors.