R/Theme1.R

Defines functions Theme1

Documented in Theme1

#' Function for custom theme
#' @export

Theme1 <- function(){
  ggplot2::theme_light() +
    ggplot2::theme(
      axis.ticks = ggplot2::element_blank(),
      strip.background = element_rect(fill = '#435E42', color = 'black'),
      strip.text = element_text(color = 'grey90')
    )
}
jpablo91/Pabloverse documentation built on April 11, 2024, 2:54 p.m.