We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
colorscheme Benokai Upon entering Vim no colors are applied. Just Black and white colors. Same happens to some other schemes.
colorscheme Benokai
The text was updated successfully, but these errors were encountered:
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:
~/.vimrc
set t_Co=256
It also fix other color schemes. 🎉
Sorry, something went wrong.
No branches or pull requests
colorscheme Benokai
Upon entering Vim no colors are applied. Just Black and white colors.
Same happens to some other schemes.
The text was updated successfully, but these errors were encountered: