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