R/plot_setup.r

# Setting up globals for use
#' @title Plot color default
#' @export
#' @description sets plot color text
color_plot_text <- "#505050"

#' @title Title color default
#' @export
#' @description sets title color
color_title <- "#202020"


#' @title Color caption default
#' @export
#' @description sets color caption
color_caption <- "#909090"

#' @title Gridline color default
#' @export
#' @description sets gridline colors
color_gridline <- "#D3D3D3"
USAID-OHA-SI/glitr documentation built on July 5, 2024, 3:24 p.m.