Hello Laura,
I’m afraid there’s currently no option for a dark version.
If you just want to use a light grey, perhaps you can make it work with this custom CSS code (add it to Appearance / Customizer / Additional CSS):
.fr-contents {
background-color: #f7f7f7;
}
see if that works for you