I am struggling to install a solarized plugin on vim, the next steps that I followed
- Use gmarik / Vundle.vim to install the solarized plugin (using the below .vimrc script)
- Run vim + PluginInstall + qall to install the plugin
- Put the following lines in .vimrc:
syntax enable
set background = dark
colorscheme solarized
.vimrc script used

But the result: a solarized plugin has the following results that look and feel differently than expected

Pending look

Is there something I did wrong? Please advise. Thank you and appreciate everyone for your kind help.
Try to add
set t_Co=256
let g:solarized_termcolors=256
It looks better, but still different from the capture shown by the author.
