Set background after colorscheme

This commit is contained in:
FIW newsletter subscription requests 2022-05-12 16:18:05 +02:00
parent 053449e0d7
commit 23a1de4636
1 changed files with 2 additions and 2 deletions

4
.vimrc
View File

@ -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