Fix misleading example in README. (#291)

Fixes #284.
This commit is contained in:
Josh Dick
2021-10-15 11:04:46 -04:00
committed by GitHub
parent cc8ecccd32
commit e86ce939d8

View File

@@ -237,7 +237,7 @@ You can override colors across all highlights by adding color definitions to the
```vim ```vim
let g:onedark_color_overrides = { let g:onedark_color_overrides = {
\ "black": {"gui": "#2F343F", "cterm": "235", "cterm16": "0" }, \ "background": {"gui": "#2F343F", "cterm": "235", "cterm16": "0" },
\ "purple": { "gui": "#C678DF", "cterm": "170", "cterm16": "5" } \ "purple": { "gui": "#C678DF", "cterm": "170", "cterm16": "5" }
\} \}
``` ```