You can change the background color in Project Properties.
There isn't any built-in way to change it at runtime (I don't really understand why you'd need to, and nobody has ever asked for this before), but you should be able to do it with a snippet of JavaScript code, something like this:
document.body.style.backgroundColor = "red";