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

Text colors seem "fully selected", not sure how to fix #67

Open
NielsH opened this issue Apr 23, 2013 · 3 comments
Open

Text colors seem "fully selected", not sure how to fix #67

NielsH opened this issue Apr 23, 2013 · 3 comments

Comments

@NielsH
Copy link

NielsH commented Apr 23, 2013

Hello,

I'm using iTerm2 with the color preset downloaded here: http://ethanschoonover.com/solarized
I wanted to use this preset for vim as well, but it seems that the background color seems like that of selected text. I have attached a screenshot:
http://i.imgur.com/3my0Mpe.png

As you can see, the background around the text that receives a color is normal. The actual background and around the text that does not receive a color is different, which makes it look very ugly. How can I fix this?

@tulushev
Copy link

Same issue for me. iTerm2, OS X 10.10 GM
vimcolors

@benoliver999
Copy link

let g:solarized_termtrans = 1 worked for me in urxvt.

I put it in my .vimrc before any solarized lines.

@tulushev
Copy link

Thanks @benoliver999 this fixed the issue for me too.

[EDIT 01 Dec 2014]: Now I figured out why the colors was off and powerline was without color, in my iTerm - Profile - Terminal - Report Terminal Type was set to xterm, which is old mode with degraded color support, setting it to xterm-16color fixed all color issues for me, so no need for solarized_termtrans.
iTerm2 2.0.0.20141103
vim 7.4.488 via Homebrew
Hope this helps someone.

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

3 participants