jellybeans_use_gui_italics = 0

This commit is contained in:
2018-04-29 08:05:48 +01:00
parent 463c782e8e
commit 9881a5d1d5

View File

@@ -563,6 +563,7 @@ if filereadable(expand(s:vundle_path.'/README.md'))
if &t_Co >= 256 || has('gui_running')
Plugin 'nanotech/jellybeans.vim'
let g:jellybeans_use_lowcolor_black = 0
let g:jellybeans_use_gui_italics = 0
"colorscheme jellybeans
endif
if &t_Co >= 256 || has('gui_running')