在 Vim 中,颜色看起来像这样(我正在使用https://github.com/altercation/solarized):
我想要到处都是第一个版本。现在,我从来不理解终端颜色,但这是我的设置:
TERM
xterm-256color
在 iTerm2 的首选项中设置为。在我的 vimrc 中,我有
let g:solarized_termcolors=256 set t_Co=256 set bg=dark colo solarized
在 MacVim 中,我无需任何调整即可看到正确的颜色。我需要做什么?
答案1
答案是删除,let g:solarized_termcolors=256
因为这会告诉 vim 使用降级颜色(请参阅https://github.com/altercation/vim-colors-solarized#important-note-for-terminal-users)