Skip to content

Commit

Permalink
Unify text colours
Browse files Browse the repository at this point in the history
  • Loading branch information
vankesteren authored Jun 5, 2019
1 parent ce2c9a2 commit abb7536
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions R/theme_fira.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,11 @@ theme_fira <- function(family = "Fira Sans") {
hjust = 0.95),
axis.text = ggplot2::element_text(size = 10, colour = "#212121"),
legend.title = ggplot2::element_text(size = 12, colour = "#454545"),
legend.text = ggplot2::element_text(size = 10, colour = "#212121"),
strip.text = ggplot2::element_text(size = 12, colour = "#212121", margin = ggplot2::margin(10, 10, 10, 10, "pt"))
legend.text = ggplot2::element_text(size = 10, colour = "#454545"),
strip.text = ggplot2::element_text(size = 12, colour = "#454545",
margin = ggplot2::margin(10, 10,
10, 10,
"pt"))
)
))
}
Expand Down

0 comments on commit abb7536

Please sign in to comment.