Hi Janet,
Currently there is no any options to change the background-color on the theme, we will take your suggestion as an update item and will update it in the next version asap, till then you can use the following custom css to change the background-color:
body {
background-color: red !important;
}
Thanks