screenshot 315
I use gruvbox colorscheme and run :terminal, and all color is black except normal text.
I have the same issue with space-vim-dark colorscheme.
@epheien FYI: your screenshot does not display.
Can confirm. This started happening in v0.26.7-310. The whole fzf prompt is black for me.


Same problem and no effect even after setting g:terminal_ansi_colors.

I use the theme onedark , and even though I have colors in the terminal usually (I also load my bashprofile ), everything that supposed to be colored isn't. Do have any mitigation advice?
Really problematic. It happens also without any vimrc and any color scheme.
I have the following lines in the bash profile:
export TERM="xterm-color"
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
export HSTR_CONFIG=hicolor # get more colors
Had the same issue, adding this line to my init.vim appeared to solve it:
set termguicolors
Thank you @bsander! That solved the problem for me as well.
Thank you @bsander! That works!
Most helpful comment
Had the same issue, adding this line to my
init.vimappeared to solve it: