Open lituan opened 10 years ago
metoo
same with u, I have tried everything I could, but still not display the correct background color .
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.
@jas0ns can you post XShell and VIM color scheme that you used to simulate solarized scheme?
@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.
@jas0ns thx