1
0
Fork 0

use my own fork of solarized8 and get rid of the cursor color in gvimrc; also papercolors

This commit is contained in:
Von Random 2017-05-24 19:33:25 +03:00
parent 35b236612c
commit 64fe4424b6
2 changed files with 2 additions and 4 deletions

3
gvimrc
View file

@ -1,6 +1,3 @@
" solarized cursor for gvim
highlight Cursor guibg=#dc322f guifg=#fdf6e3
if has('win32') if has('win32')
set guifont=Fantasque_Sans_Mono:h11 set guifont=Fantasque_Sans_Mono:h11
else else

View file

@ -24,7 +24,8 @@ Plug 'neomake/neomake', { 'for': 'python' }
Plug 'davidhalter/jedi-vim', { 'for': 'python' } Plug 'davidhalter/jedi-vim', { 'for': 'python' }
" colorschemes " colorschemes
Plug 'lifepillar/vim-solarized8' Plug 'vdrandom/vim-solarized8'
Plug 'NLKNguyen/papercolor-theme'
" syntax highlight plugins " syntax highlight plugins
Plug 'neilhwatson/vim_cf3' Plug 'neilhwatson/vim_cf3'