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

Works in GVim but not Vim - text colors aren't right in Vim #188

Open
Jont828 opened this issue May 22, 2017 · 3 comments
Open

Works in GVim but not Vim - text colors aren't right in Vim #188

Jont828 opened this issue May 22, 2017 · 3 comments

Comments

@Jont828
Copy link

Jont828 commented May 22, 2017

When I switch to light, it keeps the the colors from Solarized Dark and some of it is unreadable because the text was too light (i.e. bright yellow on white).

@snapfinger
Copy link

It works in a wired way for me in terminal Vim as well. I've selected polarized palatte in the launch-colorpicker.app, but the output is like:
screen shot 2017-07-28 at 12 55 48 pm

@mdubbelman
Copy link

I've fixed this by setting the following in my .vimrc:

set background=dark
let g:solarized_visibility = "high"
let g:solarized_contrast = "high"
let g:solarized_termcolors = 256
colorscheme solarized

@klas-genestack
Copy link

There's a section in README on this.

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

4 participants