Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚切换到 Vim 的 Solarized 配色方案,但是在正确显示颜色时遇到了一些问题。更正确的描述是说它们看起来一点也不像。
这是一个比较:
如您所见,区别在于白天和黑夜。
我的 iTerm2 终端设置:
我认为这允许我的终端 vim 使用正确显示 Solarized 颜色方案所需的所有必要颜色,但显然我错了。有人有想法吗?
set t_Co=256当 TERM 系统变量配置为 xterm-256color 时帮助了我。后来我把 $TERM 改成了 screen256-color,VIM 开始自动显示 256 色。
set t_Co=256