My .vimrc file contains :
syntax on
set background=light
let g:solarized_termcolors=16
se t_Co=16
colorscheme solarized
- I have put the solarized.clr file into my ~/Library/Colors/ folder
So this is some code in my .vimrc file : https://i.stack.imgur.com/ByQ9h.png
This is some code in a test file within ~/ : https://i.stack.imgur.com/b4vRD.png
I've been working on this for a while now.. driving me nuts. I'm new to all of this vim configuration stuff though.