aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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.