diff options
author | Chris Kempson <git@chriskempson.com> | 2013-11-19 00:47:42 -0800 |
---|---|---|
committer | Chris Kempson <git@chriskempson.com> | 2013-11-19 00:47:42 -0800 |
commit | ba8cf77a79f3789a3d78bde6500e3185154a05b3 (patch) | |
tree | cdedfe0df4d9705c189987e0970696798e1253f8 | |
parent | 7fc21724213b4101cd993231dfe590737723856c (diff) | |
parent | 3f2355ad409555fb83106cacb7e0590486b5d9e8 (diff) |
Merge pull request #30 from chastell/patch-1
Minor README typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ Add the following to your `~/.vimrc` file. git clone git://github.com/chriskempson/base16-vim.git base16 cp base16/colors/*.vim . -## 265 colorspace +## 256 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` **before** the colorsheme declaration. let base16colorspace=256 " Access colors present in 256 colorspace |