#' 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"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.