aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kempson <git@chriskempson.com>2012-09-12 08:53:03 +0100
committerChris Kempson <git@chriskempson.com>2012-09-12 08:53:03 +0100
commit082bb63d3671de5d52e18bb91e4f33aac6dd583e (patch)
tree6f4620d4312b063846fb214858b269981a7d91af
parent7962beb268511b15def6eca860fb81d7054a8f04 (diff)
Updates readme
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 138df6a..595a0e7 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,8 @@ For terminal vim (non-gui) please ensure you are using a base16 terminal theme.
## Installation
To use the dark theme ensure `set background=dark` is present in your `~/.vimrc` file. Otherwise Vim will use the light variation by default.
+Add `colorscheme base16-default` to your `~/.vimrc`.
+
### Vundle
Add the following to your `~/.vimrc` file.
@@ -18,4 +20,7 @@ Add the following to your `~/.vimrc` file.
### Manual
cd ~/.vim/colors
git clone git://github.com/chriskempson/base16-vim.git base16
- cp base16/colors/*.vim . \ No newline at end of file
+ cp base16/colors/*.vim .
+
+## 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