Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi there!

Unfortunately, this plugin does not do that. But I believe that this maybe will work:

document.body.style.backgroundColor = "colorName"

By default, it is set to "black". It must be a valid HTML color name. Not really sure if you can use it on a script call or must change it on the index.html file.

(+1)

Thanks for pointing me in the right direction.