sainnhe / sonokai

High Contrast & Vivid Color Scheme based on Monokai Pro
MIT License
1.65k stars 119 forks source link

feat(configuration): add `g:sonokai_colors_override` #57

Closed cdump closed 2 years ago

cdump commented 2 years ago

If you like one of embeded g:sonokai_style, but want a small change (background color for example), it's easier to do it with new g:sonokai_colors_override option. Before you should fork repo and modify colors/sonokai.vim

Example configuration (sonokai_style = default)

let g:sonokai_colors_override={'bg0':['#1e222a', '235'], 'bg2': ['#282c34', '236'], 'bg_green': ['#a3be8c','107']}
colorscheme sonokai
sainnhe commented 2 years ago

Thanks for this great feature!