use my own fork of solarized8 and get rid of the cursor color in gvimrc; also papercolors
This commit is contained in:
parent
35b236612c
commit
64fe4424b6
2 changed files with 2 additions and 4 deletions
3
gvimrc
3
gvimrc
|
@ -1,6 +1,3 @@
|
|||
" solarized cursor for gvim
|
||||
highlight Cursor guibg=#dc322f guifg=#fdf6e3
|
||||
|
||||
if has('win32')
|
||||
set guifont=Fantasque_Sans_Mono:h11
|
||||
else
|
||||
|
|
|
@ -24,7 +24,8 @@ Plug 'neomake/neomake', { 'for': 'python' }
|
|||
Plug 'davidhalter/jedi-vim', { 'for': 'python' }
|
||||
|
||||
" colorschemes
|
||||
Plug 'lifepillar/vim-solarized8'
|
||||
Plug 'vdrandom/vim-solarized8'
|
||||
Plug 'NLKNguyen/papercolor-theme'
|
||||
|
||||
" syntax highlight plugins
|
||||
Plug 'neilhwatson/vim_cf3'
|
||||
|
|
Loading…
Reference in a new issue