| @@ -25,10 +25,10 @@ | |||
| #' @param table_row_border_color Table row inner bottom border, defaults to #ddd | |||
| #' @param table_row_even_background_color Table Even Row Background Color, defaults to `lighten_color(primary_color, 0.3)` | |||
| #' @param text_size Slide Body Text Size, defaults to 20px | |||
| #' @param header_h1_font_size h1 Header Text Size, defaults to 55px | |||
| #' @param header_h2_font_size h2 Header Text Size, defaults to 45px | |||
| #' @param header_h3_font_size h3 Header Text Size, defaults to 35px | |||
| #' @param text_slide_number_font_size Slide Number Text Size, defaults to 20px | |||
| #' @param header_h1_font_size h1 Header Text Size, defaults to 2.75em | |||
| #' @param header_h2_font_size h2 Header Text Size, defaults to 2.25em | |||
| #' @param header_h3_font_size h3 Header Text Size, defaults to 1.75em | |||
| #' @param text_slide_number_font_size Slide Number Text Size, defaults to 0.9em | |||
| #' @param code_inline_font_size Inline Code Text Size, defaults to 1em | |||
| #' @param code_font_size Code Text Size, defaults to 0.9em | |||
| #' @param text_font_google Use `google_font()` to specify body font, defaults to `NULL` | |||
| @@ -78,10 +78,10 @@ duo <- function( | |||
| table_row_border_color = "#ddd", | |||
| table_row_even_background_color = lighten_color(primary_color, 0.3), | |||
| text_size = "20px", | |||
| header_h1_font_size = "55px", | |||
| header_h2_font_size = "45px", | |||
| header_h3_font_size = "35px", | |||
| text_slide_number_font_size = "20px", | |||
| header_h1_font_size = "2.75em", | |||
| header_h2_font_size = "2.25em", | |||
| header_h3_font_size = "1.75em", | |||
| text_slide_number_font_size = "0.9em", | |||
| code_inline_font_size = "1em", | |||
| code_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| @@ -27,10 +27,10 @@ | |||
| #' @param table_row_border_color Table row inner bottom border, defaults to #ddd | |||
| #' @param table_row_even_background_color Table Even Row Background Color, defaults to `lighten_color(secondary_color, 0.3)` | |||
| #' @param text_size Slide Body Text Size, defaults to 20px | |||
| #' @param header_h1_font_size h1 Header Text Size, defaults to 55px | |||
| #' @param header_h2_font_size h2 Header Text Size, defaults to 45px | |||
| #' @param header_h3_font_size h3 Header Text Size, defaults to 35px | |||
| #' @param text_slide_number_font_size Slide Number Text Size, defaults to 20px | |||
| #' @param header_h1_font_size h1 Header Text Size, defaults to 2.75em | |||
| #' @param header_h2_font_size h2 Header Text Size, defaults to 2.25em | |||
| #' @param header_h3_font_size h3 Header Text Size, defaults to 1.75em | |||
| #' @param text_slide_number_font_size Slide Number Text Size, defaults to 0.9em | |||
| #' @param code_inline_font_size Inline Code Text Size, defaults to 1em | |||
| #' @param code_font_size Code Text Size, defaults to 0.9em | |||
| #' @param text_font_google Use `google_font()` to specify body font, defaults to `NULL` | |||
| @@ -82,10 +82,10 @@ duo_accent <- function( | |||
| table_row_border_color = "#ddd", | |||
| table_row_even_background_color = lighten_color(secondary_color, 0.3), | |||
| text_size = "20px", | |||
| header_h1_font_size = "55px", | |||
| header_h2_font_size = "45px", | |||
| header_h3_font_size = "35px", | |||
| text_slide_number_font_size = "20px", | |||
| header_h1_font_size = "2.75em", | |||
| header_h2_font_size = "2.25em", | |||
| header_h3_font_size = "1.75em", | |||
| text_slide_number_font_size = "0.9em", | |||
| code_inline_font_size = "1em", | |||
| code_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| @@ -27,10 +27,10 @@ | |||
| #' @param table_row_border_color Table row inner bottom border, defaults to #ddd | |||
| #' @param table_row_even_background_color Table Even Row Background Color, defaults to `darken_color(choose_dark_or_light(primary_color, secondary_color, primary_color), 0.3)` | |||
| #' @param text_size Slide Body Text Size, defaults to 20px | |||
| #' @param header_h1_font_size h1 Header Text Size, defaults to 55px | |||
| #' @param header_h2_font_size h2 Header Text Size, defaults to 45px | |||
| #' @param header_h3_font_size h3 Header Text Size, defaults to 35px | |||
| #' @param text_slide_number_font_size Slide Number Text Size, defaults to 20px | |||
| #' @param header_h1_font_size h1 Header Text Size, defaults to 2.75em | |||
| #' @param header_h2_font_size h2 Header Text Size, defaults to 2.25em | |||
| #' @param header_h3_font_size h3 Header Text Size, defaults to 1.75em | |||
| #' @param text_slide_number_font_size Slide Number Text Size, defaults to 0.9em | |||
| #' @param code_inline_font_size Inline Code Text Size, defaults to 1em | |||
| #' @param code_font_size Code Text Size, defaults to 0.9em | |||
| #' @param text_font_google Use `google_font()` to specify body font, defaults to `NULL` | |||
| @@ -82,10 +82,10 @@ duo_accent_inverse <- function( | |||
| table_row_border_color = "#ddd", | |||
| table_row_even_background_color = darken_color(choose_dark_or_light(primary_color, secondary_color, primary_color), 0.3), | |||
| text_size = "20px", | |||
| header_h1_font_size = "55px", | |||
| header_h2_font_size = "45px", | |||
| header_h3_font_size = "35px", | |||
| text_slide_number_font_size = "20px", | |||
| header_h1_font_size = "2.75em", | |||
| header_h2_font_size = "2.25em", | |||
| header_h3_font_size = "1.75em", | |||
| text_slide_number_font_size = "0.9em", | |||
| code_inline_font_size = "1em", | |||
| code_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| @@ -26,10 +26,10 @@ | |||
| #' @param table_row_border_color Table row inner bottom border, defaults to #ddd | |||
| #' @param table_row_even_background_color Table Even Row Background Color, defaults to `lighten_color(base_color, 0.7)` | |||
| #' @param text_size Slide Body Text Size, defaults to 20px | |||
| #' @param header_h1_font_size h1 Header Text Size, defaults to 55px | |||
| #' @param header_h2_font_size h2 Header Text Size, defaults to 45px | |||
| #' @param header_h3_font_size h3 Header Text Size, defaults to 35px | |||
| #' @param text_slide_number_font_size Slide Number Text Size, defaults to 20px | |||
| #' @param header_h1_font_size h1 Header Text Size, defaults to 2.75em | |||
| #' @param header_h2_font_size h2 Header Text Size, defaults to 2.25em | |||
| #' @param header_h3_font_size h3 Header Text Size, defaults to 1.75em | |||
| #' @param text_slide_number_font_size Slide Number Text Size, defaults to 0.9em | |||
| #' @param code_inline_font_size Inline Code Text Size, defaults to 1em | |||
| #' @param code_font_size Code Text Size, defaults to 0.9em | |||
| #' @param text_font_google Use `google_font()` to specify body font, defaults to `NULL` | |||
| @@ -80,10 +80,10 @@ mono_accent <- function( | |||
| table_row_border_color = "#ddd", | |||
| table_row_even_background_color = lighten_color(base_color, 0.7), | |||
| text_size = "20px", | |||
| header_h1_font_size = "55px", | |||
| header_h2_font_size = "45px", | |||
| header_h3_font_size = "35px", | |||
| text_slide_number_font_size = "20px", | |||
| header_h1_font_size = "2.75em", | |||
| header_h2_font_size = "2.25em", | |||
| header_h3_font_size = "1.75em", | |||
| text_slide_number_font_size = "0.9em", | |||
| code_inline_font_size = "1em", | |||
| code_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| @@ -26,10 +26,10 @@ | |||
| #' @param table_row_border_color Table row inner bottom border, defaults to #ddd | |||
| #' @param table_row_even_background_color Table Even Row Background Color, defaults to `darken_color(base_color, 0.7)` | |||
| #' @param text_size Slide Body Text Size, defaults to 20px | |||
| #' @param header_h1_font_size h1 Header Text Size, defaults to 55px | |||
| #' @param header_h2_font_size h2 Header Text Size, defaults to 45px | |||
| #' @param header_h3_font_size h3 Header Text Size, defaults to 35px | |||
| #' @param text_slide_number_font_size Slide Number Text Size, defaults to 20px | |||
| #' @param header_h1_font_size h1 Header Text Size, defaults to 2.75em | |||
| #' @param header_h2_font_size h2 Header Text Size, defaults to 2.25em | |||
| #' @param header_h3_font_size h3 Header Text Size, defaults to 1.75em | |||
| #' @param text_slide_number_font_size Slide Number Text Size, defaults to 0.9em | |||
| #' @param code_inline_font_size Inline Code Text Size, defaults to 1em | |||
| #' @param code_font_size Code Text Size, defaults to 0.9em | |||
| #' @param text_font_google Use `google_font()` to specify body font, defaults to `NULL` | |||
| @@ -80,10 +80,10 @@ mono_accent_inverse <- function( | |||
| table_row_border_color = "#ddd", | |||
| table_row_even_background_color = darken_color(base_color, 0.7), | |||
| text_size = "20px", | |||
| header_h1_font_size = "55px", | |||
| header_h2_font_size = "45px", | |||
| header_h3_font_size = "35px", | |||
| text_slide_number_font_size = "20px", | |||
| header_h1_font_size = "2.75em", | |||
| header_h2_font_size = "2.25em", | |||
| header_h3_font_size = "1.75em", | |||
| text_slide_number_font_size = "0.9em", | |||
| code_inline_font_size = "1em", | |||
| code_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| @@ -26,10 +26,10 @@ | |||
| #' @param table_row_border_color Table row inner bottom border, defaults to #ddd | |||
| #' @param table_row_even_background_color Table Even Row Background Color, defaults to `darken_color(base_color, 0.7)` | |||
| #' @param text_size Slide Body Text Size, defaults to 20px | |||
| #' @param header_h1_font_size h1 Header Text Size, defaults to 55px | |||
| #' @param header_h2_font_size h2 Header Text Size, defaults to 45px | |||
| #' @param header_h3_font_size h3 Header Text Size, defaults to 35px | |||
| #' @param text_slide_number_font_size Slide Number Text Size, defaults to 20px | |||
| #' @param header_h1_font_size h1 Header Text Size, defaults to 2.75em | |||
| #' @param header_h2_font_size h2 Header Text Size, defaults to 2.25em | |||
| #' @param header_h3_font_size h3 Header Text Size, defaults to 1.75em | |||
| #' @param text_slide_number_font_size Slide Number Text Size, defaults to 0.9em | |||
| #' @param code_inline_font_size Inline Code Text Size, defaults to 1em | |||
| #' @param code_font_size Code Text Size, defaults to 0.9em | |||
| #' @param text_font_google Use `google_font()` to specify body font, defaults to `NULL` | |||
| @@ -80,10 +80,10 @@ mono_dark <- function( | |||
| table_row_border_color = "#ddd", | |||
| table_row_even_background_color = darken_color(base_color, 0.7), | |||
| text_size = "20px", | |||
| header_h1_font_size = "55px", | |||
| header_h2_font_size = "45px", | |||
| header_h3_font_size = "35px", | |||
| text_slide_number_font_size = "20px", | |||
| header_h1_font_size = "2.75em", | |||
| header_h2_font_size = "2.25em", | |||
| header_h3_font_size = "1.75em", | |||
| text_slide_number_font_size = "0.9em", | |||
| code_inline_font_size = "1em", | |||
| code_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| @@ -26,10 +26,10 @@ | |||
| #' @param table_row_border_color Table row inner bottom border, defaults to #ddd | |||
| #' @param table_row_even_background_color Table Even Row Background Color, defaults to `lighten_color(base_color, 0.8)` | |||
| #' @param text_size Slide Body Text Size, defaults to 20px | |||
| #' @param header_h1_font_size h1 Header Text Size, defaults to 55px | |||
| #' @param header_h2_font_size h2 Header Text Size, defaults to 45px | |||
| #' @param header_h3_font_size h3 Header Text Size, defaults to 35px | |||
| #' @param text_slide_number_font_size Slide Number Text Size, defaults to 20px | |||
| #' @param header_h1_font_size h1 Header Text Size, defaults to 2.75em | |||
| #' @param header_h2_font_size h2 Header Text Size, defaults to 2.25em | |||
| #' @param header_h3_font_size h3 Header Text Size, defaults to 1.75em | |||
| #' @param text_slide_number_font_size Slide Number Text Size, defaults to 0.9em | |||
| #' @param code_inline_font_size Inline Code Text Size, defaults to 1em | |||
| #' @param code_font_size Code Text Size, defaults to 0.9em | |||
| #' @param text_font_google Use `google_font()` to specify body font, defaults to `NULL` | |||
| @@ -80,10 +80,10 @@ mono_light <- function( | |||
| table_row_border_color = "#ddd", | |||
| table_row_even_background_color = lighten_color(base_color, 0.8), | |||
| text_size = "20px", | |||
| header_h1_font_size = "55px", | |||
| header_h2_font_size = "45px", | |||
| header_h3_font_size = "35px", | |||
| text_slide_number_font_size = "20px", | |||
| header_h1_font_size = "2.75em", | |||
| header_h2_font_size = "2.25em", | |||
| header_h3_font_size = "1.75em", | |||
| text_slide_number_font_size = "0.9em", | |||
| code_inline_font_size = "1em", | |||
| code_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| @@ -23,10 +23,10 @@ | |||
| #' @param table_row_border_color Table row inner bottom border, defaults to #657b83 | |||
| #' @param table_row_even_background_color Table Even Row Background Color, defaults to #073642 | |||
| #' @param text_size Slide Body Text Size, defaults to 20px | |||
| #' @param header_h1_font_size h1 Header Text Size, defaults to 55px | |||
| #' @param header_h2_font_size h2 Header Text Size, defaults to 45px | |||
| #' @param header_h3_font_size h3 Header Text Size, defaults to 35px | |||
| #' @param text_slide_number_font_size Slide Number Text Size, defaults to 20px | |||
| #' @param header_h1_font_size h1 Header Text Size, defaults to 2.75em | |||
| #' @param header_h2_font_size h2 Header Text Size, defaults to 2.25em | |||
| #' @param header_h3_font_size h3 Header Text Size, defaults to 1.75em | |||
| #' @param text_slide_number_font_size Slide Number Text Size, defaults to 0.9em | |||
| #' @param code_inline_font_size Inline Code Text Size, defaults to 1em | |||
| #' @param code_font_size Code Text Size, defaults to 0.9em | |||
| #' @param text_font_google Use `google_font()` to specify body font, defaults to `NULL` | |||
| @@ -74,10 +74,10 @@ solarized_dark <- function( | |||
| table_row_border_color = "#657b83", | |||
| table_row_even_background_color = "#073642", | |||
| text_size = "20px", | |||
| header_h1_font_size = "55px", | |||
| header_h2_font_size = "45px", | |||
| header_h3_font_size = "35px", | |||
| text_slide_number_font_size = "20px", | |||
| header_h1_font_size = "2.75em", | |||
| header_h2_font_size = "2.25em", | |||
| header_h3_font_size = "1.75em", | |||
| text_slide_number_font_size = "0.9em", | |||
| code_inline_font_size = "1em", | |||
| code_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| @@ -23,10 +23,10 @@ | |||
| #' @param table_row_border_color Table row inner bottom border, defaults to #839496 | |||
| #' @param table_row_even_background_color Table Even Row Background Color, defaults to #eee8d5 | |||
| #' @param text_size Slide Body Text Size, defaults to 20px | |||
| #' @param header_h1_font_size h1 Header Text Size, defaults to 55px | |||
| #' @param header_h2_font_size h2 Header Text Size, defaults to 45px | |||
| #' @param header_h3_font_size h3 Header Text Size, defaults to 35px | |||
| #' @param text_slide_number_font_size Slide Number Text Size, defaults to 20px | |||
| #' @param header_h1_font_size h1 Header Text Size, defaults to 2.75em | |||
| #' @param header_h2_font_size h2 Header Text Size, defaults to 2.25em | |||
| #' @param header_h3_font_size h3 Header Text Size, defaults to 1.75em | |||
| #' @param text_slide_number_font_size Slide Number Text Size, defaults to 0.9em | |||
| #' @param code_inline_font_size Inline Code Text Size, defaults to 1em | |||
| #' @param code_font_size Code Text Size, defaults to 0.9em | |||
| #' @param text_font_google Use `google_font()` to specify body font, defaults to `NULL` | |||
| @@ -74,10 +74,10 @@ solarized_light <- function( | |||
| table_row_border_color = "#839496", | |||
| table_row_even_background_color = "#eee8d5", | |||
| text_size = "20px", | |||
| header_h1_font_size = "55px", | |||
| header_h2_font_size = "45px", | |||
| header_h3_font_size = "35px", | |||
| text_slide_number_font_size = "20px", | |||
| header_h1_font_size = "2.75em", | |||
| header_h2_font_size = "2.25em", | |||
| header_h3_font_size = "1.75em", | |||
| text_slide_number_font_size = "0.9em", | |||
| code_inline_font_size = "1em", | |||
| code_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| @@ -25,10 +25,10 @@ template_variables <- tibble::tribble( | |||
| , "table_row_border_color", "#ddd", "table thead th: border-bottom", "Table row inner bottom border" | |||
| , "table_row_even_background_color", "#eee", "thead, tfoot, tr:nth-child(even)", "Table Even Row Background Color" | |||
| , "text_size", "20px", ".remark-slide-content", "Slide Body Text Size" | |||
| , "header_h1_font_size", "55px", ".remark-slide-content h1", "h1 Header Text Size" | |||
| , "header_h2_font_size", "45px", ".remark-slide-content h2", "h2 Header Text Size" | |||
| , "header_h3_font_size", "35px", ".remark-slide-content h3", "h3 Header Text Size" | |||
| , "text_slide_number_font_size", "20px", ".remark-slide-number", "Slide Number Text Size" | |||
| , "header_h1_font_size", "2.75em", ".remark-slide-content h1", "h1 Header Text Size" | |||
| , "header_h2_font_size", "2.25em", ".remark-slide-content h2", "h2 Header Text Size" | |||
| , "header_h3_font_size", "1.75em", ".remark-slide-content h3", "h3 Header Text Size" | |||
| , "text_slide_number_font_size", "0.9em", ".remark-slide-number", "Slide Number Text Size" | |||
| , "code_inline_font_size", "1em", ".remark-inline-code", "Inline Code Text Size" | |||
| , "code_font_size", "0.9em", ".remark-inline", "Code Text Size" | |||
| , "text_font_google", NULL, "body", "Use `google_font()` to specify body font" | |||
| @@ -23,10 +23,10 @@ | |||
| #' @param table_row_border_color Table row inner bottom border, defaults to #ddd | |||
| #' @param table_row_even_background_color Table Even Row Background Color, defaults to #eee | |||
| #' @param text_size Slide Body Text Size, defaults to 20px | |||
| #' @param header_h1_font_size h1 Header Text Size, defaults to 55px | |||
| #' @param header_h2_font_size h2 Header Text Size, defaults to 45px | |||
| #' @param header_h3_font_size h3 Header Text Size, defaults to 35px | |||
| #' @param text_slide_number_font_size Slide Number Text Size, defaults to 20px | |||
| #' @param header_h1_font_size h1 Header Text Size, defaults to 2.75em | |||
| #' @param header_h2_font_size h2 Header Text Size, defaults to 2.25em | |||
| #' @param header_h3_font_size h3 Header Text Size, defaults to 1.75em | |||
| #' @param text_slide_number_font_size Slide Number Text Size, defaults to 0.9em | |||
| #' @param code_inline_font_size Inline Code Text Size, defaults to 1em | |||
| #' @param code_font_size Code Text Size, defaults to 0.9em | |||
| #' @param text_font_google Use `google_font()` to specify body font, defaults to `NULL` | |||
| @@ -73,10 +73,10 @@ write_xaringan_theme <- function( | |||
| table_row_border_color = "#ddd", | |||
| table_row_even_background_color = "#eee", | |||
| text_size = "20px", | |||
| header_h1_font_size = "55px", | |||
| header_h2_font_size = "45px", | |||
| header_h3_font_size = "35px", | |||
| text_slide_number_font_size = "20px", | |||
| header_h1_font_size = "2.75em", | |||
| header_h2_font_size = "2.25em", | |||
| header_h3_font_size = "1.75em", | |||
| text_slide_number_font_size = "0.9em", | |||
| code_inline_font_size = "1em", | |||
| code_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| @@ -23,9 +23,9 @@ duo(primary_color = "#1F4257", secondary_color = "#F97B64", | |||
| blockquote_left_color = apply_alpha(secondary_color, 0.5), | |||
| table_border_color = "#666", table_row_border_color = "#ddd", | |||
| table_row_even_background_color = lighten_color(primary_color, 0.3), | |||
| text_size = "20px", header_h1_font_size = "55px", | |||
| header_h2_font_size = "45px", header_h3_font_size = "35px", | |||
| text_slide_number_font_size = "20px", code_inline_font_size = "1em", | |||
| text_size = "20px", header_h1_font_size = "2.75em", | |||
| header_h2_font_size = "2.25em", header_h3_font_size = "1.75em", | |||
| text_slide_number_font_size = "0.9em", code_inline_font_size = "1em", | |||
| code_font_size = "0.9em", text_font_google = NULL, | |||
| text_font_family = "'Droid Serif'", text_font_weight = "normal", | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic", | |||
| @@ -93,13 +93,13 @@ duo(primary_color = "#1F4257", secondary_color = "#F97B64", | |||
| \item{text_size}{Slide Body Text Size, defaults to 20px} | |||
| \item{header_h1_font_size}{h1 Header Text Size, defaults to 55px} | |||
| \item{header_h1_font_size}{h1 Header Text Size, defaults to 2.75em} | |||
| \item{header_h2_font_size}{h2 Header Text Size, defaults to 45px} | |||
| \item{header_h2_font_size}{h2 Header Text Size, defaults to 2.25em} | |||
| \item{header_h3_font_size}{h3 Header Text Size, defaults to 35px} | |||
| \item{header_h3_font_size}{h3 Header Text Size, defaults to 1.75em} | |||
| \item{text_slide_number_font_size}{Slide Number Text Size, defaults to 20px} | |||
| \item{text_slide_number_font_size}{Slide Number Text Size, defaults to 0.9em} | |||
| \item{code_inline_font_size}{Inline Code Text Size, defaults to 1em} | |||
| @@ -27,9 +27,9 @@ duo_accent(primary_color = "#006747", secondary_color = "#CFC493", | |||
| blockquote_left_color = apply_alpha(secondary_color, 0.5), | |||
| table_border_color = "#666", table_row_border_color = "#ddd", | |||
| table_row_even_background_color = lighten_color(secondary_color, 0.3), | |||
| text_size = "20px", header_h1_font_size = "55px", | |||
| header_h2_font_size = "45px", header_h3_font_size = "35px", | |||
| text_slide_number_font_size = "20px", code_inline_font_size = "1em", | |||
| text_size = "20px", header_h1_font_size = "2.75em", | |||
| header_h2_font_size = "2.25em", header_h3_font_size = "1.75em", | |||
| text_slide_number_font_size = "0.9em", code_inline_font_size = "1em", | |||
| code_font_size = "0.9em", text_font_google = NULL, | |||
| text_font_family = "'Droid Serif'", text_font_weight = "normal", | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic", | |||
| @@ -101,13 +101,13 @@ duo_accent(primary_color = "#006747", secondary_color = "#CFC493", | |||
| \item{text_size}{Slide Body Text Size, defaults to 20px} | |||
| \item{header_h1_font_size}{h1 Header Text Size, defaults to 55px} | |||
| \item{header_h1_font_size}{h1 Header Text Size, defaults to 2.75em} | |||
| \item{header_h2_font_size}{h2 Header Text Size, defaults to 45px} | |||
| \item{header_h2_font_size}{h2 Header Text Size, defaults to 2.25em} | |||
| \item{header_h3_font_size}{h3 Header Text Size, defaults to 35px} | |||
| \item{header_h3_font_size}{h3 Header Text Size, defaults to 1.75em} | |||
| \item{text_slide_number_font_size}{Slide Number Text Size, defaults to 20px} | |||
| \item{text_slide_number_font_size}{Slide Number Text Size, defaults to 0.9em} | |||
| \item{code_inline_font_size}{Inline Code Text Size, defaults to 1em} | |||
| @@ -28,8 +28,8 @@ duo_accent_inverse(primary_color = "#006747", secondary_color = "#CFC493", | |||
| table_border_color = "#666", table_row_border_color = "#ddd", | |||
| table_row_even_background_color = darken_color(choose_dark_or_light(primary_color, | |||
| secondary_color, primary_color), 0.3), text_size = "20px", | |||
| header_h1_font_size = "55px", header_h2_font_size = "45px", | |||
| header_h3_font_size = "35px", text_slide_number_font_size = "20px", | |||
| header_h1_font_size = "2.75em", header_h2_font_size = "2.25em", | |||
| header_h3_font_size = "1.75em", text_slide_number_font_size = "0.9em", | |||
| code_inline_font_size = "1em", code_font_size = "0.9em", | |||
| text_font_google = NULL, text_font_family = "'Droid Serif'", | |||
| text_font_weight = "normal", | |||
| @@ -102,13 +102,13 @@ duo_accent_inverse(primary_color = "#006747", secondary_color = "#CFC493", | |||
| \item{text_size}{Slide Body Text Size, defaults to 20px} | |||
| \item{header_h1_font_size}{h1 Header Text Size, defaults to 55px} | |||
| \item{header_h1_font_size}{h1 Header Text Size, defaults to 2.75em} | |||
| \item{header_h2_font_size}{h2 Header Text Size, defaults to 45px} | |||
| \item{header_h2_font_size}{h2 Header Text Size, defaults to 2.25em} | |||
| \item{header_h3_font_size}{h3 Header Text Size, defaults to 35px} | |||
| \item{header_h3_font_size}{h3 Header Text Size, defaults to 1.75em} | |||
| \item{text_slide_number_font_size}{Slide Number Text Size, defaults to 20px} | |||
| \item{text_slide_number_font_size}{Slide Number Text Size, defaults to 0.9em} | |||
| \item{code_inline_font_size}{Inline Code Text Size, defaults to 1em} | |||
| @@ -22,9 +22,9 @@ mono_accent(base_color = "#43418A", white_color = "#FFFFFF", | |||
| blockquote_left_color = apply_alpha(base_color, 0.5), | |||
| table_border_color = "#666", table_row_border_color = "#ddd", | |||
| table_row_even_background_color = lighten_color(base_color, 0.7), | |||
| text_size = "20px", header_h1_font_size = "55px", | |||
| header_h2_font_size = "45px", header_h3_font_size = "35px", | |||
| text_slide_number_font_size = "20px", code_inline_font_size = "1em", | |||
| text_size = "20px", header_h1_font_size = "2.75em", | |||
| header_h2_font_size = "2.25em", header_h3_font_size = "1.75em", | |||
| text_slide_number_font_size = "0.9em", code_inline_font_size = "1em", | |||
| code_font_size = "0.9em", text_font_google = NULL, | |||
| text_font_family = "'Droid Serif'", text_font_weight = "normal", | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic", | |||
| @@ -94,13 +94,13 @@ mono_accent(base_color = "#43418A", white_color = "#FFFFFF", | |||
| \item{text_size}{Slide Body Text Size, defaults to 20px} | |||
| \item{header_h1_font_size}{h1 Header Text Size, defaults to 55px} | |||
| \item{header_h1_font_size}{h1 Header Text Size, defaults to 2.75em} | |||
| \item{header_h2_font_size}{h2 Header Text Size, defaults to 45px} | |||
| \item{header_h2_font_size}{h2 Header Text Size, defaults to 2.25em} | |||
| \item{header_h3_font_size}{h3 Header Text Size, defaults to 35px} | |||
| \item{header_h3_font_size}{h3 Header Text Size, defaults to 1.75em} | |||
| \item{text_slide_number_font_size}{Slide Number Text Size, defaults to 20px} | |||
| \item{text_slide_number_font_size}{Slide Number Text Size, defaults to 0.9em} | |||
| \item{code_inline_font_size}{Inline Code Text Size, defaults to 1em} | |||
| @@ -22,9 +22,9 @@ mono_accent_inverse(base_color = "#3C989E", white_color = "#FFFFFF", | |||
| blockquote_left_color = apply_alpha(base_color, 0.5), | |||
| table_border_color = "#666", table_row_border_color = "#ddd", | |||
| table_row_even_background_color = darken_color(base_color, 0.7), | |||
| text_size = "20px", header_h1_font_size = "55px", | |||
| header_h2_font_size = "45px", header_h3_font_size = "35px", | |||
| text_slide_number_font_size = "20px", code_inline_font_size = "1em", | |||
| text_size = "20px", header_h1_font_size = "2.75em", | |||
| header_h2_font_size = "2.25em", header_h3_font_size = "1.75em", | |||
| text_slide_number_font_size = "0.9em", code_inline_font_size = "1em", | |||
| code_font_size = "0.9em", text_font_google = NULL, | |||
| text_font_family = "'Droid Serif'", text_font_weight = "normal", | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic", | |||
| @@ -94,13 +94,13 @@ mono_accent_inverse(base_color = "#3C989E", white_color = "#FFFFFF", | |||
| \item{text_size}{Slide Body Text Size, defaults to 20px} | |||
| \item{header_h1_font_size}{h1 Header Text Size, defaults to 55px} | |||
| \item{header_h1_font_size}{h1 Header Text Size, defaults to 2.75em} | |||
| \item{header_h2_font_size}{h2 Header Text Size, defaults to 45px} | |||
| \item{header_h2_font_size}{h2 Header Text Size, defaults to 2.25em} | |||
| \item{header_h3_font_size}{h3 Header Text Size, defaults to 35px} | |||
| \item{header_h3_font_size}{h3 Header Text Size, defaults to 1.75em} | |||
| \item{text_slide_number_font_size}{Slide Number Text Size, defaults to 20px} | |||
| \item{text_slide_number_font_size}{Slide Number Text Size, defaults to 0.9em} | |||
| \item{code_inline_font_size}{Inline Code Text Size, defaults to 1em} | |||
| @@ -22,9 +22,9 @@ mono_dark(base_color = "#cbf7ed", white_color = lighten_color(base_color, | |||
| blockquote_left_color = apply_alpha(base_color, 0.5), | |||
| table_border_color = "#666", table_row_border_color = "#ddd", | |||
| table_row_even_background_color = darken_color(base_color, 0.7), | |||
| text_size = "20px", header_h1_font_size = "55px", | |||
| header_h2_font_size = "45px", header_h3_font_size = "35px", | |||
| text_slide_number_font_size = "20px", code_inline_font_size = "1em", | |||
| text_size = "20px", header_h1_font_size = "2.75em", | |||
| header_h2_font_size = "2.25em", header_h3_font_size = "1.75em", | |||
| text_slide_number_font_size = "0.9em", code_inline_font_size = "1em", | |||
| code_font_size = "0.9em", text_font_google = NULL, | |||
| text_font_family = "'Droid Serif'", text_font_weight = "normal", | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic", | |||
| @@ -94,13 +94,13 @@ mono_dark(base_color = "#cbf7ed", white_color = lighten_color(base_color, | |||
| \item{text_size}{Slide Body Text Size, defaults to 20px} | |||
| \item{header_h1_font_size}{h1 Header Text Size, defaults to 55px} | |||
| \item{header_h1_font_size}{h1 Header Text Size, defaults to 2.75em} | |||
| \item{header_h2_font_size}{h2 Header Text Size, defaults to 45px} | |||
| \item{header_h2_font_size}{h2 Header Text Size, defaults to 2.25em} | |||
| \item{header_h3_font_size}{h3 Header Text Size, defaults to 35px} | |||
| \item{header_h3_font_size}{h3 Header Text Size, defaults to 1.75em} | |||
| \item{text_slide_number_font_size}{Slide Number Text Size, defaults to 20px} | |||
| \item{text_slide_number_font_size}{Slide Number Text Size, defaults to 0.9em} | |||
| \item{code_inline_font_size}{Inline Code Text Size, defaults to 1em} | |||
| @@ -22,9 +22,9 @@ mono_light(base_color = "#23395b", white_color = lighten_color(base_color, | |||
| blockquote_left_color = apply_alpha(base_color, 0.5), | |||
| table_border_color = "#666", table_row_border_color = "#ddd", | |||
| table_row_even_background_color = lighten_color(base_color, 0.8), | |||
| text_size = "20px", header_h1_font_size = "55px", | |||
| header_h2_font_size = "45px", header_h3_font_size = "35px", | |||
| text_slide_number_font_size = "20px", code_inline_font_size = "1em", | |||
| text_size = "20px", header_h1_font_size = "2.75em", | |||
| header_h2_font_size = "2.25em", header_h3_font_size = "1.75em", | |||
| text_slide_number_font_size = "0.9em", code_inline_font_size = "1em", | |||
| code_font_size = "0.9em", text_font_google = NULL, | |||
| text_font_family = "'Droid Serif'", text_font_weight = "normal", | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic", | |||
| @@ -94,13 +94,13 @@ mono_light(base_color = "#23395b", white_color = lighten_color(base_color, | |||
| \item{text_size}{Slide Body Text Size, defaults to 20px} | |||
| \item{header_h1_font_size}{h1 Header Text Size, defaults to 55px} | |||
| \item{header_h1_font_size}{h1 Header Text Size, defaults to 2.75em} | |||
| \item{header_h2_font_size}{h2 Header Text Size, defaults to 45px} | |||
| \item{header_h2_font_size}{h2 Header Text Size, defaults to 2.25em} | |||
| \item{header_h3_font_size}{h3 Header Text Size, defaults to 35px} | |||
| \item{header_h3_font_size}{h3 Header Text Size, defaults to 1.75em} | |||
| \item{text_slide_number_font_size}{Slide Number Text Size, defaults to 20px} | |||
| \item{text_slide_number_font_size}{Slide Number Text Size, defaults to 0.9em} | |||
| \item{code_inline_font_size}{Inline Code Text Size, defaults to 1em} | |||
| @@ -19,8 +19,8 @@ solarized_dark(text_color = "#839496", header_color = "#dc322f", | |||
| left_column_selected_color = "#93a1a1", blockquote_left_color = "#cb4b16", | |||
| table_border_color = "#657b83", table_row_border_color = "#657b83", | |||
| table_row_even_background_color = "#073642", text_size = "20px", | |||
| header_h1_font_size = "55px", header_h2_font_size = "45px", | |||
| header_h3_font_size = "35px", text_slide_number_font_size = "20px", | |||
| header_h1_font_size = "2.75em", header_h2_font_size = "2.25em", | |||
| header_h3_font_size = "1.75em", text_slide_number_font_size = "0.9em", | |||
| code_inline_font_size = "1em", code_font_size = "0.9em", | |||
| text_font_google = NULL, text_font_family = "'Droid Serif'", | |||
| text_font_weight = "normal", | |||
| @@ -85,13 +85,13 @@ solarized_dark(text_color = "#839496", header_color = "#dc322f", | |||
| \item{text_size}{Slide Body Text Size, defaults to 20px} | |||
| \item{header_h1_font_size}{h1 Header Text Size, defaults to 55px} | |||
| \item{header_h1_font_size}{h1 Header Text Size, defaults to 2.75em} | |||
| \item{header_h2_font_size}{h2 Header Text Size, defaults to 45px} | |||
| \item{header_h2_font_size}{h2 Header Text Size, defaults to 2.25em} | |||
| \item{header_h3_font_size}{h3 Header Text Size, defaults to 35px} | |||
| \item{header_h3_font_size}{h3 Header Text Size, defaults to 1.75em} | |||
| \item{text_slide_number_font_size}{Slide Number Text Size, defaults to 20px} | |||
| \item{text_slide_number_font_size}{Slide Number Text Size, defaults to 0.9em} | |||
| \item{code_inline_font_size}{Inline Code Text Size, defaults to 1em} | |||
| @@ -19,8 +19,8 @@ solarized_light(text_color = "#657b83", header_color = "#dc322f", | |||
| left_column_selected_color = "#586e75", blockquote_left_color = "#cb4b16", | |||
| table_border_color = "#839496", table_row_border_color = "#839496", | |||
| table_row_even_background_color = "#eee8d5", text_size = "20px", | |||
| header_h1_font_size = "55px", header_h2_font_size = "45px", | |||
| header_h3_font_size = "35px", text_slide_number_font_size = "20px", | |||
| header_h1_font_size = "2.75em", header_h2_font_size = "2.25em", | |||
| header_h3_font_size = "1.75em", text_slide_number_font_size = "0.9em", | |||
| code_inline_font_size = "1em", code_font_size = "0.9em", | |||
| text_font_google = NULL, text_font_family = "'Droid Serif'", | |||
| text_font_weight = "normal", | |||
| @@ -85,13 +85,13 @@ solarized_light(text_color = "#657b83", header_color = "#dc322f", | |||
| \item{text_size}{Slide Body Text Size, defaults to 20px} | |||
| \item{header_h1_font_size}{h1 Header Text Size, defaults to 55px} | |||
| \item{header_h1_font_size}{h1 Header Text Size, defaults to 2.75em} | |||
| \item{header_h2_font_size}{h2 Header Text Size, defaults to 45px} | |||
| \item{header_h2_font_size}{h2 Header Text Size, defaults to 2.25em} | |||
| \item{header_h3_font_size}{h3 Header Text Size, defaults to 35px} | |||
| \item{header_h3_font_size}{h3 Header Text Size, defaults to 1.75em} | |||
| \item{text_slide_number_font_size}{Slide Number Text Size, defaults to 20px} | |||
| \item{text_slide_number_font_size}{Slide Number Text Size, defaults to 0.9em} | |||
| \item{code_inline_font_size}{Inline Code Text Size, defaults to 1em} | |||
| @@ -18,8 +18,8 @@ write_xaringan_theme(text_color = "#000", header_color = "#000", | |||
| left_column_selected_color = "#000", blockquote_left_color = "lightgray", | |||
| table_border_color = "#666", table_row_border_color = "#ddd", | |||
| table_row_even_background_color = "#eee", text_size = "20px", | |||
| header_h1_font_size = "55px", header_h2_font_size = "45px", | |||
| header_h3_font_size = "35px", text_slide_number_font_size = "20px", | |||
| header_h1_font_size = "2.75em", header_h2_font_size = "2.25em", | |||
| header_h3_font_size = "1.75em", text_slide_number_font_size = "0.9em", | |||
| code_inline_font_size = "1em", code_font_size = "0.9em", | |||
| text_font_google = NULL, text_font_family = "'Droid Serif'", | |||
| text_font_weight = "normal", | |||
| @@ -84,13 +84,13 @@ write_xaringan_theme(text_color = "#000", header_color = "#000", | |||
| \item{text_size}{Slide Body Text Size, defaults to 20px} | |||
| \item{header_h1_font_size}{h1 Header Text Size, defaults to 55px} | |||
| \item{header_h1_font_size}{h1 Header Text Size, defaults to 2.75em} | |||
| \item{header_h2_font_size}{h2 Header Text Size, defaults to 45px} | |||
| \item{header_h2_font_size}{h2 Header Text Size, defaults to 2.25em} | |||
| \item{header_h3_font_size}{h3 Header Text Size, defaults to 35px} | |||
| \item{header_h3_font_size}{h3 Header Text Size, defaults to 1.75em} | |||
| \item{text_slide_number_font_size}{Slide Number Text Size, defaults to 20px} | |||
| \item{text_slide_number_font_size}{Slide Number Text Size, defaults to 0.9em} | |||
| \item{code_inline_font_size}{Inline Code Text Size, defaults to 1em} | |||