altercation / solarized

precision color scheme for multiple applications (terminal, vim, etc.) with both dark/light modes
http://ethanschoonover.com/solarized
MIT License
15.82k stars 3.52k forks source link

vim solarized color looks wrong in xshell #302

Open lituan opened 10 years ago

lituan commented 10 years ago

unnamed qq screenshot20141022135650

Jecvay commented 10 years ago

metoo

jas0ns commented 9 years ago

same with u, I have tried everything I could, but still not display the correct background color .

jas0ns commented 9 years ago

I just made it worked by change solarized.vim file.

I have set the correct darkblue as the background color of my XShell. So, when I let s:base03 and s:base02 equals to "NONE", I got my background of the XShell. Here is the screenshot displayed where I changed. Hope it helps.

image

ddemyanov commented 9 years ago

@jas0ns can you post XShell and VIM color scheme that you used to simulate solarized scheme?

jas0ns commented 9 years ago

@ddemyanov Of course,this is the color scheme of my XShell.

[Names]
count=1
name0=Solarized Dark
[Solarized Dark]
text(bold)=839496
magenta(bold)=6c71c4
text=00ff40
white(bold)=fdf6e3
green=859900
red(bold)=cb4b16
green(bold)=586e75
black(bold)=073642
red=dc322f
blue=268bd2
black=002b36
blue(bold)=839496
yellow(bold)=657b83
cyan(bold)=93a1a1
yellow=b58900
magenta=dd3682
background=042028
white=eee8d5
cyan=2aa198

Check line 29 of my .vimrc out for VIM color scheme.

ddemyanov commented 9 years ago

@jas0ns thx