aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kempson <chriskempson@users.noreply.github.com>2016-07-08 23:25:07 +0100
committerGitHub <noreply@github.com>2016-07-08 23:25:07 +0100
commit6e46bccea5b24a5e862bc4ef183592b3a0e4da71 (patch)
tree79b2b3629c58c6f5d8d1888ce5a8e0b4f6514b94
parent7e6a58b86820c888b777263928994eb8c96bf0c9 (diff)
parent3db158c64be1873136e64a63f1bd7e22ebacc62b (diff)
Merge pull request #97 from mmizutani/patch-1
Fix a reference to the default colorscheme name
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ce8882a..69fdb85 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ 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`.
+Add `colorscheme base16-default-dark` to your `~/.vimrc`.
### Vundle
Add the following to your `~/.vimrc` file and run `PluginInstall` in Vim.