Setting jellybeans as the colorschema for 256color displays.
This commit is contained in:
14
vim/vimrc
14
vim/vimrc
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user