Here’s my recommendation for things to try:
- ensure
syntax onis in your .vimrc file - Check what t_Co Vim has picked up from your term emulator (a quick
:echo &t_Co). If it’s 8, you’ll want tose t_Co=16. You might also tryse t_Co=256though withoutlet g:solarized_termcolors=16this will use the 256 fallback mode, which isn’t quite the correct color scheme.