I'm using vim on ubuntu 14.10 and i installed solarized colorscheme to my vim but the color not looks like what it should to be, this is what i get >>
this is my .vimrc file https://github.com/adham90/vim/blob/master/vimrc
what can i do to fix it?!
Also try adding TERM='xterm-256color'
to your bashrc.
The vim wiki has a guide on installing 256-color schemes.