Closed djnavarro closed 5 years ago
This sets the graphics device background colour to match the page
pal <- slumdown::slum_getpalette("kunoichi") knitr::opts_chunk$set(dev.args = list(bg=pal["pagecolour"]))
A convenience function for this might be useful
Fixed with the slum_setdevicecolour function
This sets the graphics device background colour to match the page
pal <- slumdown::slum_getpalette("kunoichi") knitr::opts_chunk$set(dev.args = list(bg=pal["pagecolour"]))
A convenience function for this might be useful