flazz / vim-colorschemes

one colorscheme pack to rule them all!
3.43k stars 630 forks source link

Benokai scheme not applying #138

Open jedrekdomanski opened 6 years ago

jedrekdomanski commented 6 years ago

colorscheme Benokai Upon entering Vim no colors are applied. Just Black and white colors. Same happens to some other schemes.

GuillaumeLazar commented 6 years ago

Same issue here. It seems to be a truecolor / 256 colors issue depending your terminal.

I fixed it by adding in the file ~/.vimrc this line to force the 256 color mode:

set t_Co=256

It also fix other color schemes. :tada: