Josh Dick
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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" } |
|
|
|
\} |
|
|
|
``` |
|
|
|