diff options
| author | Chris Kempson <git@chriskempson.com> | 2012-11-19 13:34:17 -0800 | 
|---|---|---|
| committer | Chris Kempson <git@chriskempson.com> | 2012-11-19 13:34:17 -0800 | 
| commit | e58d4068eebfc0f944b4160a4d69fc51f032549b (patch) | |
| tree | 747a149b69e035d971398edaf62e783aade26269 | |
| parent | 0c254420a1d3aa19622f14636f7800d0900ed725 (diff) | |
| parent | f92a0b8cdc4d242ccb68e43f9835b593f9d1950e (diff) | |
Merge pull request #9 from francoiscote/master
README: Missing important detail concerning 256 colorspace
| -rw-r--r-- | README.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -27,7 +27,7 @@ Add the following to your `~/.vimrc` file.      cp base16/colors/*.vim .  ## 265 colorspace  -If using a Base16 terminal theme designed to keep the 16 ANSI colors intact (a "256" variation) and have sucessfully modified your 256 colorspace with [base16-shell](https://github.com/chriskempson/base16-shell) you'll need to add the following to your `~/.vimrc`. +If using a Base16 terminal theme designed to keep the 16 ANSI colors intact (a "256" variation) and have sucessfully modified your 256 colorspace with [base16-shell](https://github.com/chriskempson/base16-shell) you'll need to add the following to your `~/.vimrc` **before** the colorsheme declaration.      let base16colorspace=256  " Access colors present in 256 colorspace | 
