#' Customizes the theme
#'
#' @description Creates a customizes theme with the help of the fresh package
#'
#' @import fresh
customize_theme <- function() {
create_theme(
bs4dash_status(
primary = "#30a062"
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.