From 3db158c64be1873136e64a63f1bd7e22ebacc62b Mon Sep 17 00:00:00 2001 From: mmizutani Date: Fri, 1 Jul 2016 14:01:52 +0900 Subject: Fix a reference to the default colorscheme name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3