Vim 带终止符的配色方案

Vim color scheme with terminator

我使用 terminator 有一段时间了,但我只是注意到它没有从我的 .vimrc 中提取正确的配色方案。您可以从下图中看到终端正在提取正确的配色方案,但终结者不是。我假设这是因为 terminator 有 'color' 选项,它覆盖了我在 .vimrc 中设置的那个选项,但是无论如何让它不这样做吗?我更喜欢其他版本。

这是我的.vimrc

set nocompatible              " be iMproved, required
filetype off                  " required

set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'gmarik/Vundle.vim'
Plugin 'airblade/vim-gitgutter'
Plugin 'zeis/vim-kolor'
Plugin 'altercation/vim-colors-solarized'
Plugin 'tpope/vim-fugitive'
Plugin 'vim-latex/vim-latex'
call vundle#end()            " required
filetype plugin indent on    " required
filetype plugin on

colorscheme kolor

尝试在设置配色方案之前设置 backgroundt_Co 选项。

set background=dark
set t_Co=256

另一个选项可能是将终结器主题调整为与其他终端相同。