The demo background is a tiled SVG file. Put an image in static/ and point background_image at it.

[extra]
background_image = "bg.svg"

Solid background

You can also skip the image and use a plain color.

[extra]
body_bg = "#fffff0"