vim: hybrid needs to explicitely ask for dark bg

This commit is contained in:
Cedric Girard 2019-07-10 14:50:34 +02:00
parent 0ae509c039
commit 2ef19974fa
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ if &t_Co > 2 || has("gui_running")
syntax on
let g:hybrid_use_Xresources = 1
"set t_Co=256
set background=dark
colorscheme hybrid
hi Normal ctermbg=none
set hlsearch