Browse Source

Fix typo in README (#38)

The color scheme setting should be 'colorscheme'
pull/33/head
Alex George 9 years ago
committed by Josh Dick
parent
commit
3379dd0fc8
  1. 4
      README.md

4
README.md

@ -63,12 +63,12 @@ Preview image taken using:
```vim
syntax on
color scheme onedark
colorscheme onedark
```
## Options
**Note:** All options should be set **before** the `color scheme onedark` line in your `~/.vimrc`.
**Note:** All options should be set **before** the `colorscheme onedark` line in your `~/.vimrc`.
* `g:onedark_termcolors` **(see [Installation](#installation) (above) before using this setting)**: Set to `256` for 256-color terminals (the default), or set to `16` to use your terminal emulator's native colors.

Loading…
Cancel
Save