Update Readme.

Update Readme to reflect the fact that NeoVim now has a `termguicolors`
option. Make some other minor changes to the text.
This commit is contained in:
Lifepillar
2016-07-02 22:21:32 +02:00
parent bc839656d5
commit 28d3c11c30

View File

@@ -13,14 +13,20 @@ colors cannot be used with versions of Vim supporting true-color terminals.
This color scheme works **out of the box** if you use: This color scheme works **out of the box** if you use:
- NeoVim with true-color support enabled, or - Vim 7.4.1799 or later,
- Vim 7.4.1799 or later with `termguicolors` on, - NeoVim,
*and* a true-color enabled terminal (e.g., iTerm). It also works in MacVim and other **and** a true-color enabled terminal (e.g., [iTerm2](https://www.iterm2.com)).
GUI versions, of course. Just add the following line to your `.vimrc`:
For terminals not supporting true colors, the requirement is the same as for ```
the other colorschemes: your terminal ASCII colors must be set to the Solarized set termguicolors
```
The color scheme also works in MacVim, gVim, etc…: no configuration is needed.
For terminals not supporting true colors, the requirement is the same as for the
other color schemes: your terminal ASCII colors must be set to the Solarized
palette. The ugly degraded 256-color variant has been removed. palette. The ugly degraded 256-color variant has been removed.