vim-hybrid
vim-hybrid copied to clipboard
reduced contrast works but manually
In simple words, I have to resource my config file at each vim opening to apply the reduced contrast.
Working with nvim under iTerm with hybrid-reduced-contrast color preset.
This is my nvim settings regarding hybrid:
set background=dark
colorscheme hybrid
let g:hybrid_custom_term_colors = 1
let g:hybrid_reduced_contrast = 1
But, I much thank you for the job. It's really relaxing to develop with hybrid.
Define the variables before changing the colorscheme:
let g:hybrid_custom_term_colors = 1
let g:hybrid_reduced_contrast = 1
colorscheme hybrid