I have try to change the font color in fzf's header.
Here's an example: https://github.com/linrongbin16/fzfx.vim/blob/fa1723e8185e3c2e3d45b6937383ef283c0d3297/autoload/fzfx/vim.vim#L88
But the ansi color code is not working, it just prints:
:: Press [0;31mCTRL-G[0m to fuzzy search
How can I fix it?