Setting jellybeans as the colorschema for 256color displays.

This commit is contained in:
2017-08-31 23:47:19 +01:00
parent 3bef3bed7e
commit 0f77bf87e5

View File

@@ -536,8 +536,8 @@ if filereadable(expand('~/.vim/bundle/Vundle.vim/README.md'))
"
if &t_Co >= 256 || has('gui_running')
Plugin 'nanotech/jellybeans.vim'
let g:jellybeans_use_lowcolor_black = 0
"colorscheme jellybeans
"let g:jellybeans_use_lowcolor_black = 0
endif
if &t_Co >= 256 || has('gui_running')
Plugin 'altercation/vim-colors-solarized.git'
@@ -546,6 +546,12 @@ if filereadable(expand('~/.vim/bundle/Vundle.vim/README.md'))
"set backgroung=light
"colorscheme solarized
endif
if &t_Co >= 256 || has('gui_running')
Plugin 'morhetz/gruvbox.git'
"set backgroung=dark
"set backgroung=light
"colorscheme solarized
endif
"
" :set syntax=cpp.doxygen to highlight doxygen comments.
@@ -574,6 +580,12 @@ if filereadable(expand('~/.vim/bundle/Vundle.vim/README.md'))
filetype plugin on
endif
if &t_Co >= 256 || has('gui_running')
colorscheme jellybeans
hi clear SpellBad
hi SpellBad cterm=underline, ctermfg=red
endif
if exists("dddd")
"Plugin 'Rip-Rip/clang_complete'