Vim Solarized colorscheme 无法与 html 一起正常工作

Vim Solarized colorscheme not working properly with html

我使用 Pathogen 为 Vim 安装了 solarized colorcheme。我的 .vimrc 仅包含以下内容:

execute pathogen#infect()

syntax enable
set background=dark
colorscheme solarized

但是,根据 http://ethanschoonover.com/solarized 中提供的屏幕截图判断,html 文件的标签本应显示为蓝色,但显示为灰色。我正在使用 iTerm2,TERM=xterm-256color,我正在为 iTerm2 使用 Solarized colorscheme。

为 vim 切换到 solarized8 似乎已经成功:https://github.com/lifepillar/vim-solarized8