R/data.R

#' minterbrand Custom Color Schemes
#'
#' A dataset containing a name listed of hex values used in SI themes
#'
#' @format A named list of color hex values.
#' 
#' @export
#' 
minter_design <- list(
    dkblue = "#133463",
    mdblue = "#365FB7",
    carbon = "#6d6f71",
    granite = "#bcbdbf",
    silver = "#e6e7e7",
    ltblue = "#5A7286")
jrminter/minterbrand documentation built on May 26, 2019, 5:41 p.m.