vim: hybrid needs to explicitely ask for dark bg
This commit is contained in:
parent
0ae509c039
commit
2ef19974fa
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue