vim-colors-solarized icon indicating copy to clipboard operation
vim-colors-solarized copied to clipboard

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

Open NielsH opened this issue 11 years ago • 3 comments

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?

NielsH avatar Apr 23 '13 09:04 NielsH

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

tulushev avatar Sep 15 '14 08:09 tulushev

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

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

benoliver999 avatar Nov 27 '14 13:11 benoliver999

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.

tulushev avatar Nov 30 '14 14:11 tulushev