PuTTY 显示正确的 xterm-256color。颜色部分显示“允许终端指定 ANSI 颜色”和“允许终端使用 xterm-256-颜色模式”。
然而,当我使用主题时,它们不起作用,所有主题最终看起来都像“ron”的变体
和我的.vimrc
set t_Co=256
syntax on
color wombat
set autoindent
set cindent
set smartindent
set tabstop=3
set shiftwidth=3
set expandtab
$ infocmp -1L xterm | grep max_colors
最大颜色#256,
$ echo $TERM
xterm-256color
$ tput colors
256
非常感谢任何有关如何解决此问题的想法。