-
Notifications
You must be signed in to change notification settings - Fork 1
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
Light colorscheme #2
Comments
I'm currently working on a light version! That code isn't finished so I've committed it but forced the dark theme for now. |
Awesome, if you update this issue once that support is added, I'll be happy to try it out! |
@archseer wondering if there will be any way to customize the background color? I think I'd want to try a very light creme... |
@thehunmonkgroup Undecided, I'm considering deriving a background color from all of the base colors (almond, chamois, lilac, etc.) and making that configurable for the light scheme: I've pushed the changes, so that the light theme works now, but currently only the with the lilac background shades -- experimental. Keeping this issue open for more feedback |
oh my goodness -- the middle one by a long shot! |
This line seems to indicate support of for a light background:
https://github.com/archSeer/colibri.vim/blob/master/colors/colibri.vim#L39
But the logic near the top appears to force a dark background:
https://github.com/archSeer/colibri.vim/blob/master/colors/colibri.vim#L10-L11
I tried
in my .vimrc, but it doesn't appear to have any effect.
Am I missing something, or is a light background not supported?
The text was updated successfully, but these errors were encountered: