Something like the following should do the trick:
if strftime("%H") < 12
set background=light
else
set background=dark
endif
Obviously you should choose the hour based on your needs
Something like the following should do the trick:
if strftime("%H") < 12
set background=light
else
set background=dark
endif
Obviously you should choose the hour based on your needs