diff options
author | Chris Kempson <git@chriskempson.com> | 2012-12-29 15:29:50 +0000 |
---|---|---|
committer | Chris Kempson <git@chriskempson.com> | 2012-12-29 15:29:50 +0000 |
commit | 88144b6205969158dfb4802e3050979b35bccdb2 (patch) | |
tree | 9544ee4c311837014710d850109021bfcbc39b4e | |
parent | 34abcc9f82cabb3d3d35467c4a972ba9e9095c48 (diff) | |
parent | e58d4068eebfc0f944b4160a4d69fc51f032549b (diff) |
Merge branch 'master' of github.com:chriskempson/base16-vim
* 'master' of github.com:chriskempson/base16-vim:
README: Important detail concerning vimrc declarations for 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 |