Browse Source

Fix misleading example in README. (#291)

Fixes #284.
pull/297/head
Josh Dick 3 years ago
committed by GitHub
parent
commit
e86ce939d8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -237,7 +237,7 @@ You can override colors across all highlights by adding color definitions to the
```vim
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" }
\}
```

Loading…
Cancel
Save