Set background after colorscheme
This commit is contained in:
parent
053449e0d7
commit
23a1de4636
4
.vimrc
4
.vimrc
|
@ -23,12 +23,12 @@ if has('reltime')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if $BG == "light"
|
if $BG == "light"
|
||||||
set bg=light
|
|
||||||
colorscheme hjp
|
colorscheme hjp
|
||||||
|
set bg=light
|
||||||
syntax on
|
syntax on
|
||||||
elseif $BG == "dark"
|
elseif $BG == "dark"
|
||||||
set bg=dark
|
|
||||||
colorscheme default
|
colorscheme default
|
||||||
|
set bg=dark
|
||||||
syntax on
|
syntax on
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue