rakr / vim-one

Adaptation of one-light and one-dark colorschemes for Vim
MIT License
1.99k stars 196 forks source link

Fix undefined variable error when t_Co=8 #78

Closed jonsmithers closed 6 years ago

jonsmithers commented 6 years ago

Fixes #77

Also, allows user to enable true color behavior with termguicolors instead of t_Co=256. I think this is the correct thing to do?

Please check my logic here, because I'm afraid my understanding of color stuff is limited.

rakr commented 6 years ago

Thanks for this and sorry for the late merge