R/theme_tum.R

Defines functions theme_tum

Documented in theme_tum

theme_tum <- function(...) {
  theme(
    text = element_text(color = "#0065bd"),
    line = element_line(color = "#0065bd"),
    axis.line = element_line(color = "#0065bd"),
    axis.ticks = element_line(color = "#0065bd"),
    axis.text = element_text(color = "#0065bd"),
    panel.grid.major = element_line(color = "white"),
    panel.grid.minor = element_line(color = NULL),
    strip.background = element_rect(fill = "#0065bd"),
    strip.text = element_text(color = "white"),
    panel.background = element_rect(fill = "#0065bd15"),
    ...
    ) 
}
cszang/tumtheme documentation built on May 14, 2019, 12:27 p.m.