If gui_running, to use light background, otherwise to use dark one
This commit is contained in:
6
.vimrc
6
.vimrc
@@ -26,7 +26,11 @@ set wildmenu
|
|||||||
syntax on
|
syntax on
|
||||||
"
|
"
|
||||||
" color schema
|
" color schema
|
||||||
set background=dark
|
if has('gui_running')
|
||||||
|
set background=light
|
||||||
|
else
|
||||||
|
set background=dark
|
||||||
|
endif
|
||||||
let g:solarized_termcolors=256
|
let g:solarized_termcolors=256
|
||||||
colo solarized
|
colo solarized
|
||||||
highlight Search cterm=none ctermbg=blue
|
highlight Search cterm=none ctermbg=blue
|
||||||
|
|||||||
Reference in New Issue
Block a user