| # xaringanthemer 0.3.0.9000 | |||||
| - Add `inverse_link_color` to control color of links on inverse slides (thanks @dmi3kno, #44) | |||||
| - .pull-right[] now clears floats just for its immediate sibling | |||||
| # xaringanthemer 0.3.0 | # xaringanthemer 0.3.0 | ||||
| * Adds `theme_xaringan()`, a ggplot2 theme that automatically uses the colors | * Adds `theme_xaringan()`, a ggplot2 theme that automatically uses the colors |
| #' 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 `var(--inverse-header-color)` in any argument of a | #' can be referenced with `var(--inverse-header-color)` in any argument of a | ||||
| #' style function or in custom CSS. | #' style function or in custom CSS. | ||||
| #' @param inverse_link_color Inverse Link Color. Defaults to `link_color`. | |||||
| #' Modifies the `.inverse a, .inverse a > code` classes. The value of this | |||||
| #' variable is also stored as a CSS variable that can be referenced with | |||||
| #' `var(--inverse-link-color)` in any argument of a style function or in | |||||
| #' custom CSS. | |||||
| #' @param title_slide_text_color Title Slide Text Color. Defaults to | #' @param title_slide_text_color Title Slide Text Color. Defaults to | ||||
| #' `secondary_color`. Modifies the `.title-slide` class. The value of this | #' `secondary_color`. Modifies the `.title-slide` class. The value of this | ||||
| #' variable is also stored as a CSS variable that can be referenced with | #' variable is also stored as a CSS variable that can be referenced with | ||||
| 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 = primary_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, | ||||
| title_slide_background_image = NULL, | title_slide_background_image = NULL, |
| #' this variable is also stored as a CSS variable that can be referenced with | #' this variable is also stored as a CSS variable that can be referenced with | ||||
| #' `var(--inverse-header-color)` in any argument of a style function or in | #' `var(--inverse-header-color)` in any argument of a style function or in | ||||
| #' custom CSS. | #' custom CSS. | ||||
| #' @param inverse_link_color Inverse Link Color. Defaults to `link_color`. | |||||
| #' Modifies the `.inverse a, .inverse a > code` classes. The value of this | |||||
| #' variable is also stored as a CSS variable that can be referenced with | |||||
| #' `var(--inverse-link-color)` in any argument of a style function or in | |||||
| #' custom CSS. | |||||
| #' @param title_slide_text_color Title Slide Text Color. Defaults to | #' @param title_slide_text_color Title Slide Text Color. Defaults to | ||||
| #' `choose_dark_or_light(primary_color, black_color, white_color)`. Modifies | #' `choose_dark_or_light(primary_color, black_color, white_color)`. Modifies | ||||
| #' the `.title-slide` class. The value of this variable is also stored as a | #' the `.title-slide` class. The value of this variable is also stored as a | ||||
| 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 = choose_dark_or_light(secondary_color, black_color, white_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, | ||||
| title_slide_background_image = NULL, | title_slide_background_image = NULL, |
| #' this variable is also stored as a CSS variable that can be referenced with | #' this variable is also stored as a CSS variable that can be referenced with | ||||
| #' `var(--inverse-header-color)` in any argument of a style function or in | #' `var(--inverse-header-color)` in any argument of a style function or in | ||||
| #' custom CSS. | #' custom CSS. | ||||
| #' @param inverse_link_color Inverse Link Color. Defaults to `link_color`. | |||||
| #' Modifies the `.inverse a, .inverse a > code` classes. The value of this | |||||
| #' variable is also stored as a CSS variable that can be referenced with | |||||
| #' `var(--inverse-link-color)` in any argument of a style function or in | |||||
| #' custom CSS. | |||||
| #' @param title_slide_text_color Title Slide Text Color. Defaults to | #' @param title_slide_text_color Title Slide Text Color. Defaults to | ||||
| #' `choose_dark_or_light(primary_color, black_color, white_color)`. Modifies | #' `choose_dark_or_light(primary_color, black_color, white_color)`. Modifies | ||||
| #' the `.title-slide` class. The value of this variable is also stored as a | #' the `.title-slide` class. The value of this variable is also stored as a | ||||
| 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 = choose_dark_or_light(secondary_color, black_color, white_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, | ||||
| title_slide_background_image = NULL, | title_slide_background_image = NULL, |
| #' this variable is also stored as a CSS variable that can be referenced with | #' this variable is also stored as a CSS variable that can be referenced with | ||||
| #' `var(--inverse-header-color)` in any argument of a style function or in | #' `var(--inverse-header-color)` in any argument of a style function or in | ||||
| #' custom CSS. | #' custom CSS. | ||||
| #' @param inverse_link_color Inverse Link Color. Defaults to `link_color`. | |||||
| #' Modifies the `.inverse a, .inverse a > code` classes. The value of this | |||||
| #' variable is also stored as a CSS variable that can be referenced with | |||||
| #' `var(--inverse-link-color)` in any argument of a style function or in | |||||
| #' custom CSS. | |||||
| #' @param title_slide_text_color Title Slide Text Color. Defaults to | #' @param title_slide_text_color Title Slide Text Color. Defaults to | ||||
| #' `inverse_text_color`. Modifies the `.title-slide` class. The value of this | #' `inverse_text_color`. Modifies the `.title-slide` class. The value of this | ||||
| #' variable is also stored as a CSS variable that can be referenced with | #' variable is also stored as a CSS variable that can be referenced with | ||||
| 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 = white_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, | ||||
| title_slide_background_image = NULL, | title_slide_background_image = NULL, |
| #' this variable is also stored as a CSS variable that can be referenced with | #' this variable is also stored as a CSS variable that can be referenced with | ||||
| #' `var(--inverse-header-color)` in any argument of a style function or in | #' `var(--inverse-header-color)` in any argument of a style function or in | ||||
| #' custom CSS. | #' custom CSS. | ||||
| #' @param inverse_link_color Inverse Link Color. Defaults to `link_color`. | |||||
| #' Modifies the `.inverse a, .inverse a > code` classes. The value of this | |||||
| #' variable is also stored as a CSS variable that can be referenced with | |||||
| #' `var(--inverse-link-color)` in any argument of a style function or in | |||||
| #' custom CSS. | |||||
| #' @param title_slide_text_color Title Slide Text Color. Defaults to | #' @param title_slide_text_color Title Slide Text Color. Defaults to | ||||
| #' `inverse_text_color`. Modifies the `.title-slide` class. The value of this | #' `inverse_text_color`. Modifies the `.title-slide` class. The value of this | ||||
| #' variable is also stored as a CSS variable that can be referenced with | #' variable is also stored as a CSS variable that can be referenced with | ||||
| 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 = black_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, | ||||
| title_slide_background_image = NULL, | title_slide_background_image = NULL, |
| #' this variable is also stored as a CSS variable that can be referenced with | #' this variable is also stored as a CSS variable that can be referenced with | ||||
| #' `var(--inverse-header-color)` in any argument of a style function or in | #' `var(--inverse-header-color)` in any argument of a style function or in | ||||
| #' custom CSS. | #' custom CSS. | ||||
| #' @param inverse_link_color Inverse Link Color. Defaults to `link_color`. | |||||
| #' Modifies the `.inverse a, .inverse a > code` classes. The value of this | |||||
| #' variable is also stored as a CSS variable that can be referenced with | |||||
| #' `var(--inverse-link-color)` in any argument of a style function or in | |||||
| #' custom CSS. | |||||
| #' @param title_slide_text_color Title Slide Text Color. Defaults to | #' @param title_slide_text_color Title Slide Text Color. Defaults to | ||||
| #' `inverse_text_color`. Modifies the `.title-slide` class. The value of this | #' `inverse_text_color`. Modifies the `.title-slide` class. The value of this | ||||
| #' variable is also stored as a CSS variable that can be referenced with | #' variable is also stored as a CSS variable that can be referenced with | ||||
| 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 = black_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, | ||||
| title_slide_background_image = NULL, | title_slide_background_image = NULL, |
| #' this variable is also stored as a CSS variable that can be referenced with | #' this variable is also stored as a CSS variable that can be referenced with | ||||
| #' `var(--inverse-header-color)` in any argument of a style function or in | #' `var(--inverse-header-color)` in any argument of a style function or in | ||||
| #' custom CSS. | #' custom CSS. | ||||
| #' @param inverse_link_color Inverse Link Color. Defaults to `link_color`. | |||||
| #' Modifies the `.inverse a, .inverse a > code` classes. The value of this | |||||
| #' variable is also stored as a CSS variable that can be referenced with | |||||
| #' `var(--inverse-link-color)` in any argument of a style function or in | |||||
| #' custom CSS. | |||||
| #' @param title_slide_text_color Title Slide Text Color. Defaults to | #' @param title_slide_text_color Title Slide Text Color. Defaults to | ||||
| #' `inverse_text_color`. Modifies the `.title-slide` class. The value of this | #' `inverse_text_color`. Modifies the `.title-slide` class. The value of this | ||||
| #' variable is also stored as a CSS variable that can be referenced with | #' variable is also stored as a CSS variable that can be referenced with | ||||
| 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 = white_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, | ||||
| title_slide_background_image = NULL, | title_slide_background_image = NULL, |
| #' 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 `var(--inverse-header-color)` in any argument of a | #' can be referenced with `var(--inverse-header-color)` in any argument of a | ||||
| #' style function or in custom CSS. | #' style function or in custom CSS. | ||||
| #' @param inverse_link_color Inverse Link Color. Defaults to `link_color`. | |||||
| #' Modifies the `.inverse a, .inverse a > code` classes. The value of this | |||||
| #' variable is also stored as a CSS variable that can be referenced with | |||||
| #' `var(--inverse-link-color)` in any argument of a style function or in | |||||
| #' custom CSS. | |||||
| #' @param title_slide_text_color Title Slide Text Color. Defaults to | #' @param title_slide_text_color Title Slide Text Color. Defaults to | ||||
| #' `inverse_text_color`. Modifies the `.title-slide` class. The value of this | #' `inverse_text_color`. Modifies the `.title-slide` class. The value of this | ||||
| #' variable is also stored as a CSS variable that can be referenced with | #' variable is also stored as a CSS variable that can be referenced with | ||||
| inverse_text_color = "#002b36", | inverse_text_color = "#002b36", | ||||
| inverse_text_shadow = FALSE, | inverse_text_shadow = FALSE, | ||||
| inverse_header_color = inverse_text_color, | inverse_header_color = inverse_text_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, | ||||
| title_slide_background_image = NULL, | title_slide_background_image = NULL, |
| #' 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 `var(--inverse-header-color)` in any argument of a | #' can be referenced with `var(--inverse-header-color)` in any argument of a | ||||
| #' style function or in custom CSS. | #' style function or in custom CSS. | ||||
| #' @param inverse_link_color Inverse Link Color. Defaults to `link_color`. | |||||
| #' Modifies the `.inverse a, .inverse a > code` classes. The value of this | |||||
| #' variable is also stored as a CSS variable that can be referenced with | |||||
| #' `var(--inverse-link-color)` in any argument of a style function or in | |||||
| #' custom CSS. | |||||
| #' @param title_slide_text_color Title Slide Text Color. Defaults to | #' @param title_slide_text_color Title Slide Text Color. Defaults to | ||||
| #' `inverse_text_color`. Modifies the `.title-slide` class. The value of this | #' `inverse_text_color`. Modifies the `.title-slide` class. The value of this | ||||
| #' variable is also stored as a CSS variable that can be referenced with | #' variable is also stored as a CSS variable that can be referenced with | ||||
| inverse_text_color = "#fdf6e3", | inverse_text_color = "#fdf6e3", | ||||
| inverse_text_shadow = FALSE, | inverse_text_shadow = FALSE, | ||||
| inverse_header_color = inverse_text_color, | inverse_header_color = inverse_text_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, | ||||
| title_slide_background_image = NULL, | title_slide_background_image = NULL, |
| #' this variable is also stored as a CSS variable that can be referenced with | #' this variable is also stored as a CSS variable that can be referenced with | ||||
| #' `var(--inverse-header-color)` in any argument of a style function or in | #' `var(--inverse-header-color)` in any argument of a style function or in | ||||
| #' custom CSS. | #' custom CSS. | ||||
| #' @param inverse_link_color Inverse Link Color. Defaults to `link_color`. | |||||
| #' Modifies the `.inverse a, .inverse a > code` classes. The value of this | |||||
| #' variable is also stored as a CSS variable that can be referenced with | |||||
| #' `var(--inverse-link-color)` in any argument of a style function or in | |||||
| #' custom CSS. | |||||
| #' @param title_slide_text_color Title Slide Text Color. Defaults to | #' @param title_slide_text_color Title Slide Text Color. Defaults to | ||||
| #' `inverse_text_color`. Modifies the `.title-slide` class. The value of this | #' `inverse_text_color`. Modifies the `.title-slide` class. The value of this | ||||
| #' variable is also stored as a CSS variable that can be referenced with | #' variable is also stored as a CSS variable that can be referenced with | ||||
| inverse_text_color = "#d6d6d6", | inverse_text_color = "#d6d6d6", | ||||
| inverse_text_shadow = FALSE, | inverse_text_shadow = FALSE, | ||||
| inverse_header_color = "#f3f3f3", | inverse_header_color = "#f3f3f3", | ||||
| 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, | ||||
| title_slide_background_image = NULL, | title_slide_background_image = NULL, |
| <!-- badges: start --> | <!-- badges: start --> | ||||
| [](https://CRAN.R-project.org/package=xaringanthemer) | [](https://CRAN.R-project.org/package=xaringanthemer) | ||||
| [](https://www.tidyverse.org/lifecycle/#stable) | [](https://www.tidyverse.org/lifecycle/#stable) | ||||
| [](https://github.com/gadenbuie/xaringanthemer/actions) | |||||
| [](https://github.com/gadenbuie/xaringanthemer/actions) | |||||
| [](https://codecov.io/github/gadenbuie/xaringanthemer) | [](https://codecov.io/github/gadenbuie/xaringanthemer) | ||||
| <!-- badges: end --> | <!-- badges: end --> | ||||
| [](https://www.tidyverse.org/lifecycle/#stable) | stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable) | ||||
| [](https://github.com/gadenbuie/xaringanthemer/actions) | |||||
| {tic}](https://github.com/gadenbuie/xaringanthemer/workflows/tic/badge.svg?branch=master)](https://github.com/gadenbuie/xaringanthemer/actions) | |||||
| [](https://codecov.io/github/gadenbuie/xaringanthemer) | [](https://codecov.io/github/gadenbuie/xaringanthemer) | ||||
| <!-- badges: end --> | <!-- badges: end --> | ||||
| ## Features | ## Features | ||||
| There’s a lot more that **xaringanthemer** can do\! [Discover | |||||
| There’s a lot more that **xaringanthemer** can do! [Discover | |||||
| xaringanthemer’s | xaringanthemer’s | ||||
| features.](https://pkg.garrickadenbuie.com/xaringanthemer/articles/xaringanthemer.html) | features.](https://pkg.garrickadenbuie.com/xaringanthemer/articles/xaringanthemer.html) |
| , "inverse_text_color", "#d6d6d6", ".inverse", "Inverse Text Color", "--inverse-text-color" | , "inverse_text_color", "#d6d6d6", ".inverse", "Inverse Text Color", "--inverse-text-color" | ||||
| , "inverse_text_shadow", "{FALSE}", ".inverse", "Enables Shadow on text of inverse slides", NA_character_ | , "inverse_text_shadow", "{FALSE}", ".inverse", "Enables Shadow on text of inverse slides", NA_character_ | ||||
| , "inverse_header_color", "#f3f3f3", ".inverse h1, .inverse h2, .inverse h3", "Inverse Header Color", "--inverse-header-color" | , "inverse_header_color", "#f3f3f3", ".inverse h1, .inverse h2, .inverse h3", "Inverse Header Color", "--inverse-header-color" | ||||
| , "inverse_link_color", "{link_color}", ".inverse a, .inverse a > code", "Inverse Link Color", "--inverse-link-color" | |||||
| , "title_slide_text_color", "{inverse_text_color}", ".title-slide", "Title Slide Text Color", "--title-slide-text-color" | , "title_slide_text_color", "{inverse_text_color}", ".title-slide", "Title Slide Text Color", "--title-slide-text-color" | ||||
| , "title_slide_background_color", "{inverse_background_color}", ".title-slide", "Title Slide Background Color", "--title-slide-background-color" | , "title_slide_background_color", "{inverse_background_color}", ".title-slide", "Title Slide Background Color", "--title-slide-background-color" | ||||
| , "title_slide_background_image", "{NULL}", ".title-slide", "Title Slide Background Image URL", NA_character_ | , "title_slide_background_image", "{NULL}", ".title-slide", "Title Slide Background Image URL", NA_character_ |
| --inverse-text-color: {{inverse_text_color}}; | --inverse-text-color: {{inverse_text_color}}; | ||||
| --inverse-background-color: {{inverse_background_color}}; | --inverse-background-color: {{inverse_background_color}}; | ||||
| --inverse-header-color: {{inverse_header_color}}; | --inverse-header-color: {{inverse_header_color}}; | ||||
| --inverse-link-color: {{inverse_link_color}}; | |||||
| --title-slide-background-color: {{title_slide_background_color}}; | --title-slide-background-color: {{title_slide_background_color}}; | ||||
| --title-slide-text-color: {{title_slide_text_color}}; | --title-slide-text-color: {{title_slide_text_color}}; | ||||
| --header-background-color: {{header_background_color}}; | --header-background-color: {{header_background_color}}; | ||||
| .inverse h1, .inverse h2, .inverse h3 { | .inverse h1, .inverse h2, .inverse h3 { | ||||
| color: var(--inverse-header-color); | color: var(--inverse-header-color); | ||||
| } | } | ||||
| .inverse a, .inverse a > code { | |||||
| color: var(--inverse-link-color); | |||||
| } | |||||
| .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | ||||
| color: var(--title-slide-text-color); | color: var(--title-slide-text-color); | ||||
| } | } |
| rmarkdown::render("README.Rmd", quiet = TRUE) | rmarkdown::render("README.Rmd", quiet = TRUE) | ||||
| unlink("README.html") | unlink("README.html") | ||||
| message("Rendering index.Rmd for pkgdown") | |||||
| rmarkdown::render("index.Rmd", quiet = TRUE) | |||||
| unlink("index.html") | |||||
| message("Checking package") | message("Checking package") | ||||
| devtools::check(document = FALSE) | devtools::check(document = FALSE) | ||||
| 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 = primary_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, | ||||
| title_slide_background_image = NULL, | title_slide_background_image = NULL, | ||||
| 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.} | ||||
| \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 | |||||
| variable is also stored as a CSS variable that can be referenced with | |||||
| \code{var(--inverse-link-color)} in any argument of a style function or in | |||||
| custom CSS.} | |||||
| \item{title_slide_text_color}{Title Slide Text Color. Defaults to | \item{title_slide_text_color}{Title Slide Text Color. Defaults to | ||||
| \code{secondary_color}. Modifies the \code{.title-slide} class. The value of this | \code{secondary_color}. Modifies the \code{.title-slide} class. The value of this | ||||
| variable is also stored as a CSS variable that can be referenced with | variable is also stored as a CSS variable that can be referenced with |
| inverse_text_shadow = FALSE, | inverse_text_shadow = FALSE, | ||||
| inverse_header_color = choose_dark_or_light(secondary_color, black_color, | inverse_header_color = choose_dark_or_light(secondary_color, black_color, | ||||
| white_color), | white_color), | ||||
| inverse_link_color = link_color, | |||||
| title_slide_text_color = choose_dark_or_light(primary_color, black_color, | title_slide_text_color = choose_dark_or_light(primary_color, black_color, | ||||
| white_color), | white_color), | ||||
| title_slide_background_color = primary_color, | title_slide_background_color = primary_color, | ||||
| \code{var(--inverse-header-color)} in any argument of a style function or in | \code{var(--inverse-header-color)} in any argument of a style function or in | ||||
| custom CSS.} | custom CSS.} | ||||
| \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 | |||||
| variable is also stored as a CSS variable that can be referenced with | |||||
| \code{var(--inverse-link-color)} in any argument of a style function or in | |||||
| custom CSS.} | |||||
| \item{title_slide_text_color}{Title Slide Text Color. Defaults to | \item{title_slide_text_color}{Title Slide Text Color. Defaults to | ||||
| \code{choose_dark_or_light(primary_color, black_color, white_color)}. Modifies | \code{choose_dark_or_light(primary_color, black_color, white_color)}. Modifies | ||||
| the \code{.title-slide} class. The value of this variable is also stored as a | the \code{.title-slide} class. The value of this variable is also stored as a |
| inverse_text_shadow = FALSE, | inverse_text_shadow = FALSE, | ||||
| inverse_header_color = choose_dark_or_light(secondary_color, black_color, | inverse_header_color = choose_dark_or_light(secondary_color, black_color, | ||||
| white_color), | white_color), | ||||
| inverse_link_color = link_color, | |||||
| title_slide_text_color = choose_dark_or_light(primary_color, black_color, | title_slide_text_color = choose_dark_or_light(primary_color, black_color, | ||||
| white_color), | white_color), | ||||
| title_slide_background_color = primary_color, | title_slide_background_color = primary_color, | ||||
| \code{var(--inverse-header-color)} in any argument of a style function or in | \code{var(--inverse-header-color)} in any argument of a style function or in | ||||
| custom CSS.} | custom CSS.} | ||||
| \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 | |||||
| variable is also stored as a CSS variable that can be referenced with | |||||
| \code{var(--inverse-link-color)} in any argument of a style function or in | |||||
| custom CSS.} | |||||
| \item{title_slide_text_color}{Title Slide Text Color. Defaults to | \item{title_slide_text_color}{Title Slide Text Color. Defaults to | ||||
| \code{choose_dark_or_light(primary_color, black_color, white_color)}. Modifies | \code{choose_dark_or_light(primary_color, black_color, white_color)}. Modifies | ||||
| the \code{.title-slide} class. The value of this variable is also stored as a | the \code{.title-slide} class. The value of this variable is also stored as a |
| 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 = white_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, | ||||
| title_slide_background_image = NULL, | title_slide_background_image = NULL, | ||||
| \code{var(--inverse-header-color)} in any argument of a style function or in | \code{var(--inverse-header-color)} in any argument of a style function or in | ||||
| custom CSS.} | custom CSS.} | ||||
| \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 | |||||
| variable is also stored as a CSS variable that can be referenced with | |||||
| \code{var(--inverse-link-color)} in any argument of a style function or in | |||||
| custom CSS.} | |||||
| \item{title_slide_text_color}{Title Slide Text Color. Defaults to | \item{title_slide_text_color}{Title Slide Text Color. Defaults to | ||||
| \code{inverse_text_color}. Modifies the \code{.title-slide} class. The value of this | \code{inverse_text_color}. Modifies the \code{.title-slide} class. The value of this | ||||
| variable is also stored as a CSS variable that can be referenced with | variable is also stored as a CSS variable that can be referenced with |
| 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 = black_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, | ||||
| title_slide_background_image = NULL, | title_slide_background_image = NULL, | ||||
| \code{var(--inverse-header-color)} in any argument of a style function or in | \code{var(--inverse-header-color)} in any argument of a style function or in | ||||
| custom CSS.} | custom CSS.} | ||||
| \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 | |||||
| variable is also stored as a CSS variable that can be referenced with | |||||
| \code{var(--inverse-link-color)} in any argument of a style function or in | |||||
| custom CSS.} | |||||
| \item{title_slide_text_color}{Title Slide Text Color. Defaults to | \item{title_slide_text_color}{Title Slide Text Color. Defaults to | ||||
| \code{inverse_text_color}. Modifies the \code{.title-slide} class. The value of this | \code{inverse_text_color}. Modifies the \code{.title-slide} class. The value of this | ||||
| variable is also stored as a CSS variable that can be referenced with | variable is also stored as a CSS variable that can be referenced with |
| 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 = black_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, | ||||
| title_slide_background_image = NULL, | title_slide_background_image = NULL, | ||||
| \code{var(--inverse-header-color)} in any argument of a style function or in | \code{var(--inverse-header-color)} in any argument of a style function or in | ||||
| custom CSS.} | custom CSS.} | ||||
| \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 | |||||
| variable is also stored as a CSS variable that can be referenced with | |||||
| \code{var(--inverse-link-color)} in any argument of a style function or in | |||||
| custom CSS.} | |||||
| \item{title_slide_text_color}{Title Slide Text Color. Defaults to | \item{title_slide_text_color}{Title Slide Text Color. Defaults to | ||||
| \code{inverse_text_color}. Modifies the \code{.title-slide} class. The value of this | \code{inverse_text_color}. Modifies the \code{.title-slide} class. The value of this | ||||
| variable is also stored as a CSS variable that can be referenced with | variable is also stored as a CSS variable that can be referenced with |
| 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 = white_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, | ||||
| title_slide_background_image = NULL, | title_slide_background_image = NULL, | ||||
| \code{var(--inverse-header-color)} in any argument of a style function or in | \code{var(--inverse-header-color)} in any argument of a style function or in | ||||
| custom CSS.} | custom CSS.} | ||||
| \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 | |||||
| variable is also stored as a CSS variable that can be referenced with | |||||
| \code{var(--inverse-link-color)} in any argument of a style function or in | |||||
| custom CSS.} | |||||
| \item{title_slide_text_color}{Title Slide Text Color. Defaults to | \item{title_slide_text_color}{Title Slide Text Color. Defaults to | ||||
| \code{inverse_text_color}. Modifies the \code{.title-slide} class. The value of this | \code{inverse_text_color}. Modifies the \code{.title-slide} class. The value of this | ||||
| variable is also stored as a CSS variable that can be referenced with | variable is also stored as a CSS variable that can be referenced with |
| inverse_text_color = "#002b36", | inverse_text_color = "#002b36", | ||||
| inverse_text_shadow = FALSE, | inverse_text_shadow = FALSE, | ||||
| inverse_header_color = inverse_text_color, | inverse_header_color = inverse_text_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, | ||||
| title_slide_background_image = NULL, | title_slide_background_image = NULL, | ||||
| 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.} | ||||
| \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 | |||||
| variable is also stored as a CSS variable that can be referenced with | |||||
| \code{var(--inverse-link-color)} in any argument of a style function or in | |||||
| custom CSS.} | |||||
| \item{title_slide_text_color}{Title Slide Text Color. Defaults to | \item{title_slide_text_color}{Title Slide Text Color. Defaults to | ||||
| \code{inverse_text_color}. Modifies the \code{.title-slide} class. The value of this | \code{inverse_text_color}. Modifies the \code{.title-slide} class. The value of this | ||||
| variable is also stored as a CSS variable that can be referenced with | variable is also stored as a CSS variable that can be referenced with |
| inverse_text_color = "#fdf6e3", | inverse_text_color = "#fdf6e3", | ||||
| inverse_text_shadow = FALSE, | inverse_text_shadow = FALSE, | ||||
| inverse_header_color = inverse_text_color, | inverse_header_color = inverse_text_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, | ||||
| title_slide_background_image = NULL, | title_slide_background_image = NULL, | ||||
| 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.} | ||||
| \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 | |||||
| variable is also stored as a CSS variable that can be referenced with | |||||
| \code{var(--inverse-link-color)} in any argument of a style function or in | |||||
| custom CSS.} | |||||
| \item{title_slide_text_color}{Title Slide Text Color. Defaults to | \item{title_slide_text_color}{Title Slide Text Color. Defaults to | ||||
| \code{inverse_text_color}. Modifies the \code{.title-slide} class. The value of this | \code{inverse_text_color}. Modifies the \code{.title-slide} class. The value of this | ||||
| variable is also stored as a CSS variable that can be referenced with | variable is also stored as a CSS variable that can be referenced with |
| inverse_text_color = "#d6d6d6", | inverse_text_color = "#d6d6d6", | ||||
| inverse_text_shadow = FALSE, | inverse_text_shadow = FALSE, | ||||
| inverse_header_color = "#f3f3f3", | inverse_header_color = "#f3f3f3", | ||||
| 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, | ||||
| title_slide_background_image = NULL, | title_slide_background_image = NULL, | ||||
| \code{var(--inverse-header-color)} in any argument of a style function or in | \code{var(--inverse-header-color)} in any argument of a style function or in | ||||
| custom CSS.} | custom CSS.} | ||||
| \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 | |||||
| variable is also stored as a CSS variable that can be referenced with | |||||
| \code{var(--inverse-link-color)} in any argument of a style function or in | |||||
| custom CSS.} | |||||
| \item{title_slide_text_color}{Title Slide Text Color. Defaults to | \item{title_slide_text_color}{Title Slide Text Color. Defaults to | ||||
| \code{inverse_text_color}. Modifies the \code{.title-slide} class. The value of this | \code{inverse_text_color}. Modifies the \code{.title-slide} class. The value of this | ||||
| variable is also stored as a CSS variable that can be referenced with | variable is also stored as a CSS variable that can be referenced with |
| --inverse-text-color: #1F4257; | --inverse-text-color: #1F4257; | ||||
| --inverse-background-color: #F97B64; | --inverse-background-color: #F97B64; | ||||
| --inverse-header-color: #1F4257; | --inverse-header-color: #1F4257; | ||||
| --inverse-link-color: #F97B64; | |||||
| --title-slide-background-color: #1F4257; | --title-slide-background-color: #1F4257; | ||||
| --title-slide-text-color: #F97B64; | --title-slide-text-color: #F97B64; | ||||
| --header-background-color: #F97B64; | --header-background-color: #F97B64; | ||||
| .inverse h1, .inverse h2, .inverse h3 { | .inverse h1, .inverse h2, .inverse h3 { | ||||
| color: var(--inverse-header-color); | color: var(--inverse-header-color); | ||||
| } | } | ||||
| .inverse a, .inverse a > code { | |||||
| color: var(--inverse-link-color); | |||||
| } | |||||
| .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | ||||
| color: var(--title-slide-text-color); | color: var(--title-slide-text-color); | ||||
| } | } |
| --inverse-text-color: #1F4257; | --inverse-text-color: #1F4257; | ||||
| --inverse-background-color: #F97B64; | --inverse-background-color: #F97B64; | ||||
| --inverse-header-color: #1F4257; | --inverse-header-color: #1F4257; | ||||
| --inverse-link-color: #F97B64; | |||||
| --title-slide-background-color: #1F4257; | --title-slide-background-color: #1F4257; | ||||
| --title-slide-text-color: #F97B64; | --title-slide-text-color: #F97B64; | ||||
| --header-background-color: #F97B64; | --header-background-color: #F97B64; | ||||
| .inverse h1, .inverse h2, .inverse h3 { | .inverse h1, .inverse h2, .inverse h3 { | ||||
| color: var(--inverse-header-color); | color: var(--inverse-header-color); | ||||
| } | } | ||||
| .inverse a, .inverse a > code { | |||||
| color: var(--inverse-link-color); | |||||
| } | |||||
| .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | ||||
| color: var(--title-slide-text-color); | color: var(--title-slide-text-color); | ||||
| } | } |
| --inverse-text-color: #000000; | --inverse-text-color: #000000; | ||||
| --inverse-background-color: #03A696; | --inverse-background-color: #03A696; | ||||
| --inverse-header-color: #000000; | --inverse-header-color: #000000; | ||||
| --inverse-link-color: #035AA6; | |||||
| --title-slide-background-color: #035AA6; | --title-slide-background-color: #035AA6; | ||||
| --title-slide-text-color: #FFFFFF; | --title-slide-text-color: #FFFFFF; | ||||
| --header-background-color: #035AA6; | --header-background-color: #035AA6; | ||||
| .inverse h1, .inverse h2, .inverse h3 { | .inverse h1, .inverse h2, .inverse h3 { | ||||
| color: var(--inverse-header-color); | color: var(--inverse-header-color); | ||||
| } | } | ||||
| .inverse a, .inverse a > code { | |||||
| color: var(--inverse-link-color); | |||||
| } | |||||
| .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | ||||
| color: var(--title-slide-text-color); | color: var(--title-slide-text-color); | ||||
| } | } |
| --inverse-text-color: #000000; | --inverse-text-color: #000000; | ||||
| --inverse-background-color: #03A696; | --inverse-background-color: #03A696; | ||||
| --inverse-header-color: #000000; | --inverse-header-color: #000000; | ||||
| --inverse-link-color: #03A696; | |||||
| --title-slide-background-color: #035AA6; | --title-slide-background-color: #035AA6; | ||||
| --title-slide-text-color: #FFFFFF; | --title-slide-text-color: #FFFFFF; | ||||
| --header-background-color: #035AA6; | --header-background-color: #035AA6; | ||||
| .inverse h1, .inverse h2, .inverse h3 { | .inverse h1, .inverse h2, .inverse h3 { | ||||
| color: var(--inverse-header-color); | color: var(--inverse-header-color); | ||||
| } | } | ||||
| .inverse a, .inverse a > code { | |||||
| color: var(--inverse-link-color); | |||||
| } | |||||
| .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | ||||
| color: var(--title-slide-text-color); | color: var(--title-slide-text-color); | ||||
| } | } |
| --inverse-text-color: #d6d6d6; | --inverse-text-color: #d6d6d6; | ||||
| --inverse-background-color: #272822; | --inverse-background-color: #272822; | ||||
| --inverse-header-color: #f3f3f3; | --inverse-header-color: #f3f3f3; | ||||
| --inverse-link-color: rgb(249, 38, 114); | |||||
| --title-slide-background-color: #272822; | --title-slide-background-color: #272822; | ||||
| --title-slide-text-color: #d6d6d6; | --title-slide-text-color: #d6d6d6; | ||||
| --header-background-color: #000; | --header-background-color: #000; | ||||
| .inverse h1, .inverse h2, .inverse h3 { | .inverse h1, .inverse h2, .inverse h3 { | ||||
| color: var(--inverse-header-color); | color: var(--inverse-header-color); | ||||
| } | } | ||||
| .inverse a, .inverse a > code { | |||||
| color: var(--inverse-link-color); | |||||
| } | |||||
| .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | ||||
| color: var(--title-slide-text-color); | color: var(--title-slide-text-color); | ||||
| } | } |
| --inverse-text-color: #FFFFFF; | --inverse-text-color: #FFFFFF; | ||||
| --inverse-background-color: #43418A; | --inverse-background-color: #43418A; | ||||
| --inverse-header-color: #FFFFFF; | --inverse-header-color: #FFFFFF; | ||||
| --inverse-link-color: #43418A; | |||||
| --title-slide-background-color: #43418A; | --title-slide-background-color: #43418A; | ||||
| --title-slide-text-color: #FFFFFF; | --title-slide-text-color: #FFFFFF; | ||||
| --header-background-color: #43418A; | --header-background-color: #43418A; | ||||
| .inverse h1, .inverse h2, .inverse h3 { | .inverse h1, .inverse h2, .inverse h3 { | ||||
| color: var(--inverse-header-color); | color: var(--inverse-header-color); | ||||
| } | } | ||||
| .inverse a, .inverse a > code { | |||||
| color: var(--inverse-link-color); | |||||
| } | |||||
| .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | ||||
| color: var(--title-slide-text-color); | color: var(--title-slide-text-color); | ||||
| } | } |
| --inverse-text-color: #050F0F; | --inverse-text-color: #050F0F; | ||||
| --inverse-background-color: #3C989E; | --inverse-background-color: #3C989E; | ||||
| --inverse-header-color: #050F0F; | --inverse-header-color: #050F0F; | ||||
| --inverse-link-color: #3C989E; | |||||
| --title-slide-background-color: #3C989E; | --title-slide-background-color: #3C989E; | ||||
| --title-slide-text-color: #050F0F; | --title-slide-text-color: #050F0F; | ||||
| --header-background-color: #3C989E; | --header-background-color: #3C989E; | ||||
| .inverse h1, .inverse h2, .inverse h3 { | .inverse h1, .inverse h2, .inverse h3 { | ||||
| color: var(--inverse-header-color); | color: var(--inverse-header-color); | ||||
| } | } | ||||
| .inverse a, .inverse a > code { | |||||
| color: var(--inverse-link-color); | |||||
| } | |||||
| .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | ||||
| color: var(--title-slide-text-color); | color: var(--title-slide-text-color); | ||||
| } | } |
| --inverse-text-color: #1E2523; | --inverse-text-color: #1E2523; | ||||
| --inverse-background-color: #cbf7ed; | --inverse-background-color: #cbf7ed; | ||||
| --inverse-header-color: #1E2523; | --inverse-header-color: #1E2523; | ||||
| --inverse-link-color: #cbf7ed; | |||||
| --title-slide-background-color: #cbf7ed; | --title-slide-background-color: #cbf7ed; | ||||
| --title-slide-text-color: #1E2523; | --title-slide-text-color: #1E2523; | ||||
| --header-background-color: #cbf7ed; | --header-background-color: #cbf7ed; | ||||
| .inverse h1, .inverse h2, .inverse h3 { | .inverse h1, .inverse h2, .inverse h3 { | ||||
| color: var(--inverse-header-color); | color: var(--inverse-header-color); | ||||
| } | } | ||||
| .inverse a, .inverse a > code { | |||||
| color: var(--inverse-link-color); | |||||
| } | |||||
| .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | ||||
| color: var(--title-slide-text-color); | color: var(--title-slide-text-color); | ||||
| } | } |
| --inverse-text-color: #E9EBEE; | --inverse-text-color: #E9EBEE; | ||||
| --inverse-background-color: #23395b; | --inverse-background-color: #23395b; | ||||
| --inverse-header-color: #E9EBEE; | --inverse-header-color: #E9EBEE; | ||||
| --inverse-link-color: #23395b; | |||||
| --title-slide-background-color: #23395b; | --title-slide-background-color: #23395b; | ||||
| --title-slide-text-color: #E9EBEE; | --title-slide-text-color: #E9EBEE; | ||||
| --header-background-color: #23395b; | --header-background-color: #23395b; | ||||
| .inverse h1, .inverse h2, .inverse h3 { | .inverse h1, .inverse h2, .inverse h3 { | ||||
| color: var(--inverse-header-color); | color: var(--inverse-header-color); | ||||
| } | } | ||||
| .inverse a, .inverse a > code { | |||||
| color: var(--inverse-link-color); | |||||
| } | |||||
| .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | ||||
| color: var(--title-slide-text-color); | color: var(--title-slide-text-color); | ||||
| } | } |
| --inverse-text-color: #E9EBEE; | --inverse-text-color: #E9EBEE; | ||||
| --inverse-background-color: #23395b; | --inverse-background-color: #23395b; | ||||
| --inverse-header-color: #E9EBEE; | --inverse-header-color: #E9EBEE; | ||||
| --inverse-link-color: #23395b; | |||||
| --title-slide-background-color: #23395b; | --title-slide-background-color: #23395b; | ||||
| --title-slide-text-color: #E9EBEE; | --title-slide-text-color: #E9EBEE; | ||||
| --header-background-color: #23395b; | --header-background-color: #23395b; | ||||
| .inverse h1, .inverse h2, .inverse h3 { | .inverse h1, .inverse h2, .inverse h3 { | ||||
| color: var(--inverse-header-color); | color: var(--inverse-header-color); | ||||
| } | } | ||||
| .inverse a, .inverse a > code { | |||||
| color: var(--inverse-link-color); | |||||
| } | |||||
| .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | ||||
| color: var(--title-slide-text-color); | color: var(--title-slide-text-color); | ||||
| } | } |
| --inverse-text-color: #002b36; | --inverse-text-color: #002b36; | ||||
| --inverse-background-color: #fdf6e3; | --inverse-background-color: #fdf6e3; | ||||
| --inverse-header-color: #002b36; | --inverse-header-color: #002b36; | ||||
| --inverse-link-color: #b58900; | |||||
| --title-slide-background-color: #fdf6e3; | --title-slide-background-color: #fdf6e3; | ||||
| --title-slide-text-color: #002b36; | --title-slide-text-color: #002b36; | ||||
| --header-background-color: #dc322f; | --header-background-color: #dc322f; | ||||
| .inverse h1, .inverse h2, .inverse h3 { | .inverse h1, .inverse h2, .inverse h3 { | ||||
| color: var(--inverse-header-color); | color: var(--inverse-header-color); | ||||
| } | } | ||||
| .inverse a, .inverse a > code { | |||||
| color: var(--inverse-link-color); | |||||
| } | |||||
| .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | ||||
| color: var(--title-slide-text-color); | color: var(--title-slide-text-color); | ||||
| } | } |
| --inverse-text-color: #002b36; | --inverse-text-color: #002b36; | ||||
| --inverse-background-color: #fdf6e3; | --inverse-background-color: #fdf6e3; | ||||
| --inverse-header-color: #002b36; | --inverse-header-color: #002b36; | ||||
| --inverse-link-color: #b58900; | |||||
| --title-slide-background-color: #fdf6e3; | --title-slide-background-color: #fdf6e3; | ||||
| --title-slide-text-color: #002b36; | --title-slide-text-color: #002b36; | ||||
| --header-background-color: #dc322f; | --header-background-color: #dc322f; | ||||
| .inverse h1, .inverse h2, .inverse h3 { | .inverse h1, .inverse h2, .inverse h3 { | ||||
| color: var(--inverse-header-color); | color: var(--inverse-header-color); | ||||
| } | } | ||||
| .inverse a, .inverse a > code { | |||||
| color: var(--inverse-link-color); | |||||
| } | |||||
| .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | ||||
| color: var(--title-slide-text-color); | color: var(--title-slide-text-color); | ||||
| } | } |
| --inverse-text-color: #fdf6e3; | --inverse-text-color: #fdf6e3; | ||||
| --inverse-background-color: #002b36; | --inverse-background-color: #002b36; | ||||
| --inverse-header-color: #fdf6e3; | --inverse-header-color: #fdf6e3; | ||||
| --inverse-link-color: #b58900; | |||||
| --title-slide-background-color: #002b36; | --title-slide-background-color: #002b36; | ||||
| --title-slide-text-color: #fdf6e3; | --title-slide-text-color: #fdf6e3; | ||||
| --header-background-color: #dc322f; | --header-background-color: #dc322f; | ||||
| .inverse h1, .inverse h2, .inverse h3 { | .inverse h1, .inverse h2, .inverse h3 { | ||||
| color: var(--inverse-header-color); | color: var(--inverse-header-color); | ||||
| } | } | ||||
| .inverse a, .inverse a > code { | |||||
| color: var(--inverse-link-color); | |||||
| } | |||||
| .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | ||||
| color: var(--title-slide-text-color); | color: var(--title-slide-text-color); | ||||
| } | } |
| --inverse-text-color: #d6d6d6; | --inverse-text-color: #d6d6d6; | ||||
| --inverse-background-color: #272822; | --inverse-background-color: #272822; | ||||
| --inverse-header-color: #f3f3f3; | --inverse-header-color: #f3f3f3; | ||||
| --inverse-link-color: rgb(249, 38, 114); | |||||
| --title-slide-background-color: #272822; | --title-slide-background-color: #272822; | ||||
| --title-slide-text-color: #d6d6d6; | --title-slide-text-color: #d6d6d6; | ||||
| --header-background-color: #000; | --header-background-color: #000; | ||||
| .inverse h1, .inverse h2, .inverse h3 { | .inverse h1, .inverse h2, .inverse h3 { | ||||
| color: var(--inverse-header-color); | color: var(--inverse-header-color); | ||||
| } | } | ||||
| .inverse a, .inverse a > code { | |||||
| color: var(--inverse-link-color); | |||||
| } | |||||
| .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | ||||
| color: var(--title-slide-text-color); | color: var(--title-slide-text-color); | ||||
| } | } |