noahfrederick / vim-hemisu

A Vim color scheme with dark and light variants
https://noahfrederick.com/vim-color-scheme-hemisu/
279 stars 30 forks source link

Add info on t_Co in README #8

Closed abhijit86k closed 10 years ago

abhijit86k commented 10 years ago

Added info on setting t_Co which is required for hemisu to work on some terminals. Without it the new colours were not showing up on Bash (Debian)

noahfrederick commented 10 years ago

Sorry to leave this hanging, and thanks for the contribution. Setting t_Co shouldn't be necessary as long as TERM is set properly (such that Vim knows 256 colors are available). I don't think this project's README is the right place to offer general color scheme advice, let alone a workaround for misconfigured terminals. If you find that this color scheme doesn't work, while other 256-color schemes do, we can investigate further.