Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reduced contrast works but manually #42

Open
tomibennett opened this issue Aug 16, 2016 · 1 comment
Open

reduced contrast works but manually #42

tomibennett opened this issue Aug 16, 2016 · 1 comment

Comments

@tomibennett
Copy link

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
Copy link
Contributor

Define the variables before changing the colorscheme:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants