aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Kempson <git@chriskempson.com>2012-09-12 09:31:31 +0100
committerChris Kempson <git@chriskempson.com>2012-09-12 09:31:31 +0100
commit77c1cafbb7ee6630dedc5af4f4df7052b0ec96d3 (patch)
tree5e9cd4c9080a41ef47a21f34f9e7d57fbf2262a1 /README.md
parent9950aa280964df3c5a68c50ae216d08678be70f0 (diff)
Updates readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6e02ac3..7e36274 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,9 @@ Add the following to your `~/.vimrc` file.
cp base16/colors/*.vim .
## 265 colorspace
-If you're use a terminal theme designed to keep the 16 ANSI colors intact (a "256" variation) and are have modified your 256 colorspace with [base16-shell](https://github.com/chriskempson/base16-shell) you'll need to add `` to your `~/.vimrc`.
+If you're use a terminal theme designed to keep the 16 ANSI colors intact (a "256" variation) and are have modified your 256 colorspace with [base16-shell](https://github.com/chriskempson/base16-shell) you'll need to the following to your `~/.vimrc`.
+
+ let base16colorspace=256 " Access colors present in 256 colorspace
## Contribution
As these themes are built with [Base16 Builder](https://github.com/chriskempson/base16-builder), no pull requests will be merged directly into this repo. \ No newline at end of file