| # Generated by inst/scripts/generate_theme_functions.R: do not edit by hand | # Generated by inst/scripts/generate_theme_functions.R: do not edit by hand | ||||
| #' @param primary_color Duotone Primary Color. Defaults to #006747. Used in | |||||
| #' @param primary_color Duotone Primary Color. Defaults to #035AA6. Used in | |||||
| #' multiple CSS rules. The value of this variable is also stored as a CSS | #' multiple CSS rules. The value of this variable is also stored as a CSS | ||||
| #' variable that can be referenced with `var(--primary)` in any argument of a | #' variable that can be referenced with `var(--primary)` in any argument of a | ||||
| #' style function or in custom CSS. | #' style function or in custom CSS. | ||||
| #' @param secondary_color Duotone Secondary Color. Defaults to #CFC493. Used in | |||||
| #' @param secondary_color Duotone Secondary Color. Defaults to #03A696. Used in | |||||
| #' multiple CSS rules. The value of this variable is also stored as a CSS | #' multiple CSS rules. The value of this variable is also stored as a CSS | ||||
| #' variable that can be referenced with `var(--secondary)` in any argument of | #' variable that can be referenced with `var(--secondary)` in any argument of | ||||
| #' a style function or in custom CSS. | #' a style function or in custom CSS. | ||||
| #' @family Duotone themes | #' @family Duotone themes | ||||
| #' @export | #' @export | ||||
| style_duo_accent <- function( | style_duo_accent <- function( | ||||
| primary_color = "#006747", | |||||
| secondary_color = "#CFC493", | |||||
| primary_color = "#035AA6", | |||||
| secondary_color = "#03A696", | |||||
| white_color = "#FFFFFF", | white_color = "#FFFFFF", | ||||
| black_color = "#000000", | black_color = "#000000", | ||||
| text_color = black_color, | text_color = black_color, |
| # Generated by inst/scripts/generate_theme_functions.R: do not edit by hand | # Generated by inst/scripts/generate_theme_functions.R: do not edit by hand | ||||
| #' @param primary_color Duotone Primary Color. Defaults to #006747. Used in | |||||
| #' @param primary_color Duotone Primary Color. Defaults to #035AA6. Used in | |||||
| #' multiple CSS rules. The value of this variable is also stored as a CSS | #' multiple CSS rules. The value of this variable is also stored as a CSS | ||||
| #' variable that can be referenced with `var(--primary)` in any argument of a | #' variable that can be referenced with `var(--primary)` in any argument of a | ||||
| #' style function or in custom CSS. | #' style function or in custom CSS. | ||||
| #' @param secondary_color Duotone Secondary Color. Defaults to #CFC493. Used in | |||||
| #' @param secondary_color Duotone Secondary Color. Defaults to #03A696. Used in | |||||
| #' multiple CSS rules. The value of this variable is also stored as a CSS | #' multiple CSS rules. The value of this variable is also stored as a CSS | ||||
| #' variable that can be referenced with `var(--secondary)` in any argument of | #' variable that can be referenced with `var(--secondary)` in any argument of | ||||
| #' a style function or in custom CSS. | #' a style function or in custom CSS. | ||||
| #' @family Duotone themes | #' @family Duotone themes | ||||
| #' @export | #' @export | ||||
| style_duo_accent_inverse <- function( | style_duo_accent_inverse <- function( | ||||
| primary_color = "#006747", | |||||
| secondary_color = "#CFC493", | |||||
| primary_color = "#035AA6", | |||||
| secondary_color = "#03A696", | |||||
| white_color = "#FFFFFF", | white_color = "#FFFFFF", | ||||
| black_color = "#000000", | black_color = "#000000", | ||||
| text_color = white_color, | text_color = white_color, |
| template_duo_accent <- tibble::tribble( | template_duo_accent <- tibble::tribble( | ||||
| ~ variable, ~ default, ~ element, ~ description, ~ css_variable | ~ variable, ~ default, ~ element, ~ description, ~ css_variable | ||||
| , "primary_color", "#006747", "multiple", "Duotone Primary Color", "--primary" | |||||
| , "secondary_color", "#CFC493", "multiple", "Duotone Secondary Color", "--secondary" | |||||
| , "primary_color", "#035AA6", "multiple", "Duotone Primary Color", "--primary" | |||||
| , "secondary_color", "#03A696", "multiple", "Duotone Secondary Color", "--secondary" | |||||
| , "white_color", "#FFFFFF", "multiple", "Brightest color used", "--white" | , "white_color", "#FFFFFF", "multiple", "Brightest color used", "--white" | ||||
| , "black_color", "#000000", "multiple", "Darkest color used", "--black" | , "black_color", "#000000", "multiple", "Darkest color used", "--black" | ||||
| ) | ) |
| \title{Duotone Accent Theme} | \title{Duotone Accent Theme} | ||||
| \usage{ | \usage{ | ||||
| style_duo_accent( | style_duo_accent( | ||||
| primary_color = "#006747", | |||||
| secondary_color = "#CFC493", | |||||
| primary_color = "#035AA6", | |||||
| secondary_color = "#03A696", | |||||
| white_color = "#FFFFFF", | white_color = "#FFFFFF", | ||||
| black_color = "#000000", | black_color = "#000000", | ||||
| text_color = black_color, | text_color = black_color, | ||||
| ) | ) | ||||
| } | } | ||||
| \arguments{ | \arguments{ | ||||
| \item{primary_color}{Duotone Primary Color. Defaults to #006747. Used in | |||||
| \item{primary_color}{Duotone Primary Color. Defaults to #035AA6. Used in | |||||
| multiple CSS rules. The value of this variable is also stored as a CSS | multiple CSS rules. The value of this variable is also stored as a CSS | ||||
| variable that can be referenced with \code{var(--primary)} in any argument of a | variable that can be referenced with \code{var(--primary)} in any argument of a | ||||
| style function or in custom CSS.} | style function or in custom CSS.} | ||||
| \item{secondary_color}{Duotone Secondary Color. Defaults to #CFC493. Used in | |||||
| \item{secondary_color}{Duotone Secondary Color. Defaults to #03A696. Used in | |||||
| multiple CSS rules. The value of this variable is also stored as a CSS | multiple CSS rules. The value of this variable is also stored as a CSS | ||||
| variable that can be referenced with \code{var(--secondary)} in any argument of | variable that can be referenced with \code{var(--secondary)} in any argument of | ||||
| a style function or in custom CSS.} | a style function or in custom CSS.} |
| \title{Duotone Accent Inverse Theme} | \title{Duotone Accent Inverse Theme} | ||||
| \usage{ | \usage{ | ||||
| style_duo_accent_inverse( | style_duo_accent_inverse( | ||||
| primary_color = "#006747", | |||||
| secondary_color = "#CFC493", | |||||
| primary_color = "#035AA6", | |||||
| secondary_color = "#03A696", | |||||
| white_color = "#FFFFFF", | white_color = "#FFFFFF", | ||||
| black_color = "#000000", | black_color = "#000000", | ||||
| text_color = white_color, | text_color = white_color, | ||||
| ) | ) | ||||
| } | } | ||||
| \arguments{ | \arguments{ | ||||
| \item{primary_color}{Duotone Primary Color. Defaults to #006747. Used in | |||||
| \item{primary_color}{Duotone Primary Color. Defaults to #035AA6. Used in | |||||
| multiple CSS rules. The value of this variable is also stored as a CSS | multiple CSS rules. The value of this variable is also stored as a CSS | ||||
| variable that can be referenced with \code{var(--primary)} in any argument of a | variable that can be referenced with \code{var(--primary)} in any argument of a | ||||
| style function or in custom CSS.} | style function or in custom CSS.} | ||||
| \item{secondary_color}{Duotone Secondary Color. Defaults to #CFC493. Used in | |||||
| \item{secondary_color}{Duotone Secondary Color. Defaults to #03A696. Used in | |||||
| multiple CSS rules. The value of this variable is also stored as a CSS | multiple CSS rules. The value of this variable is also stored as a CSS | ||||
| variable that can be referenced with \code{var(--secondary)} in any argument of | variable that can be referenced with \code{var(--secondary)} in any argument of | ||||
| a style function or in custom CSS.} | a style function or in custom CSS.} |