In the meantime, if you are rendering to HTML (although it looks like the OP is writing to LaTeX), you can link a CSS file, or just embed HTML code.
An ugly hack perhaps, but adding the line
<style> *{background-color: #FFF !important;}</style>
at the beginning of the Rmd document will override the default settings.