| #' @param blockquote_left_border_color Blockquote Left Border Color. Defaults to `apply_alpha(secondary_color, 0.5)`. Modifies the `blockquote` element. | #' @param blockquote_left_border_color Blockquote Left Border Color. Defaults to `apply_alpha(secondary_color, 0.5)`. Modifies the `blockquote` element. | ||||
| #' @param table_border_color Table top/bottom border. Defaults to #666. Modifies the `table: border-top, border-bottom` elements. | #' @param table_border_color Table top/bottom border. Defaults to #666. Modifies the `table: border-top, border-bottom` elements. | ||||
| #' @param table_row_border_color Table row inner bottom border. Defaults to #ddd. Modifies the `table thead th: border-bottom` elements. | #' @param table_row_border_color Table row inner bottom border. Defaults to #ddd. Modifies the `table thead th: border-bottom` elements. | ||||
| #' @param table_row_even_background_color Table Even Row Background Color. Defaults to `lighten_color(primary_color, 0.1)`. Modifies the `thead, tfoot, tr:nth-child(even)` elements. | |||||
| #' @param table_row_even_background_color Table Even Row Background Color. Defaults to `lighten_color(primary_color, 0.9)`. Modifies the `thead, tfoot, tr:nth-child(even)` elements. | |||||
| #' @param base_font_size Base Font Size for All Slide Elements (must be `px`). Defaults to 20px. Modifies the `html` element. | #' @param base_font_size Base Font Size for All Slide Elements (must be `px`). Defaults to 20px. Modifies the `html` element. | ||||
| #' @param text_font_size Slide Body Text Font Size. Defaults to 1rem. Modifies the `.remark-slide-content` class. | #' @param text_font_size Slide Body Text Font Size. Defaults to 1rem. Modifies the `.remark-slide-content` class. | ||||
| #' @param header_h1_font_size h1 Header Text Font Size. Defaults to 2.75rem. Modifies the `.remark-slide-content h1` class. | #' @param header_h1_font_size h1 Header Text Font Size. Defaults to 2.75rem. Modifies the `.remark-slide-content h1` class. | ||||
| blockquote_left_border_color = apply_alpha(secondary_color, 0.5), | blockquote_left_border_color = apply_alpha(secondary_color, 0.5), | ||||
| table_border_color = "#666", | table_border_color = "#666", | ||||
| table_row_border_color = "#ddd", | table_row_border_color = "#ddd", | ||||
| table_row_even_background_color = lighten_color(primary_color, 0.1), | |||||
| table_row_even_background_color = lighten_color(primary_color, 0.9), | |||||
| base_font_size = "20px", | base_font_size = "20px", | ||||
| text_font_size = "1rem", | text_font_size = "1rem", | ||||
| header_h1_font_size = "2.75rem", | header_h1_font_size = "2.75rem", |
| #' @param blockquote_left_border_color Blockquote Left Border Color. Defaults to `apply_alpha(secondary_color, 0.5)`. Modifies the `blockquote` element. | #' @param blockquote_left_border_color Blockquote Left Border Color. Defaults to `apply_alpha(secondary_color, 0.5)`. Modifies the `blockquote` element. | ||||
| #' @param table_border_color Table top/bottom border. Defaults to #666. Modifies the `table: border-top, border-bottom` elements. | #' @param table_border_color Table top/bottom border. Defaults to #666. Modifies the `table: border-top, border-bottom` elements. | ||||
| #' @param table_row_border_color Table row inner bottom border. Defaults to #ddd. Modifies the `table thead th: border-bottom` elements. | #' @param table_row_border_color Table row inner bottom border. Defaults to #ddd. Modifies the `table thead th: border-bottom` elements. | ||||
| #' @param table_row_even_background_color Table Even Row Background Color. Defaults to `lighten_color(secondary_color, 0.2)`. Modifies the `thead, tfoot, tr:nth-child(even)` elements. | |||||
| #' @param table_row_even_background_color Table Even Row Background Color. Defaults to `lighten_color(secondary_color, 0.8)`. Modifies the `thead, tfoot, tr:nth-child(even)` elements. | |||||
| #' @param base_font_size Base Font Size for All Slide Elements (must be `px`). Defaults to 20px. Modifies the `html` element. | #' @param base_font_size Base Font Size for All Slide Elements (must be `px`). Defaults to 20px. Modifies the `html` element. | ||||
| #' @param text_font_size Slide Body Text Font Size. Defaults to 1rem. Modifies the `.remark-slide-content` class. | #' @param text_font_size Slide Body Text Font Size. Defaults to 1rem. Modifies the `.remark-slide-content` class. | ||||
| #' @param header_h1_font_size h1 Header Text Font Size. Defaults to 2.75rem. Modifies the `.remark-slide-content h1` class. | #' @param header_h1_font_size h1 Header Text Font Size. Defaults to 2.75rem. Modifies the `.remark-slide-content h1` class. | ||||
| blockquote_left_border_color = apply_alpha(secondary_color, 0.5), | blockquote_left_border_color = apply_alpha(secondary_color, 0.5), | ||||
| table_border_color = "#666", | table_border_color = "#666", | ||||
| table_row_border_color = "#ddd", | table_row_border_color = "#ddd", | ||||
| table_row_even_background_color = lighten_color(secondary_color, 0.2), | |||||
| table_row_even_background_color = lighten_color(secondary_color, 0.8), | |||||
| base_font_size = "20px", | base_font_size = "20px", | ||||
| text_font_size = "1rem", | text_font_size = "1rem", | ||||
| header_h1_font_size = "2.75rem", | header_h1_font_size = "2.75rem", |
| #' @param blockquote_left_border_color Blockquote Left Border Color. Defaults to `apply_alpha(base_color, 0.5)`. Modifies the `blockquote` element. | #' @param blockquote_left_border_color Blockquote Left Border Color. Defaults to `apply_alpha(base_color, 0.5)`. Modifies the `blockquote` element. | ||||
| #' @param table_border_color Table top/bottom border. Defaults to #666. Modifies the `table: border-top, border-bottom` elements. | #' @param table_border_color Table top/bottom border. Defaults to #666. Modifies the `table: border-top, border-bottom` elements. | ||||
| #' @param table_row_border_color Table row inner bottom border. Defaults to #ddd. Modifies the `table thead th: border-bottom` elements. | #' @param table_row_border_color Table row inner bottom border. Defaults to #ddd. Modifies the `table thead th: border-bottom` elements. | ||||
| #' @param table_row_even_background_color Table Even Row Background Color. Defaults to `lighten_color(base_color, 0.7)`. Modifies the `thead, tfoot, tr:nth-child(even)` elements. | |||||
| #' @param table_row_even_background_color Table Even Row Background Color. Defaults to `lighten_color(base_color, 0.8)`. Modifies the `thead, tfoot, tr:nth-child(even)` elements. | |||||
| #' @param base_font_size Base Font Size for All Slide Elements (must be `px`). Defaults to 20px. Modifies the `html` element. | #' @param base_font_size Base Font Size for All Slide Elements (must be `px`). Defaults to 20px. Modifies the `html` element. | ||||
| #' @param text_font_size Slide Body Text Font Size. Defaults to 1rem. Modifies the `.remark-slide-content` class. | #' @param text_font_size Slide Body Text Font Size. Defaults to 1rem. Modifies the `.remark-slide-content` class. | ||||
| #' @param header_h1_font_size h1 Header Text Font Size. Defaults to 2.75rem. Modifies the `.remark-slide-content h1` class. | #' @param header_h1_font_size h1 Header Text Font Size. Defaults to 2.75rem. Modifies the `.remark-slide-content h1` class. | ||||
| blockquote_left_border_color = apply_alpha(base_color, 0.5), | blockquote_left_border_color = apply_alpha(base_color, 0.5), | ||||
| table_border_color = "#666", | table_border_color = "#666", | ||||
| table_row_border_color = "#ddd", | table_row_border_color = "#ddd", | ||||
| table_row_even_background_color = lighten_color(base_color, 0.7), | |||||
| table_row_even_background_color = lighten_color(base_color, 0.8), | |||||
| base_font_size = "20px", | base_font_size = "20px", | ||||
| text_font_size = "1rem", | text_font_size = "1rem", | ||||
| header_h1_font_size = "2.75rem", | header_h1_font_size = "2.75rem", |
| #' @param blockquote_left_border_color Blockquote Left Border Color. Defaults to `apply_alpha(base_color, 0.5)`. Modifies the `blockquote` element. | #' @param blockquote_left_border_color Blockquote Left Border Color. Defaults to `apply_alpha(base_color, 0.5)`. Modifies the `blockquote` element. | ||||
| #' @param table_border_color Table top/bottom border. Defaults to #666. Modifies the `table: border-top, border-bottom` elements. | #' @param table_border_color Table top/bottom border. Defaults to #666. Modifies the `table: border-top, border-bottom` elements. | ||||
| #' @param table_row_border_color Table row inner bottom border. Defaults to #ddd. Modifies the `table thead th: border-bottom` elements. | #' @param table_row_border_color Table row inner bottom border. Defaults to #ddd. Modifies the `table thead th: border-bottom` elements. | ||||
| #' @param table_row_even_background_color Table Even Row Background Color. Defaults to `darken_color(base_color, 0.7)`. Modifies the `thead, tfoot, tr:nth-child(even)` elements. | |||||
| #' @param table_row_even_background_color Table Even Row Background Color. Defaults to `darken_color(base_color, 0.8)`. Modifies the `thead, tfoot, tr:nth-child(even)` elements. | |||||
| #' @param base_font_size Base Font Size for All Slide Elements (must be `px`). Defaults to 20px. Modifies the `html` element. | #' @param base_font_size Base Font Size for All Slide Elements (must be `px`). Defaults to 20px. Modifies the `html` element. | ||||
| #' @param text_font_size Slide Body Text Font Size. Defaults to 1rem. Modifies the `.remark-slide-content` class. | #' @param text_font_size Slide Body Text Font Size. Defaults to 1rem. Modifies the `.remark-slide-content` class. | ||||
| #' @param header_h1_font_size h1 Header Text Font Size. Defaults to 2.75rem. Modifies the `.remark-slide-content h1` class. | #' @param header_h1_font_size h1 Header Text Font Size. Defaults to 2.75rem. Modifies the `.remark-slide-content h1` class. | ||||
| blockquote_left_border_color = apply_alpha(base_color, 0.5), | blockquote_left_border_color = apply_alpha(base_color, 0.5), | ||||
| table_border_color = "#666", | table_border_color = "#666", | ||||
| table_row_border_color = "#ddd", | table_row_border_color = "#ddd", | ||||
| table_row_even_background_color = darken_color(base_color, 0.7), | |||||
| table_row_even_background_color = darken_color(base_color, 0.8), | |||||
| base_font_size = "20px", | base_font_size = "20px", | ||||
| text_font_size = "1rem", | text_font_size = "1rem", | ||||
| header_h1_font_size = "2.75rem", | header_h1_font_size = "2.75rem", |
| left_column_subtle_color = "{apply_alpha(base_color, 0.6)}", | left_column_subtle_color = "{apply_alpha(base_color, 0.6)}", | ||||
| left_column_selected_color = "{base_color}", | left_column_selected_color = "{base_color}", | ||||
| blockquote_left_border_color = "{apply_alpha(base_color, 0.5)}", | blockquote_left_border_color = "{apply_alpha(base_color, 0.5)}", | ||||
| table_row_even_background_color = "{lighten_color(base_color, 0.7)}") | |||||
| table_row_even_background_color = "{lighten_color(base_color, 0.8)}") | |||||
| template_mono_accent_inverse <- tibble::tribble( | template_mono_accent_inverse <- tibble::tribble( | ||||
| ~ variable, ~ default, ~ element, ~ description | ~ variable, ~ default, ~ element, ~ description | ||||
| left_column_subtle_color = "{apply_alpha(base_color, 0.6)}", | left_column_subtle_color = "{apply_alpha(base_color, 0.6)}", | ||||
| left_column_selected_color = "{base_color}", | left_column_selected_color = "{base_color}", | ||||
| blockquote_left_border_color = "{apply_alpha(base_color, 0.5)}", | blockquote_left_border_color = "{apply_alpha(base_color, 0.5)}", | ||||
| table_row_even_background_color = "{darken_color(base_color, 0.7)}") | |||||
| table_row_even_background_color = "{darken_color(base_color, 0.8)}") | |||||
| template_duo_light <- tibble::tribble( | template_duo_light <- tibble::tribble( | ||||
| ~ variable, ~ default, ~ element, ~ description | ~ variable, ~ default, ~ element, ~ description | ||||
| left_column_subtle_color = "{apply_alpha(secondary_color, 0.6)}", | left_column_subtle_color = "{apply_alpha(secondary_color, 0.6)}", | ||||
| left_column_selected_color = "{secondary_color}", | left_column_selected_color = "{secondary_color}", | ||||
| blockquote_left_border_color = "{apply_alpha(secondary_color, 0.5)}", | blockquote_left_border_color = "{apply_alpha(secondary_color, 0.5)}", | ||||
| table_row_even_background_color = "{lighten_color(primary_color, 0.1)}") | |||||
| table_row_even_background_color = "{lighten_color(primary_color, 0.9)}") | |||||
| template_duo_accent <- tibble::tribble( | template_duo_accent <- tibble::tribble( | ||||
| ~ variable, ~ default, ~ element, ~ description | ~ variable, ~ default, ~ element, ~ description | ||||
| left_column_subtle_color = "{apply_alpha(primary_color, 0.6)}", | left_column_subtle_color = "{apply_alpha(primary_color, 0.6)}", | ||||
| left_column_selected_color = "{primary_color}", | left_column_selected_color = "{primary_color}", | ||||
| blockquote_left_border_color = "{apply_alpha(secondary_color, 0.5)}", | blockquote_left_border_color = "{apply_alpha(secondary_color, 0.5)}", | ||||
| table_row_even_background_color = "{lighten_color(secondary_color, 0.2)}") | |||||
| table_row_even_background_color = "{lighten_color(secondary_color, 0.8)}") | |||||
| template_duo_accent_inverse <- set_default( | template_duo_accent_inverse <- set_default( | ||||
| template_duo_accent, | template_duo_accent, |
| blockquote_left_border_color = apply_alpha(secondary_color, 0.5), | blockquote_left_border_color = apply_alpha(secondary_color, 0.5), | ||||
| table_border_color = "#666", | table_border_color = "#666", | ||||
| table_row_border_color = "#ddd", | table_row_border_color = "#ddd", | ||||
| table_row_even_background_color = lighten_color(primary_color, 0.1), | |||||
| table_row_even_background_color = lighten_color(primary_color, 0.9), | |||||
| base_font_size = "20px", | base_font_size = "20px", | ||||
| text_font_size = "1rem", | text_font_size = "1rem", | ||||
| header_h1_font_size = "2.75rem", | header_h1_font_size = "2.75rem", | ||||
| \item{table_row_border_color}{Table row inner bottom border. Defaults to #ddd. Modifies the \verb{table thead th: border-bottom} elements.} | \item{table_row_border_color}{Table row inner bottom border. Defaults to #ddd. Modifies the \verb{table thead th: border-bottom} elements.} | ||||
| \item{table_row_even_background_color}{Table Even Row Background Color. Defaults to \code{lighten_color(primary_color, 0.1)}. Modifies the \verb{thead, tfoot, tr:nth-child(even)} elements.} | |||||
| \item{table_row_even_background_color}{Table Even Row Background Color. Defaults to \code{lighten_color(primary_color, 0.9)}. Modifies the \verb{thead, tfoot, tr:nth-child(even)} elements.} | |||||
| \item{base_font_size}{Base Font Size for All Slide Elements (must be \code{px}). Defaults to 20px. Modifies the \code{html} element.} | \item{base_font_size}{Base Font Size for All Slide Elements (must be \code{px}). Defaults to 20px. Modifies the \code{html} element.} | ||||
| blockquote_left_border_color = apply_alpha(secondary_color, 0.5), | blockquote_left_border_color = apply_alpha(secondary_color, 0.5), | ||||
| table_border_color = "#666", | table_border_color = "#666", | ||||
| table_row_border_color = "#ddd", | table_row_border_color = "#ddd", | ||||
| table_row_even_background_color = lighten_color(secondary_color, 0.2), | |||||
| table_row_even_background_color = lighten_color(secondary_color, 0.8), | |||||
| base_font_size = "20px", | base_font_size = "20px", | ||||
| text_font_size = "1rem", | text_font_size = "1rem", | ||||
| header_h1_font_size = "2.75rem", | header_h1_font_size = "2.75rem", | ||||
| \item{table_row_border_color}{Table row inner bottom border. Defaults to #ddd. Modifies the \verb{table thead th: border-bottom} elements.} | \item{table_row_border_color}{Table row inner bottom border. Defaults to #ddd. Modifies the \verb{table thead th: border-bottom} elements.} | ||||
| \item{table_row_even_background_color}{Table Even Row Background Color. Defaults to \code{lighten_color(secondary_color, 0.2)}. Modifies the \verb{thead, tfoot, tr:nth-child(even)} elements.} | |||||
| \item{table_row_even_background_color}{Table Even Row Background Color. Defaults to \code{lighten_color(secondary_color, 0.8)}. Modifies the \verb{thead, tfoot, tr:nth-child(even)} elements.} | |||||
| \item{base_font_size}{Base Font Size for All Slide Elements (must be \code{px}). Defaults to 20px. Modifies the \code{html} element.} | \item{base_font_size}{Base Font Size for All Slide Elements (must be \code{px}). Defaults to 20px. Modifies the \code{html} element.} | ||||
| blockquote_left_border_color = apply_alpha(base_color, 0.5), | blockquote_left_border_color = apply_alpha(base_color, 0.5), | ||||
| table_border_color = "#666", | table_border_color = "#666", | ||||
| table_row_border_color = "#ddd", | table_row_border_color = "#ddd", | ||||
| table_row_even_background_color = lighten_color(base_color, 0.7), | |||||
| table_row_even_background_color = lighten_color(base_color, 0.8), | |||||
| base_font_size = "20px", | base_font_size = "20px", | ||||
| text_font_size = "1rem", | text_font_size = "1rem", | ||||
| header_h1_font_size = "2.75rem", | header_h1_font_size = "2.75rem", | ||||
| \item{table_row_border_color}{Table row inner bottom border. Defaults to #ddd. Modifies the \verb{table thead th: border-bottom} elements.} | \item{table_row_border_color}{Table row inner bottom border. Defaults to #ddd. Modifies the \verb{table thead th: border-bottom} elements.} | ||||
| \item{table_row_even_background_color}{Table Even Row Background Color. Defaults to \code{lighten_color(base_color, 0.7)}. Modifies the \verb{thead, tfoot, tr:nth-child(even)} elements.} | |||||
| \item{table_row_even_background_color}{Table Even Row Background Color. Defaults to \code{lighten_color(base_color, 0.8)}. Modifies the \verb{thead, tfoot, tr:nth-child(even)} elements.} | |||||
| \item{base_font_size}{Base Font Size for All Slide Elements (must be \code{px}). Defaults to 20px. Modifies the \code{html} element.} | \item{base_font_size}{Base Font Size for All Slide Elements (must be \code{px}). Defaults to 20px. Modifies the \code{html} element.} | ||||
| blockquote_left_border_color = apply_alpha(base_color, 0.5), | blockquote_left_border_color = apply_alpha(base_color, 0.5), | ||||
| table_border_color = "#666", | table_border_color = "#666", | ||||
| table_row_border_color = "#ddd", | table_row_border_color = "#ddd", | ||||
| table_row_even_background_color = darken_color(base_color, 0.7), | |||||
| table_row_even_background_color = darken_color(base_color, 0.8), | |||||
| base_font_size = "20px", | base_font_size = "20px", | ||||
| text_font_size = "1rem", | text_font_size = "1rem", | ||||
| header_h1_font_size = "2.75rem", | header_h1_font_size = "2.75rem", | ||||
| \item{table_row_border_color}{Table row inner bottom border. Defaults to #ddd. Modifies the \verb{table thead th: border-bottom} elements.} | \item{table_row_border_color}{Table row inner bottom border. Defaults to #ddd. Modifies the \verb{table thead th: border-bottom} elements.} | ||||
| \item{table_row_even_background_color}{Table Even Row Background Color. Defaults to \code{darken_color(base_color, 0.7)}. Modifies the \verb{thead, tfoot, tr:nth-child(even)} elements.} | |||||
| \item{table_row_even_background_color}{Table Even Row Background Color. Defaults to \code{darken_color(base_color, 0.8)}. Modifies the \verb{thead, tfoot, tr:nth-child(even)} elements.} | |||||
| \item{base_font_size}{Base Font Size for All Slide Elements (must be \code{px}). Defaults to 20px. Modifies the \code{html} element.} | \item{base_font_size}{Base Font Size for All Slide Elements (must be \code{px}). Defaults to 20px. Modifies the \code{html} element.} | ||||