-
Notifications
You must be signed in to change notification settings - Fork 234
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
Merged some aspects into a unified color scheme (rebased) #30
Conversation
+ The color file now always sets values for both cterm and gui, instead of trying to detect which is being used. This allows, for instance, for starting in terminal vim, and using :gui to start the gui without having to re-run the color command. + The file now inspects the value of &background. If it is 'dark', the hybrid palette is used. If it is 'light', the hybrid-light palette is used. Choice of palette can therefore be toggled via 'set bg=light/dark'. + hybrid-light.vim has been deleted in light of the previous change.
@w0ng what do you think? |
👍 How's the progress on this? |
It's done from my end, just need @w0ng to take a look at it. |
@Renstrom Thanks a lot for tidying this up. Before merging, could you please remove the Also, I think the Spell hilights need merging i.e. the In #30, errors are thrown in the light version because it's attempting to set ctermbg="" for the Spell hilights.
|
👍 it's good to see some progress on this!! Thank you. |
Merged some aspects into a unified color scheme (rebased)
Awesome thanks |
This is a rebased version of #9, it was quite messy, but I think it's all there.