From 0f77bf87e58a5d27bb52e43c8321dd8d13e92e35 Mon Sep 17 00:00:00 2001 From: Vahagn Khachatryan Date: Thu, 31 Aug 2017 23:47:19 +0100 Subject: [PATCH] Setting jellybeans as the colorschema for 256color displays. --- vim/vimrc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 20568a5..5db07dd 100755 --- a/vim/vimrc +++ b/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'