mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-08 02:53:50 -05:00
@@ -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" }
|
||||
\}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user