| inverse_background_color = secondary_color, | inverse_background_color = secondary_color, | ||||
| inverse_text_color = primary_color, | inverse_text_color = primary_color, | ||||
| inverse_text_shadow = FALSE, | inverse_text_shadow = FALSE, | ||||
| inverse_header_color = primary_color, | |||||
| inverse_header_color = inverse_text_color, | |||||
| inverse_link_color = link_color, | inverse_link_color = link_color, | ||||
| title_slide_text_color = secondary_color, | title_slide_text_color = secondary_color, | ||||
| title_slide_background_color = primary_color, | title_slide_background_color = primary_color, | ||||
| Defaults to \code{FALSE}. Modifies the \code{.inverse} class.} | Defaults to \code{FALSE}. Modifies the \code{.inverse} class.} | ||||
| \item{inverse_header_color}{Inverse Header Color. Defaults to | \item{inverse_header_color}{Inverse Header Color. Defaults to | ||||
| \code{primary_color}. Modifies the \verb{.inverse h1, .inverse h2, .inverse h3} | |||||
| \code{inverse_text_color}. Modifies the \verb{.inverse h1, .inverse h2, .inverse h3} | |||||
| classes. The value of this variable is also stored as a CSS variable that | classes. The value of this variable is also stored as a CSS variable that | ||||
| can be referenced with \code{var(--inverse-header-color)} in any argument of a | can be referenced with \code{var(--inverse-header-color)} in any argument of a | ||||
| style function or in custom CSS.} | style function or in custom CSS.} |
| inverse_background_color = secondary_color, | inverse_background_color = secondary_color, | ||||
| inverse_text_color = choose_dark_or_light(secondary_color, black_color, white_color), | inverse_text_color = choose_dark_or_light(secondary_color, black_color, white_color), | ||||
| inverse_text_shadow = FALSE, | inverse_text_shadow = FALSE, | ||||
| inverse_header_color = choose_dark_or_light(secondary_color, black_color, white_color), | |||||
| inverse_header_color = inverse_text_color, | |||||
| inverse_link_color = link_color, | inverse_link_color = link_color, | ||||
| title_slide_text_color = choose_dark_or_light(primary_color, black_color, white_color), | title_slide_text_color = choose_dark_or_light(primary_color, black_color, white_color), | ||||
| title_slide_background_color = primary_color, | title_slide_background_color = primary_color, | ||||
| Defaults to \code{FALSE}. Modifies the \code{.inverse} class.} | Defaults to \code{FALSE}. Modifies the \code{.inverse} class.} | ||||
| \item{inverse_header_color}{Inverse Header Color. Defaults to | \item{inverse_header_color}{Inverse Header Color. Defaults to | ||||
| \code{choose_dark_or_light(secondary_color, black_color, white_color)}. | |||||
| Modifies the \verb{.inverse h1, .inverse h2, .inverse h3} classes. The value of | |||||
| this variable is also stored as a CSS variable that can be referenced with | |||||
| \code{var(--inverse-header-color)} in any argument of a style function or in | |||||
| custom CSS.} | |||||
| \code{inverse_text_color}. Modifies the \verb{.inverse h1, .inverse h2, .inverse h3} | |||||
| classes. The value of this variable is also stored as a CSS variable that | |||||
| can be referenced with \code{var(--inverse-header-color)} in any argument of a | |||||
| style function or in custom CSS.} | |||||
| \item{inverse_link_color}{Inverse Link Color. Defaults to \code{link_color}. | \item{inverse_link_color}{Inverse Link Color. Defaults to \code{link_color}. | ||||
| Modifies the \verb{.inverse a, .inverse a > code} classes. The value of this | Modifies the \verb{.inverse a, .inverse a > code} classes. The value of this |
| inverse_background_color = secondary_color, | inverse_background_color = secondary_color, | ||||
| inverse_text_color = choose_dark_or_light(secondary_color, black_color, white_color), | inverse_text_color = choose_dark_or_light(secondary_color, black_color, white_color), | ||||
| inverse_text_shadow = FALSE, | inverse_text_shadow = FALSE, | ||||
| inverse_header_color = choose_dark_or_light(secondary_color, black_color, white_color), | |||||
| inverse_header_color = inverse_text_color, | |||||
| inverse_link_color = link_color, | inverse_link_color = link_color, | ||||
| title_slide_text_color = choose_dark_or_light(primary_color, black_color, white_color), | title_slide_text_color = choose_dark_or_light(primary_color, black_color, white_color), | ||||
| title_slide_background_color = primary_color, | title_slide_background_color = primary_color, | ||||
| Defaults to \code{FALSE}. Modifies the \code{.inverse} class.} | Defaults to \code{FALSE}. Modifies the \code{.inverse} class.} | ||||
| \item{inverse_header_color}{Inverse Header Color. Defaults to | \item{inverse_header_color}{Inverse Header Color. Defaults to | ||||
| \code{choose_dark_or_light(secondary_color, black_color, white_color)}. | |||||
| Modifies the \verb{.inverse h1, .inverse h2, .inverse h3} classes. The value of | |||||
| this variable is also stored as a CSS variable that can be referenced with | |||||
| \code{var(--inverse-header-color)} in any argument of a style function or in | |||||
| custom CSS.} | |||||
| \code{inverse_text_color}. Modifies the \verb{.inverse h1, .inverse h2, .inverse h3} | |||||
| classes. The value of this variable is also stored as a CSS variable that | |||||
| can be referenced with \code{var(--inverse-header-color)} in any argument of a | |||||
| style function or in custom CSS.} | |||||
| \item{inverse_link_color}{Inverse Link Color. Defaults to \code{link_color}. | \item{inverse_link_color}{Inverse Link Color. Defaults to \code{link_color}. | ||||
| Modifies the \verb{.inverse a, .inverse a > code} classes. The value of this | Modifies the \verb{.inverse a, .inverse a > code} classes. The value of this |
| inverse_background_color = base_color, | inverse_background_color = base_color, | ||||
| inverse_text_color = white_color, | inverse_text_color = white_color, | ||||
| inverse_text_shadow = FALSE, | inverse_text_shadow = FALSE, | ||||
| inverse_header_color = white_color, | |||||
| inverse_header_color = inverse_text_color, | |||||
| inverse_link_color = link_color, | inverse_link_color = link_color, | ||||
| title_slide_text_color = inverse_text_color, | title_slide_text_color = inverse_text_color, | ||||
| title_slide_background_color = inverse_background_color, | title_slide_background_color = inverse_background_color, | ||||
| \item{inverse_text_shadow}{Enables Shadow on text of inverse slides. | \item{inverse_text_shadow}{Enables Shadow on text of inverse slides. | ||||
| Defaults to \code{FALSE}. Modifies the \code{.inverse} class.} | Defaults to \code{FALSE}. Modifies the \code{.inverse} class.} | ||||
| \item{inverse_header_color}{Inverse Header Color. Defaults to \code{white_color}. | |||||
| Modifies the \verb{.inverse h1, .inverse h2, .inverse h3} classes. The value of | |||||
| this variable is also stored as a CSS variable that can be referenced with | |||||
| \code{var(--inverse-header-color)} in any argument of a style function or in | |||||
| custom CSS.} | |||||
| \item{inverse_header_color}{Inverse Header Color. Defaults to | |||||
| \code{inverse_text_color}. Modifies the \verb{.inverse h1, .inverse h2, .inverse h3} | |||||
| classes. The value of this variable is also stored as a CSS variable that | |||||
| can be referenced with \code{var(--inverse-header-color)} in any argument of a | |||||
| style function or in custom CSS.} | |||||
| \item{inverse_link_color}{Inverse Link Color. Defaults to \code{link_color}. | \item{inverse_link_color}{Inverse Link Color. Defaults to \code{link_color}. | ||||
| Modifies the \verb{.inverse a, .inverse a > code} classes. The value of this | Modifies the \verb{.inverse a, .inverse a > code} classes. The value of this |
| inverse_background_color = base_color, | inverse_background_color = base_color, | ||||
| inverse_text_color = black_color, | inverse_text_color = black_color, | ||||
| inverse_text_shadow = FALSE, | inverse_text_shadow = FALSE, | ||||
| inverse_header_color = black_color, | |||||
| inverse_header_color = inverse_text_color, | |||||
| inverse_link_color = link_color, | inverse_link_color = link_color, | ||||
| title_slide_text_color = inverse_text_color, | title_slide_text_color = inverse_text_color, | ||||
| title_slide_background_color = inverse_background_color, | title_slide_background_color = inverse_background_color, | ||||
| \item{inverse_text_shadow}{Enables Shadow on text of inverse slides. | \item{inverse_text_shadow}{Enables Shadow on text of inverse slides. | ||||
| Defaults to \code{FALSE}. Modifies the \code{.inverse} class.} | Defaults to \code{FALSE}. Modifies the \code{.inverse} class.} | ||||
| \item{inverse_header_color}{Inverse Header Color. Defaults to \code{black_color}. | |||||
| Modifies the \verb{.inverse h1, .inverse h2, .inverse h3} classes. The value of | |||||
| this variable is also stored as a CSS variable that can be referenced with | |||||
| \code{var(--inverse-header-color)} in any argument of a style function or in | |||||
| custom CSS.} | |||||
| \item{inverse_header_color}{Inverse Header Color. Defaults to | |||||
| \code{inverse_text_color}. Modifies the \verb{.inverse h1, .inverse h2, .inverse h3} | |||||
| classes. The value of this variable is also stored as a CSS variable that | |||||
| can be referenced with \code{var(--inverse-header-color)} in any argument of a | |||||
| style function or in custom CSS.} | |||||
| \item{inverse_link_color}{Inverse Link Color. Defaults to \code{link_color}. | \item{inverse_link_color}{Inverse Link Color. Defaults to \code{link_color}. | ||||
| Modifies the \verb{.inverse a, .inverse a > code} classes. The value of this | Modifies the \verb{.inverse a, .inverse a > code} classes. The value of this |
| inverse_background_color = base_color, | inverse_background_color = base_color, | ||||
| inverse_text_color = black_color, | inverse_text_color = black_color, | ||||
| inverse_text_shadow = FALSE, | inverse_text_shadow = FALSE, | ||||
| inverse_header_color = black_color, | |||||
| inverse_header_color = inverse_text_color, | |||||
| inverse_link_color = link_color, | inverse_link_color = link_color, | ||||
| title_slide_text_color = inverse_text_color, | title_slide_text_color = inverse_text_color, | ||||
| title_slide_background_color = inverse_background_color, | title_slide_background_color = inverse_background_color, | ||||
| \item{inverse_text_shadow}{Enables Shadow on text of inverse slides. | \item{inverse_text_shadow}{Enables Shadow on text of inverse slides. | ||||
| Defaults to \code{FALSE}. Modifies the \code{.inverse} class.} | Defaults to \code{FALSE}. Modifies the \code{.inverse} class.} | ||||
| \item{inverse_header_color}{Inverse Header Color. Defaults to \code{black_color}. | |||||
| Modifies the \verb{.inverse h1, .inverse h2, .inverse h3} classes. The value of | |||||
| this variable is also stored as a CSS variable that can be referenced with | |||||
| \code{var(--inverse-header-color)} in any argument of a style function or in | |||||
| custom CSS.} | |||||
| \item{inverse_header_color}{Inverse Header Color. Defaults to | |||||
| \code{inverse_text_color}. Modifies the \verb{.inverse h1, .inverse h2, .inverse h3} | |||||
| classes. The value of this variable is also stored as a CSS variable that | |||||
| can be referenced with \code{var(--inverse-header-color)} in any argument of a | |||||
| style function or in custom CSS.} | |||||
| \item{inverse_link_color}{Inverse Link Color. Defaults to \code{link_color}. | \item{inverse_link_color}{Inverse Link Color. Defaults to \code{link_color}. | ||||
| Modifies the \verb{.inverse a, .inverse a > code} classes. The value of this | Modifies the \verb{.inverse a, .inverse a > code} classes. The value of this |
| inverse_background_color = base_color, | inverse_background_color = base_color, | ||||
| inverse_text_color = white_color, | inverse_text_color = white_color, | ||||
| inverse_text_shadow = FALSE, | inverse_text_shadow = FALSE, | ||||
| inverse_header_color = white_color, | |||||
| inverse_header_color = inverse_text_color, | |||||
| inverse_link_color = link_color, | inverse_link_color = link_color, | ||||
| title_slide_text_color = inverse_text_color, | title_slide_text_color = inverse_text_color, | ||||
| title_slide_background_color = inverse_background_color, | title_slide_background_color = inverse_background_color, | ||||
| \item{inverse_text_shadow}{Enables Shadow on text of inverse slides. | \item{inverse_text_shadow}{Enables Shadow on text of inverse slides. | ||||
| Defaults to \code{FALSE}. Modifies the \code{.inverse} class.} | Defaults to \code{FALSE}. Modifies the \code{.inverse} class.} | ||||
| \item{inverse_header_color}{Inverse Header Color. Defaults to \code{white_color}. | |||||
| Modifies the \verb{.inverse h1, .inverse h2, .inverse h3} classes. The value of | |||||
| this variable is also stored as a CSS variable that can be referenced with | |||||
| \code{var(--inverse-header-color)} in any argument of a style function or in | |||||
| custom CSS.} | |||||
| \item{inverse_header_color}{Inverse Header Color. Defaults to | |||||
| \code{inverse_text_color}. Modifies the \verb{.inverse h1, .inverse h2, .inverse h3} | |||||
| classes. The value of this variable is also stored as a CSS variable that | |||||
| can be referenced with \code{var(--inverse-header-color)} in any argument of a | |||||
| style function or in custom CSS.} | |||||
| \item{inverse_link_color}{Inverse Link Color. Defaults to \code{link_color}. | \item{inverse_link_color}{Inverse Link Color. Defaults to \code{link_color}. | ||||
| Modifies the \verb{.inverse a, .inverse a > code} classes. The value of this | Modifies the \verb{.inverse a, .inverse a > code} classes. The value of this |