R/colors.R

#' Colors used within the `jtheme`
#'
#' * light_red :
#' * light_blue :
#' * red :
#' * blue :
#' * light_grey :
#'
#'
#'@export
colors = list(
    light_red  = "#fddbc7",
    light_blue = "#d1e5f0",
    blue       = "#4393c3",
    red        = "#d6604d",
    light_grey = "#F7F7F7"
)
jeremieboudreault/jtheme documentation built on Jan. 29, 2023, 7:12 a.m.