我是Vim的新用户,并且已经安装了Solarized colorscheme。不幸的是,colorscheme看起来不应该如此。我尝试运行测试以测试终端调色板,并且可以正常工作: terminal color palette
当我运行vim并测试调色板时,肯定是错误的: vim color palette
这是我的.vimrc配置文件:
call plug#begin()
Plug 'altercation/vim-colors-solarized'
call plug#end()
leg g: solarized_termcolors=256
syntax enable
set background=dark
colorscheme solarized
我还尝试在我的.vimrc文件中对t_Co=256
进行硬编码,但这没有帮助。
echo #TERM
说我的终端是xterm-256color
。我正在使用Manjaro KDE。在gVim上进行日光照射可以正常工作。