I am running vim, and trying to get the vim solarized colors to work in terminal.
I have this in my vimrc file:
set syntax on
set t_Co=256
" let g:solarized_termcolors=16
set background=light
colorscheme solarized
It doesn't seem to work.
I outputted (using :echo) the value of t_Co and it is 256.
What is the issue? I'm confused.
