w0ng / vim-hybrid

A dark color scheme for Vim
1.48k stars 235 forks source link

reduced contrast works but manually #42

Open tomibennett opened 8 years ago

tomibennett commented 8 years ago

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.

lithammer commented 6 years ago

Define the variables before changing the colorscheme:

let g:hybrid_custom_term_colors = 1
let g:hybrid_reduced_contrast = 1
colorscheme hybrid