R/fct_customize_theme.R

Defines functions customize_theme

Documented in customize_theme

#' 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"
    )
  )
}
FelixBehne/ant.colony.optimization documentation built on Dec. 17, 2021, 8:25 p.m.