Gotta be honest, not a fan of these background images, I find them too distracting. So since you gave me the idea, I removed with a Stylus CSS hack on top of the white theme. Don't love that it's all just shades of grey but still prefer it to the images...
:root {
--bg-image: none;
background-color: #6f6f6f;
}