judith-bourque / faker

Get data from the Faker API
Other
0 stars 0 forks source link

Update theme colours #13

Closed judith-bourque closed 1 year ago

judith-bourque commented 1 year ago

Issue

The theme colours are hard to read and doesn't reflect the Faker API branding.

Proposal

In theme function, change colours to the following:

ggplot2::theme(
      text = ggplot2::element_text(colour = "lightgreen"),
      axis.text = ggplot2::element_text(colour = "lightblue"),
      panel.grid = ggplot2::element_line(colour = "lightblue"),
      plot.background = ggplot2::element_rect(fill = "grey20")
    )