We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
hybrid-reduced-contrast
This is my nvim settings regarding hybrid:
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.
The text was updated successfully, but these errors were encountered:
Define the variables before changing the colorscheme:
let g:hybrid_custom_term_colors = 1 let g:hybrid_reduced_contrast = 1 colorscheme hybrid
Sorry, something went wrong.
No branches or pull requests
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
:But, I much thank you for the job. It's really relaxing to develop with
hybrid
.The text was updated successfully, but these errors were encountered: