R/theme_parksAndRec.R
theme_parksAndRec_light.Rd
Parks & Recreation light theme, Recommended font: "Titillium Web"
theme_parksAndRec_light(
text.font = NULL,
title.font = NULL,
legend.font = NULL,
title.size = 20,
text.size = 16,
subtitle.size = 14,
axis.title.size = 14,
axis.text.size = 12,
legend.title.size = 14,
legend.text.size = 12,
title.color = "grey20",
subtitle.color = "grey20",
text.color = "grey20",
axis.title.color = "grey20",
axis.text.color = "grey20",
legend.title.color = "grey20",
legend.text.color = "grey20",
legend.position = "bottom",
ticks = FALSE
)
text font, Default: NULL
title font, Default: NULL
legend font, Default: NULL
title font size, Default: 20
text font size, Default: 16
subtitle font size, Default: 14
axis title font size, Default: 14
axis text font size, Default: 12
legend title font size, Default: 14
legend text font size, Default: 12
title color, Default: "grey20"
subtitle.color, Default: "grey20"
text color, Default: "grey20"
axis title color, Default: "grey20"
axis text color, Default: "grey20"
legend title color, Default: "grey20"
legend text color, Default: "grey20"
legend position, Default: "bottom"
add axis ticks, Default: FALSE
Actual font: 'Champion HTF-Heavyweight' This function has been deprecated in favor of `theme_parksAndRecLight` to follow the naming conventions of the package.
[ggplot2::theme]