example_scatterplot() +
ggplot2::theme_dark() +
ggplot2::theme(
panel.background = ggplot2::element_rect(fill = "#2D2D2D"),
legend.key = ggplot2::element_rect(fill = "#2D2D2D")
) +
scale_color_frontiers()
example_barplot() +
ggplot2::theme_dark() +
ggplot2::theme(
panel.background = ggplot2::element_rect(fill = "#2D2D2D")
) +
scale_fill_frontiers()
Run the code above in your browser using DataLab