Vim的颜色不符合我的预期吗?

时间:2018-01-28 06:53:25

标签: vim colors

我在关闭语法高亮显示时阅读this article,我想尝试使用"颜色"作者使用的方案(实际上所有白色都带有一些粗体字和一个淡黄色光标),他links to here。但是,当我尝试在我的终端中应用它时,它最终看起来像这样:

Definitely not the intended color scheme

可能导致什么?上下文:

  • macOS 10.13.2
  • 终端2.8(xterm-256color)
  • 与第二个链接中显示的颜色文件完全相同的是〜/ .vim / colors /
  • 我的.vimrc:

    set nocompatible
    syntax on
    set formatoptions=tcroql
    set relativenumber
    set incsearch
    set hlsearch
    set smartindent
    filetype indent on
    let g:go_highlight_trailing_whitespace_error=0
    

1 个答案:

答案 0 :(得分:1)

the color schema中的评论中我发现您需要安装和配置base16-shell

.vimrc

中设置此变量
let g:base16_shell_path=base16-builder/output/shell/

在运行:color之前。设置安装脚本的实际路径。