Skip to content

Commit

Permalink
Fix misleading example in README. (#291)
Browse files Browse the repository at this point in the history
Fixes #284.
  • Loading branch information
joshdick authored Oct 15, 2021
1 parent cc8eccc commit e86ce93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
\}
```
Expand Down

0 comments on commit e86ce93

Please sign in to comment.