I noticed that with the new version you'll be able to set the palette via the theme - very cool! I was wondering if the NA values for these could also be set? For example.. ``` set_theme( theme_grey() + theme( palette.colour.discrete = c("red", "blue", "green"), palette.colour.discrete.na = "lightgrey", ) ```