diff options
author | mmizutani <minoru.mizutani@gmail.com> | 2016-07-01 14:01:52 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-01 14:01:52 +0900 |
commit | 3db158c64be1873136e64a63f1bd7e22ebacc62b (patch) | |
tree | cbd11d87d4e69754e5e6145d252e04b2200d18b2 | |
parent | e1af5dcd7caff773eba4b5f4968a6504d5f16375 (diff) |
Fix a reference to the default colorscheme name
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |