-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
MacVim & Solarized background=light gives strange results. #597
Comments
I've also tried adding these options 'set background=light' & 'colorscheme solarized' to my .vimrc.after and still the same result. |
Yep. I am experiencing the same issue. I looked up the file where the menu is built
I've tried running this in my .vimrc.after file and still see the same issue. |
I'm using the light theme with yadr successfully. I've modified my .vimrc (in my fork of the project... I assume adding to .vimrc.after should work fine as well) in the following way.
|
You might have to move the disable_solarized into .vimrc.before and the rest into the after |
That works! Thank you so much @brandonaaron! |
@brandonaaron as @skwp noted, this worked perfectly: ~/.vimrc.before
~/.vimrc.after
|
👍 |
After installing yadr I tried to switch to the light version of Solarized in MacVim and found some funky results shown below.
The end of my .vim/settings/yadr-appearance.vim is below.
I have also tried adding the background & colorscheme to my .gvimrc, but to no success. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: