theme_primary: Theme colors

View source: R/theme.R

theme_primaryR Documentation

Theme colors

Description

Theme color functions.

Usage

theme_primary()

theme_secondary()

theme_success()

theme_danger()

theme_warning()

theme_info()

theme_light()

theme_dark()

Value

A character string.

Examples


library(htmltools)

div(
  .style %>%
    background_color("primary")
)

div(
  .style %>%
    background_color(theme_primary())
)


cascadess documentation built on Oct. 30, 2024, 9:29 a.m.