R/theme_hertie_mini.R

#' Toy example ggplot theme for the Hertie School
#'
#' 
#' looks pretty crappy. Please improve <3


theme_hertie <- ggplot2::theme_classic() +
  ggplot2::theme(text =  element_text(family = "Georgia", size = 23, color = "darkred"))
lfoswald/heRtie documentation built on Dec. 21, 2021, 10:44 a.m.