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