aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormmizutani <minoru.mizutani@gmail.com>2016-07-01 14:01:52 +0900
committerGitHub <noreply@github.com>2016-07-01 14:01:52 +0900
commit3db158c64be1873136e64a63f1bd7e22ebacc62b (patch)
treecbd11d87d4e69754e5e6145d252e04b2200d18b2
parente1af5dcd7caff773eba4b5f4968a6504d5f16375 (diff)
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.