Reputation: 1070
I installed the solarized colorcheme for Vim using Pathogen. My .vimrc contains only the following:
execute pathogen#infect()
syntax enable
set background=dark
colorscheme solarized
However, the tags for an html file are displaying as grey when they should be blue, judging by the screenshots provided at http://ethanschoonover.com/solarized. I am using iTerm2, TERM=xterm-256color, and I am using the Solarized colorscheme for iTerm2.
Upvotes: 2
Views: 648
Reputation: 1070
Switching to solarized8 for vim seems to have done the trick: https://github.com/lifepillar/vim-solarized8
Upvotes: 1