Procházet zdrojové kódy

change inline fonts to use `em` not `rem`

tags/v0.3.0
Garrick Aden-Buie před 6 roky
rodič
revize
afe51d40d2
36 změnil soubory, kde provedl 175 přidání a 185 odebrání
  1. +6
    -6
      R/style_duo.R
  2. +6
    -6
      R/style_duo_accent.R
  3. +6
    -6
      R/style_duo_accent_inverse.R
  4. +6
    -6
      R/style_mono_accent.R
  5. +6
    -6
      R/style_mono_accent_inverse.R
  6. +6
    -6
      R/style_mono_dark.R
  7. +6
    -6
      R/style_mono_light.R
  8. +6
    -6
      R/style_solarized_dark.R
  9. +6
    -6
      R/style_solarized_light.R
  10. +6
    -6
      R/style_xaringan.R
  11. +3
    -3
      R/theme_settings.R
  12. +10
    -20
      README.md
  13. +6
    -6
      man/style_duo.Rd
  14. +6
    -6
      man/style_duo_accent.Rd
  15. +6
    -6
      man/style_duo_accent_inverse.Rd
  16. +6
    -6
      man/style_mono_accent.Rd
  17. +6
    -6
      man/style_mono_accent_inverse.Rd
  18. +6
    -6
      man/style_mono_dark.Rd
  19. +6
    -6
      man/style_mono_light.Rd
  20. +6
    -6
      man/style_solarized_dark.Rd
  21. +6
    -6
      man/style_solarized_light.Rd
  22. +6
    -6
      man/style_xaringan.Rd
  23. +3
    -3
      tests/testthat/css/duo-header_bg.css
  24. +3
    -3
      tests/testthat/css/duo.css
  25. +3
    -3
      tests/testthat/css/duo_accent.css
  26. +3
    -3
      tests/testthat/css/duo_accent_inverse.css
  27. +3
    -3
      tests/testthat/css/google_fonts.css
  28. +3
    -3
      tests/testthat/css/mono_accent.css
  29. +3
    -3
      tests/testthat/css/mono_accent_inverse.css
  30. +3
    -3
      tests/testthat/css/mono_dark.css
  31. +3
    -3
      tests/testthat/css/mono_light-header_bg.css
  32. +3
    -3
      tests/testthat/css/mono_light.css
  33. +3
    -3
      tests/testthat/css/solarized_dark-header_bg.css
  34. +3
    -3
      tests/testthat/css/solarized_dark.css
  35. +3
    -3
      tests/testthat/css/solarized_light.css
  36. +3
    -3
      tests/testthat/css/xaringan.css

+ 6
- 6
R/style_duo.R Zobrazit soubor

#' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class. #' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class.
#' @param code_inline_color Inline Code Color. Defaults to `secondary_color`. Modifies the `.remark-inline-code` class. #' @param code_inline_color Inline Code Color. Defaults to `secondary_color`. Modifies the `.remark-inline-code` class.
#' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class. #' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class.
#' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1rem. Modifies the `.remark-inline-code` class.
#' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1em. Modifies the `.remark-inline-code` class.
#' @param inverse_background_color Inverse Background Color. Defaults to `secondary_color`. Modifies the `.inverse` class. #' @param inverse_background_color Inverse Background Color. Defaults to `secondary_color`. Modifies the `.inverse` class.
#' @param inverse_text_color Inverse Text Color. Defaults to `primary_color`. Modifies the `.inverse` class. #' @param inverse_text_color Inverse Text Color. Defaults to `primary_color`. Modifies the `.inverse` class.
#' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class. #' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class.
#' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class. #' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class.
#' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class. #' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class.
#' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class. #' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class.
#' @param footnote_font_size Footnote font size. Defaults to 0.9rem. Modifies the `.footnote` class.
#' @param footnote_font_size Footnote font size. Defaults to 0.9em. Modifies the `.footnote` class.
#' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class. #' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class.
#' @param left_column_subtle_color Left Column Text (not last). Defaults to `apply_alpha(secondary_color, 0.6)`. Modifies the `.left-column h2, .left-column h3` classes. #' @param left_column_subtle_color Left Column Text (not last). Defaults to `apply_alpha(secondary_color, 0.6)`. Modifies the `.left-column h2, .left-column h3` classes.
#' @param left_column_selected_color Left Column Current Selection. Defaults to `secondary_color`. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes. #' @param left_column_selected_color Left Column Current Selection. Defaults to `secondary_color`. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes.
#' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class. #' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class.
#' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class. #' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class.
#' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class. #' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class.
#' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9rem. Modifies the `.remark-slide-number` class.
#' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9em. Modifies the `.remark-slide-number` class.
#' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element. #' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element.
#' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element.
#' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element.
code_highlight_color = "rgba(255,255,0,0.5)", code_highlight_color = "rgba(255,255,0,0.5)",
code_inline_color = secondary_color, code_inline_color = secondary_color,
code_inline_background_color = NULL, code_inline_background_color = NULL,
code_inline_font_size = "1rem",
code_inline_font_size = "1em",
inverse_background_color = secondary_color, inverse_background_color = secondary_color,
inverse_text_color = primary_color, inverse_text_color = primary_color,
inverse_text_shadow = FALSE, inverse_text_shadow = FALSE,
title_slide_background_size = NULL, title_slide_background_size = NULL,
title_slide_background_position = NULL, title_slide_background_position = NULL,
footnote_color = NULL, footnote_color = NULL,
footnote_font_size = "0.9rem",
footnote_font_size = "0.9em",
footnote_position_bottom = "60px", footnote_position_bottom = "60px",
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,
header_background_padding = NULL, header_background_padding = NULL,
header_background_content_padding_top = "7rem", header_background_content_padding_top = "7rem",
header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'), header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'),
text_slide_number_font_size = "0.9rem",
text_slide_number_font_size = "0.9em",
text_font_google = NULL, text_font_google = NULL,
text_font_family = "Noto Sans", text_font_family = "Noto Sans",
text_font_weight = "normal", text_font_weight = "normal",

+ 6
- 6
R/style_duo_accent.R Zobrazit soubor

#' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class. #' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class.
#' @param code_inline_color Inline Code Color. Defaults to `choose_dark_or_light(secondary_color, primary_color, secondary_color)`. Modifies the `.remark-inline-code` class. #' @param code_inline_color Inline Code Color. Defaults to `choose_dark_or_light(secondary_color, primary_color, secondary_color)`. Modifies the `.remark-inline-code` class.
#' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class. #' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class.
#' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1rem. Modifies the `.remark-inline-code` class.
#' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1em. Modifies the `.remark-inline-code` class.
#' @param inverse_background_color Inverse Background Color. Defaults to `secondary_color`. Modifies the `.inverse` class. #' @param inverse_background_color Inverse Background Color. Defaults to `secondary_color`. Modifies the `.inverse` class.
#' @param inverse_text_color Inverse Text Color. Defaults to `choose_dark_or_light(secondary_color, black_color, white_color)`. Modifies the `.inverse` class. #' @param inverse_text_color Inverse Text Color. Defaults to `choose_dark_or_light(secondary_color, black_color, white_color)`. Modifies the `.inverse` class.
#' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class. #' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class.
#' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class. #' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class.
#' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class. #' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class.
#' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class. #' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class.
#' @param footnote_font_size Footnote font size. Defaults to 0.9rem. Modifies the `.footnote` class.
#' @param footnote_font_size Footnote font size. Defaults to 0.9em. Modifies the `.footnote` class.
#' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class. #' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class.
#' @param left_column_subtle_color Left Column Text (not last). Defaults to `apply_alpha(primary_color, 0.6)`. Modifies the `.left-column h2, .left-column h3` classes. #' @param left_column_subtle_color Left Column Text (not last). Defaults to `apply_alpha(primary_color, 0.6)`. Modifies the `.left-column h2, .left-column h3` classes.
#' @param left_column_selected_color Left Column Current Selection. Defaults to `primary_color`. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes. #' @param left_column_selected_color Left Column Current Selection. Defaults to `primary_color`. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes.
#' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class. #' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class.
#' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class. #' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class.
#' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class. #' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class.
#' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9rem. Modifies the `.remark-slide-number` class.
#' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9em. Modifies the `.remark-slide-number` class.
#' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element. #' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element.
#' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element.
#' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element.
code_highlight_color = "rgba(255,255,0,0.5)", code_highlight_color = "rgba(255,255,0,0.5)",
code_inline_color = choose_dark_or_light(secondary_color, primary_color, secondary_color), code_inline_color = choose_dark_or_light(secondary_color, primary_color, secondary_color),
code_inline_background_color = NULL, code_inline_background_color = NULL,
code_inline_font_size = "1rem",
code_inline_font_size = "1em",
inverse_background_color = secondary_color, inverse_background_color = secondary_color,
inverse_text_color = choose_dark_or_light(secondary_color, black_color, white_color), inverse_text_color = choose_dark_or_light(secondary_color, black_color, white_color),
inverse_text_shadow = FALSE, inverse_text_shadow = FALSE,
title_slide_background_size = NULL, title_slide_background_size = NULL,
title_slide_background_position = NULL, title_slide_background_position = NULL,
footnote_color = NULL, footnote_color = NULL,
footnote_font_size = "0.9rem",
footnote_font_size = "0.9em",
footnote_position_bottom = "60px", footnote_position_bottom = "60px",
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,
header_background_padding = NULL, header_background_padding = NULL,
header_background_content_padding_top = "7rem", header_background_content_padding_top = "7rem",
header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'), header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'),
text_slide_number_font_size = "0.9rem",
text_slide_number_font_size = "0.9em",
text_font_google = NULL, text_font_google = NULL,
text_font_family = "Noto Sans", text_font_family = "Noto Sans",
text_font_weight = "normal", text_font_weight = "normal",

+ 6
- 6
R/style_duo_accent_inverse.R Zobrazit soubor

#' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class. #' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class.
#' @param code_inline_color Inline Code Color. Defaults to `choose_dark_or_light(secondary_color, secondary_color, primary_color)`. Modifies the `.remark-inline-code` class. #' @param code_inline_color Inline Code Color. Defaults to `choose_dark_or_light(secondary_color, secondary_color, primary_color)`. Modifies the `.remark-inline-code` class.
#' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class. #' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class.
#' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1rem. Modifies the `.remark-inline-code` class.
#' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1em. Modifies the `.remark-inline-code` class.
#' @param inverse_background_color Inverse Background Color. Defaults to `secondary_color`. Modifies the `.inverse` class. #' @param inverse_background_color Inverse Background Color. Defaults to `secondary_color`. Modifies the `.inverse` class.
#' @param inverse_text_color Inverse Text Color. Defaults to `choose_dark_or_light(secondary_color, black_color, white_color)`. Modifies the `.inverse` class. #' @param inverse_text_color Inverse Text Color. Defaults to `choose_dark_or_light(secondary_color, black_color, white_color)`. Modifies the `.inverse` class.
#' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class. #' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class.
#' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class. #' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class.
#' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class. #' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class.
#' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class. #' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class.
#' @param footnote_font_size Footnote font size. Defaults to 0.9rem. Modifies the `.footnote` class.
#' @param footnote_font_size Footnote font size. Defaults to 0.9em. Modifies the `.footnote` class.
#' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class. #' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class.
#' @param left_column_subtle_color Left Column Text (not last). Defaults to `apply_alpha(primary_color, 0.6)`. Modifies the `.left-column h2, .left-column h3` classes. #' @param left_column_subtle_color Left Column Text (not last). Defaults to `apply_alpha(primary_color, 0.6)`. Modifies the `.left-column h2, .left-column h3` classes.
#' @param left_column_selected_color Left Column Current Selection. Defaults to `primary_color`. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes. #' @param left_column_selected_color Left Column Current Selection. Defaults to `primary_color`. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes.
#' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class. #' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class.
#' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class. #' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class.
#' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class. #' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class.
#' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9rem. Modifies the `.remark-slide-number` class.
#' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9em. Modifies the `.remark-slide-number` class.
#' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element. #' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element.
#' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element.
#' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element.
code_highlight_color = "rgba(255,255,0,0.5)", code_highlight_color = "rgba(255,255,0,0.5)",
code_inline_color = choose_dark_or_light(secondary_color, secondary_color, primary_color), code_inline_color = choose_dark_or_light(secondary_color, secondary_color, primary_color),
code_inline_background_color = NULL, code_inline_background_color = NULL,
code_inline_font_size = "1rem",
code_inline_font_size = "1em",
inverse_background_color = secondary_color, inverse_background_color = secondary_color,
inverse_text_color = choose_dark_or_light(secondary_color, black_color, white_color), inverse_text_color = choose_dark_or_light(secondary_color, black_color, white_color),
inverse_text_shadow = FALSE, inverse_text_shadow = FALSE,
title_slide_background_size = NULL, title_slide_background_size = NULL,
title_slide_background_position = NULL, title_slide_background_position = NULL,
footnote_color = NULL, footnote_color = NULL,
footnote_font_size = "0.9rem",
footnote_font_size = "0.9em",
footnote_position_bottom = "60px", footnote_position_bottom = "60px",
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,
header_background_padding = NULL, header_background_padding = NULL,
header_background_content_padding_top = "7rem", header_background_content_padding_top = "7rem",
header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'), header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'),
text_slide_number_font_size = "0.9rem",
text_slide_number_font_size = "0.9em",
text_font_google = NULL, text_font_google = NULL,
text_font_family = "Noto Sans", text_font_family = "Noto Sans",
text_font_weight = "normal", text_font_weight = "normal",

+ 6
- 6
R/style_mono_accent.R Zobrazit soubor

#' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class. #' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class.
#' @param code_inline_color Inline Code Color. Defaults to `base_color`. Modifies the `.remark-inline-code` class. #' @param code_inline_color Inline Code Color. Defaults to `base_color`. Modifies the `.remark-inline-code` class.
#' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class. #' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class.
#' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1rem. Modifies the `.remark-inline-code` class.
#' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1em. Modifies the `.remark-inline-code` class.
#' @param inverse_background_color Inverse Background Color. Defaults to `base_color`. Modifies the `.inverse` class. #' @param inverse_background_color Inverse Background Color. Defaults to `base_color`. Modifies the `.inverse` class.
#' @param inverse_text_color Inverse Text Color. Defaults to `white_color`. Modifies the `.inverse` class. #' @param inverse_text_color Inverse Text Color. Defaults to `white_color`. Modifies the `.inverse` class.
#' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class. #' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class.
#' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class. #' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class.
#' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class. #' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class.
#' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class. #' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class.
#' @param footnote_font_size Footnote font size. Defaults to 0.9rem. Modifies the `.footnote` class.
#' @param footnote_font_size Footnote font size. Defaults to 0.9em. Modifies the `.footnote` class.
#' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class. #' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class.
#' @param left_column_subtle_color Left Column Text (not last). Defaults to `apply_alpha(base_color, 0.6)`. Modifies the `.left-column h2, .left-column h3` classes. #' @param left_column_subtle_color Left Column Text (not last). Defaults to `apply_alpha(base_color, 0.6)`. Modifies the `.left-column h2, .left-column h3` classes.
#' @param left_column_selected_color Left Column Current Selection. Defaults to `base_color`. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes. #' @param left_column_selected_color Left Column Current Selection. Defaults to `base_color`. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes.
#' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class. #' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class.
#' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class. #' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class.
#' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class. #' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class.
#' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9rem. Modifies the `.remark-slide-number` class.
#' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9em. Modifies the `.remark-slide-number` class.
#' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element. #' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element.
#' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element.
#' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element.
code_highlight_color = "rgba(255,255,0,0.5)", code_highlight_color = "rgba(255,255,0,0.5)",
code_inline_color = base_color, code_inline_color = base_color,
code_inline_background_color = NULL, code_inline_background_color = NULL,
code_inline_font_size = "1rem",
code_inline_font_size = "1em",
inverse_background_color = base_color, inverse_background_color = base_color,
inverse_text_color = white_color, inverse_text_color = white_color,
inverse_text_shadow = FALSE, inverse_text_shadow = FALSE,
title_slide_background_size = NULL, title_slide_background_size = NULL,
title_slide_background_position = NULL, title_slide_background_position = NULL,
footnote_color = NULL, footnote_color = NULL,
footnote_font_size = "0.9rem",
footnote_font_size = "0.9em",
footnote_position_bottom = "60px", footnote_position_bottom = "60px",
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,
header_background_padding = NULL, header_background_padding = NULL,
header_background_content_padding_top = "7rem", header_background_content_padding_top = "7rem",
header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'), header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'),
text_slide_number_font_size = "0.9rem",
text_slide_number_font_size = "0.9em",
text_font_google = NULL, text_font_google = NULL,
text_font_family = "Noto Sans", text_font_family = "Noto Sans",
text_font_weight = "normal", text_font_weight = "normal",

+ 6
- 6
R/style_mono_accent_inverse.R Zobrazit soubor

#' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class. #' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class.
#' @param code_inline_color Inline Code Color. Defaults to `base_color`. Modifies the `.remark-inline-code` class. #' @param code_inline_color Inline Code Color. Defaults to `base_color`. Modifies the `.remark-inline-code` class.
#' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class. #' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class.
#' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1rem. Modifies the `.remark-inline-code` class.
#' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1em. Modifies the `.remark-inline-code` class.
#' @param inverse_background_color Inverse Background Color. Defaults to `base_color`. Modifies the `.inverse` class. #' @param inverse_background_color Inverse Background Color. Defaults to `base_color`. Modifies the `.inverse` class.
#' @param inverse_text_color Inverse Text Color. Defaults to `black_color`. Modifies the `.inverse` class. #' @param inverse_text_color Inverse Text Color. Defaults to `black_color`. Modifies the `.inverse` class.
#' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class. #' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class.
#' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class. #' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class.
#' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class. #' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class.
#' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class. #' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class.
#' @param footnote_font_size Footnote font size. Defaults to 0.9rem. Modifies the `.footnote` class.
#' @param footnote_font_size Footnote font size. Defaults to 0.9em. Modifies the `.footnote` class.
#' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class. #' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class.
#' @param left_column_subtle_color Left Column Text (not last). Defaults to `apply_alpha(base_color, 0.6)`. Modifies the `.left-column h2, .left-column h3` classes. #' @param left_column_subtle_color Left Column Text (not last). Defaults to `apply_alpha(base_color, 0.6)`. Modifies the `.left-column h2, .left-column h3` classes.
#' @param left_column_selected_color Left Column Current Selection. Defaults to `base_color`. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes. #' @param left_column_selected_color Left Column Current Selection. Defaults to `base_color`. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes.
#' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class. #' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class.
#' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class. #' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class.
#' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class. #' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class.
#' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9rem. Modifies the `.remark-slide-number` class.
#' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9em. Modifies the `.remark-slide-number` class.
#' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element. #' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element.
#' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element.
#' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element.
code_highlight_color = "rgba(255,255,0,0.5)", code_highlight_color = "rgba(255,255,0,0.5)",
code_inline_color = base_color, code_inline_color = base_color,
code_inline_background_color = NULL, code_inline_background_color = NULL,
code_inline_font_size = "1rem",
code_inline_font_size = "1em",
inverse_background_color = base_color, inverse_background_color = base_color,
inverse_text_color = black_color, inverse_text_color = black_color,
inverse_text_shadow = FALSE, inverse_text_shadow = FALSE,
title_slide_background_size = NULL, title_slide_background_size = NULL,
title_slide_background_position = NULL, title_slide_background_position = NULL,
footnote_color = NULL, footnote_color = NULL,
footnote_font_size = "0.9rem",
footnote_font_size = "0.9em",
footnote_position_bottom = "60px", footnote_position_bottom = "60px",
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,
header_background_padding = NULL, header_background_padding = NULL,
header_background_content_padding_top = "7rem", header_background_content_padding_top = "7rem",
header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'), header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'),
text_slide_number_font_size = "0.9rem",
text_slide_number_font_size = "0.9em",
text_font_google = NULL, text_font_google = NULL,
text_font_family = "Noto Sans", text_font_family = "Noto Sans",
text_font_weight = "normal", text_font_weight = "normal",

+ 6
- 6
R/style_mono_dark.R Zobrazit soubor

#' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class. #' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class.
#' @param code_inline_color Inline Code Color. Defaults to `base_color`. Modifies the `.remark-inline-code` class. #' @param code_inline_color Inline Code Color. Defaults to `base_color`. Modifies the `.remark-inline-code` class.
#' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class. #' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class.
#' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1rem. Modifies the `.remark-inline-code` class.
#' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1em. Modifies the `.remark-inline-code` class.
#' @param inverse_background_color Inverse Background Color. Defaults to `base_color`. Modifies the `.inverse` class. #' @param inverse_background_color Inverse Background Color. Defaults to `base_color`. Modifies the `.inverse` class.
#' @param inverse_text_color Inverse Text Color. Defaults to `black_color`. Modifies the `.inverse` class. #' @param inverse_text_color Inverse Text Color. Defaults to `black_color`. Modifies the `.inverse` class.
#' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class. #' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class.
#' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class. #' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class.
#' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class. #' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class.
#' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class. #' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class.
#' @param footnote_font_size Footnote font size. Defaults to 0.9rem. Modifies the `.footnote` class.
#' @param footnote_font_size Footnote font size. Defaults to 0.9em. Modifies the `.footnote` class.
#' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class. #' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class.
#' @param left_column_subtle_color Left Column Text (not last). Defaults to `apply_alpha(base_color, 0.6)`. Modifies the `.left-column h2, .left-column h3` classes. #' @param left_column_subtle_color Left Column Text (not last). Defaults to `apply_alpha(base_color, 0.6)`. Modifies the `.left-column h2, .left-column h3` classes.
#' @param left_column_selected_color Left Column Current Selection. Defaults to `base_color`. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes. #' @param left_column_selected_color Left Column Current Selection. Defaults to `base_color`. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes.
#' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class. #' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class.
#' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class. #' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class.
#' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class. #' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class.
#' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9rem. Modifies the `.remark-slide-number` class.
#' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9em. Modifies the `.remark-slide-number` class.
#' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element. #' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element.
#' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element.
#' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element.
code_highlight_color = "rgba(255,255,0,0.5)", code_highlight_color = "rgba(255,255,0,0.5)",
code_inline_color = base_color, code_inline_color = base_color,
code_inline_background_color = NULL, code_inline_background_color = NULL,
code_inline_font_size = "1rem",
code_inline_font_size = "1em",
inverse_background_color = base_color, inverse_background_color = base_color,
inverse_text_color = black_color, inverse_text_color = black_color,
inverse_text_shadow = FALSE, inverse_text_shadow = FALSE,
title_slide_background_size = NULL, title_slide_background_size = NULL,
title_slide_background_position = NULL, title_slide_background_position = NULL,
footnote_color = NULL, footnote_color = NULL,
footnote_font_size = "0.9rem",
footnote_font_size = "0.9em",
footnote_position_bottom = "60px", footnote_position_bottom = "60px",
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,
header_background_padding = NULL, header_background_padding = NULL,
header_background_content_padding_top = "7rem", header_background_content_padding_top = "7rem",
header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'), header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'),
text_slide_number_font_size = "0.9rem",
text_slide_number_font_size = "0.9em",
text_font_google = NULL, text_font_google = NULL,
text_font_family = "Noto Sans", text_font_family = "Noto Sans",
text_font_weight = "normal", text_font_weight = "normal",

+ 6
- 6
R/style_mono_light.R Zobrazit soubor

#' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class. #' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class.
#' @param code_inline_color Inline Code Color. Defaults to `base_color`. Modifies the `.remark-inline-code` class. #' @param code_inline_color Inline Code Color. Defaults to `base_color`. Modifies the `.remark-inline-code` class.
#' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class. #' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class.
#' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1rem. Modifies the `.remark-inline-code` class.
#' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1em. Modifies the `.remark-inline-code` class.
#' @param inverse_background_color Inverse Background Color. Defaults to `base_color`. Modifies the `.inverse` class. #' @param inverse_background_color Inverse Background Color. Defaults to `base_color`. Modifies the `.inverse` class.
#' @param inverse_text_color Inverse Text Color. Defaults to `white_color`. Modifies the `.inverse` class. #' @param inverse_text_color Inverse Text Color. Defaults to `white_color`. Modifies the `.inverse` class.
#' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class. #' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class.
#' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class. #' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class.
#' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class. #' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class.
#' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class. #' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class.
#' @param footnote_font_size Footnote font size. Defaults to 0.9rem. Modifies the `.footnote` class.
#' @param footnote_font_size Footnote font size. Defaults to 0.9em. Modifies the `.footnote` class.
#' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class. #' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class.
#' @param left_column_subtle_color Left Column Text (not last). Defaults to `apply_alpha(base_color, 0.6)`. Modifies the `.left-column h2, .left-column h3` classes. #' @param left_column_subtle_color Left Column Text (not last). Defaults to `apply_alpha(base_color, 0.6)`. Modifies the `.left-column h2, .left-column h3` classes.
#' @param left_column_selected_color Left Column Current Selection. Defaults to `base_color`. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes. #' @param left_column_selected_color Left Column Current Selection. Defaults to `base_color`. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes.
#' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class. #' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class.
#' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class. #' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class.
#' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class. #' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class.
#' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9rem. Modifies the `.remark-slide-number` class.
#' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9em. Modifies the `.remark-slide-number` class.
#' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element. #' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element.
#' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element.
#' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element.
code_highlight_color = "rgba(255,255,0,0.5)", code_highlight_color = "rgba(255,255,0,0.5)",
code_inline_color = base_color, code_inline_color = base_color,
code_inline_background_color = NULL, code_inline_background_color = NULL,
code_inline_font_size = "1rem",
code_inline_font_size = "1em",
inverse_background_color = base_color, inverse_background_color = base_color,
inverse_text_color = white_color, inverse_text_color = white_color,
inverse_text_shadow = FALSE, inverse_text_shadow = FALSE,
title_slide_background_size = NULL, title_slide_background_size = NULL,
title_slide_background_position = NULL, title_slide_background_position = NULL,
footnote_color = NULL, footnote_color = NULL,
footnote_font_size = "0.9rem",
footnote_font_size = "0.9em",
footnote_position_bottom = "60px", footnote_position_bottom = "60px",
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,
header_background_padding = NULL, header_background_padding = NULL,
header_background_content_padding_top = "7rem", header_background_content_padding_top = "7rem",
header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'), header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'),
text_slide_number_font_size = "0.9rem",
text_slide_number_font_size = "0.9em",
text_font_google = NULL, text_font_google = NULL,
text_font_family = "Noto Sans", text_font_family = "Noto Sans",
text_font_weight = "normal", text_font_weight = "normal",

+ 6
- 6
R/style_solarized_dark.R Zobrazit soubor

#' @param code_highlight_color Code Line Highlight. Defaults to #268bd240. Modifies the `.remark-code-line-highlighted` class. #' @param code_highlight_color Code Line Highlight. Defaults to #268bd240. Modifies the `.remark-code-line-highlighted` class.
#' @param code_inline_color Inline Code Color. Defaults to #6c71c4. Modifies the `.remark-inline-code` class. #' @param code_inline_color Inline Code Color. Defaults to #6c71c4. Modifies the `.remark-inline-code` class.
#' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class. #' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class.
#' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1rem. Modifies the `.remark-inline-code` class.
#' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1em. Modifies the `.remark-inline-code` class.
#' @param inverse_background_color Inverse Background Color. Defaults to #fdf6e3. Modifies the `.inverse` class. #' @param inverse_background_color Inverse Background Color. Defaults to #fdf6e3. Modifies the `.inverse` class.
#' @param inverse_text_color Inverse Text Color. Defaults to #002b36. Modifies the `.inverse` class. #' @param inverse_text_color Inverse Text Color. Defaults to #002b36. Modifies the `.inverse` class.
#' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class. #' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class.
#' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class. #' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class.
#' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class. #' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class.
#' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class. #' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class.
#' @param footnote_font_size Footnote font size. Defaults to 0.9rem. Modifies the `.footnote` class.
#' @param footnote_font_size Footnote font size. Defaults to 0.9em. Modifies the `.footnote` class.
#' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class. #' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class.
#' @param left_column_subtle_color Left Column Text (not last). Defaults to #586e75. Modifies the `.left-column h2, .left-column h3` classes. #' @param left_column_subtle_color Left Column Text (not last). Defaults to #586e75. Modifies the `.left-column h2, .left-column h3` classes.
#' @param left_column_selected_color Left Column Current Selection. Defaults to #93a1a1. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes. #' @param left_column_selected_color Left Column Current Selection. Defaults to #93a1a1. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes.
#' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class. #' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class.
#' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class. #' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class.
#' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class. #' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class.
#' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9rem. Modifies the `.remark-slide-number` class.
#' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9em. Modifies the `.remark-slide-number` class.
#' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element. #' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element.
#' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element.
#' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element.
code_highlight_color = "#268bd240", code_highlight_color = "#268bd240",
code_inline_color = "#6c71c4", code_inline_color = "#6c71c4",
code_inline_background_color = NULL, code_inline_background_color = NULL,
code_inline_font_size = "1rem",
code_inline_font_size = "1em",
inverse_background_color = "#fdf6e3", inverse_background_color = "#fdf6e3",
inverse_text_color = "#002b36", inverse_text_color = "#002b36",
inverse_text_shadow = FALSE, inverse_text_shadow = FALSE,
title_slide_background_size = NULL, title_slide_background_size = NULL,
title_slide_background_position = NULL, title_slide_background_position = NULL,
footnote_color = NULL, footnote_color = NULL,
footnote_font_size = "0.9rem",
footnote_font_size = "0.9em",
footnote_position_bottom = "60px", footnote_position_bottom = "60px",
left_column_subtle_color = "#586e75", left_column_subtle_color = "#586e75",
left_column_selected_color = "#93a1a1", left_column_selected_color = "#93a1a1",
header_background_padding = NULL, header_background_padding = NULL,
header_background_content_padding_top = "7rem", header_background_content_padding_top = "7rem",
header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'), header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'),
text_slide_number_font_size = "0.9rem",
text_slide_number_font_size = "0.9em",
text_font_google = NULL, text_font_google = NULL,
text_font_family = "Noto Sans", text_font_family = "Noto Sans",
text_font_weight = "normal", text_font_weight = "normal",

+ 6
- 6
R/style_solarized_light.R Zobrazit soubor

#' @param code_highlight_color Code Line Highlight. Defaults to #268bd240. Modifies the `.remark-code-line-highlighted` class. #' @param code_highlight_color Code Line Highlight. Defaults to #268bd240. Modifies the `.remark-code-line-highlighted` class.
#' @param code_inline_color Inline Code Color. Defaults to #6c71c4. Modifies the `.remark-inline-code` class. #' @param code_inline_color Inline Code Color. Defaults to #6c71c4. Modifies the `.remark-inline-code` class.
#' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class. #' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class.
#' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1rem. Modifies the `.remark-inline-code` class.
#' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1em. Modifies the `.remark-inline-code` class.
#' @param inverse_background_color Inverse Background Color. Defaults to #002b36. Modifies the `.inverse` class. #' @param inverse_background_color Inverse Background Color. Defaults to #002b36. Modifies the `.inverse` class.
#' @param inverse_text_color Inverse Text Color. Defaults to #fdf6e3. Modifies the `.inverse` class. #' @param inverse_text_color Inverse Text Color. Defaults to #fdf6e3. Modifies the `.inverse` class.
#' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class. #' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class.
#' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class. #' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class.
#' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class. #' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class.
#' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class. #' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class.
#' @param footnote_font_size Footnote font size. Defaults to 0.9rem. Modifies the `.footnote` class.
#' @param footnote_font_size Footnote font size. Defaults to 0.9em. Modifies the `.footnote` class.
#' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class. #' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class.
#' @param left_column_subtle_color Left Column Text (not last). Defaults to #93a1a1. Modifies the `.left-column h2, .left-column h3` classes. #' @param left_column_subtle_color Left Column Text (not last). Defaults to #93a1a1. Modifies the `.left-column h2, .left-column h3` classes.
#' @param left_column_selected_color Left Column Current Selection. Defaults to #586e75. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes. #' @param left_column_selected_color Left Column Current Selection. Defaults to #586e75. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes.
#' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class. #' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class.
#' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class. #' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class.
#' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class. #' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class.
#' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9rem. Modifies the `.remark-slide-number` class.
#' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9em. Modifies the `.remark-slide-number` class.
#' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element. #' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element.
#' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element.
#' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element.
code_highlight_color = "#268bd240", code_highlight_color = "#268bd240",
code_inline_color = "#6c71c4", code_inline_color = "#6c71c4",
code_inline_background_color = NULL, code_inline_background_color = NULL,
code_inline_font_size = "1rem",
code_inline_font_size = "1em",
inverse_background_color = "#002b36", inverse_background_color = "#002b36",
inverse_text_color = "#fdf6e3", inverse_text_color = "#fdf6e3",
inverse_text_shadow = FALSE, inverse_text_shadow = FALSE,
title_slide_background_size = NULL, title_slide_background_size = NULL,
title_slide_background_position = NULL, title_slide_background_position = NULL,
footnote_color = NULL, footnote_color = NULL,
footnote_font_size = "0.9rem",
footnote_font_size = "0.9em",
footnote_position_bottom = "60px", footnote_position_bottom = "60px",
left_column_subtle_color = "#93a1a1", left_column_subtle_color = "#93a1a1",
left_column_selected_color = "#586e75", left_column_selected_color = "#586e75",
header_background_padding = NULL, header_background_padding = NULL,
header_background_content_padding_top = "7rem", header_background_content_padding_top = "7rem",
header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'), header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'),
text_slide_number_font_size = "0.9rem",
text_slide_number_font_size = "0.9em",
text_font_google = NULL, text_font_google = NULL,
text_font_family = "Noto Sans", text_font_family = "Noto Sans",
text_font_weight = "normal", text_font_weight = "normal",

+ 6
- 6
R/style_xaringan.R Zobrazit soubor

#' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class. #' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class.
#' @param code_inline_color Inline Code Color. Defaults to #000. Modifies the `.remark-inline-code` class. #' @param code_inline_color Inline Code Color. Defaults to #000. Modifies the `.remark-inline-code` class.
#' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class. #' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class.
#' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1rem. Modifies the `.remark-inline-code` class.
#' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1em. Modifies the `.remark-inline-code` class.
#' @param inverse_background_color Inverse Background Color. Defaults to #272822. Modifies the `.inverse` class. #' @param inverse_background_color Inverse Background Color. Defaults to #272822. Modifies the `.inverse` class.
#' @param inverse_text_color Inverse Text Color. Defaults to #d6d6d6. Modifies the `.inverse` class. #' @param inverse_text_color Inverse Text Color. Defaults to #d6d6d6. Modifies the `.inverse` class.
#' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class. #' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class.
#' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class. #' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class.
#' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class. #' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class.
#' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class. #' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class.
#' @param footnote_font_size Footnote font size. Defaults to 0.9rem. Modifies the `.footnote` class.
#' @param footnote_font_size Footnote font size. Defaults to 0.9em. Modifies the `.footnote` class.
#' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class. #' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class.
#' @param left_column_subtle_color Left Column Text (not last). Defaults to #777. Modifies the `.left-column h2, .left-column h3` classes. #' @param left_column_subtle_color Left Column Text (not last). Defaults to #777. Modifies the `.left-column h2, .left-column h3` classes.
#' @param left_column_selected_color Left Column Current Selection. Defaults to #000. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes. #' @param left_column_selected_color Left Column Current Selection. Defaults to #000. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes.
#' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class. #' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class.
#' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class. #' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class.
#' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class. #' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class.
#' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9rem. Modifies the `.remark-slide-number` class.
#' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9em. Modifies the `.remark-slide-number` class.
#' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element. #' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element.
#' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element.
#' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element.
code_highlight_color = "rgba(255,255,0,0.5)", code_highlight_color = "rgba(255,255,0,0.5)",
code_inline_color = "#000", code_inline_color = "#000",
code_inline_background_color = NULL, code_inline_background_color = NULL,
code_inline_font_size = "1rem",
code_inline_font_size = "1em",
inverse_background_color = "#272822", inverse_background_color = "#272822",
inverse_text_color = "#d6d6d6", inverse_text_color = "#d6d6d6",
inverse_text_shadow = FALSE, inverse_text_shadow = FALSE,
title_slide_background_size = NULL, title_slide_background_size = NULL,
title_slide_background_position = NULL, title_slide_background_position = NULL,
footnote_color = NULL, footnote_color = NULL,
footnote_font_size = "0.9rem",
footnote_font_size = "0.9em",
footnote_position_bottom = "60px", footnote_position_bottom = "60px",
left_column_subtle_color = "#777", left_column_subtle_color = "#777",
left_column_selected_color = "#000", left_column_selected_color = "#000",
header_background_padding = NULL, header_background_padding = NULL,
header_background_content_padding_top = "7rem", header_background_content_padding_top = "7rem",
header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'), header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'),
text_slide_number_font_size = "0.9rem",
text_slide_number_font_size = "0.9em",
text_font_google = NULL, text_font_google = NULL,
text_font_family = "Noto Sans", text_font_family = "Noto Sans",
text_font_weight = "normal", text_font_weight = "normal",

+ 3
- 3
R/theme_settings.R Zobrazit soubor

, "code_highlight_color", "rgba(255,255,0,0.5)", ".remark-code-line-highlighted", "Code Line Highlight" , "code_highlight_color", "rgba(255,255,0,0.5)", ".remark-code-line-highlighted", "Code Line Highlight"
, "code_inline_color", "#000", ".remark-inline-code", "Inline Code Color" , "code_inline_color", "#000", ".remark-inline-code", "Inline Code Color"
, "code_inline_background_color", NULL, ".remark-inline-code", "Inline Code Background Color" , "code_inline_background_color", NULL, ".remark-inline-code", "Inline Code Background Color"
, "code_inline_font_size", "1rem", ".remark-inline-code", "Inline Code Text Font Size"
, "code_inline_font_size", "1em", ".remark-inline-code", "Inline Code Text Font Size"
, "inverse_background_color", "#272822", ".inverse", "Inverse Background Color" , "inverse_background_color", "#272822", ".inverse", "Inverse Background Color"
, "inverse_text_color", "#d6d6d6", ".inverse", "Inverse Text Color" , "inverse_text_color", "#d6d6d6", ".inverse", "Inverse Text Color"
, "inverse_text_shadow", "{FALSE}", ".inverse", "Enables Shadow on text of inverse slides" , "inverse_text_shadow", "{FALSE}", ".inverse", "Enables Shadow on text of inverse slides"
, "title_slide_background_size", NULL, ".title-slide", "Title Slide Background Image Size, defaults to \"cover\" if background image is set" , "title_slide_background_size", NULL, ".title-slide", "Title Slide Background Image Size, defaults to \"cover\" if background image is set"
, "title_slide_background_position", NULL, ".title-slide", "Title Slide Background Image Position" , "title_slide_background_position", NULL, ".title-slide", "Title Slide Background Image Position"
, "footnote_color", NULL, ".footnote", "Footnote text color (if `NA`, then it will be the same color as `text_color`)" , "footnote_color", NULL, ".footnote", "Footnote text color (if `NA`, then it will be the same color as `text_color`)"
, "footnote_font_size", "0.9rem", ".footnote", "Footnote font size"
, "footnote_font_size", "0.9em", ".footnote", "Footnote font size"
, "footnote_position_bottom", "60px", ".footnote", "Footnote location from bottom of screen" , "footnote_position_bottom", "60px", ".footnote", "Footnote location from bottom of screen"
, "left_column_subtle_color", "#777", ".left-column h2, .left-column h3", "Left Column Text (not last)" , "left_column_subtle_color", "#777", ".left-column h2, .left-column h3", "Left Column Text (not last)"
, "left_column_selected_color", "#000", ".left-column h2:last-of-type, .left-column h3:last-child", "Left Column Current Selection" , "left_column_selected_color", "#000", ".left-column h2:last-of-type, .left-column h3:last-child", "Left Column Current Selection"
, "header_background_padding", NULL, ".remark-slide-content h1", "Padding for h1 Header with Background" , "header_background_padding", NULL, ".remark-slide-content h1", "Padding for h1 Header with Background"
, "header_background_content_padding_top", "7rem", ".remark-slide-content", "Top Padding for Content in Slide with Header with Background" , "header_background_content_padding_top", "7rem", ".remark-slide-content", "Top Padding for Content in Slide with Header with Background"
, "header_background_ignore_classes", "{c('normal', 'inverse', 'title', 'middle', 'bottom')}", ".remark-slide-content", "Slide Classes Where Header with Background will not be Applied" , "header_background_ignore_classes", "{c('normal', 'inverse', 'title', 'middle', 'bottom')}", ".remark-slide-content", "Slide Classes Where Header with Background will not be Applied"
, "text_slide_number_font_size", "0.9rem", ".remark-slide-number", "Slide Number Text Font Size"
, "text_slide_number_font_size", "0.9em", ".remark-slide-number", "Slide Number Text Font Size"
, "text_font_google", NULL, "body", "Use `google_font()` to specify body font" , "text_font_google", NULL, "body", "Use `google_font()` to specify body font"
, "text_font_family", "Noto Sans", "body", "Body Text Font Family (xaringan default is `'Droid Serif'`)" , "text_font_family", "Noto Sans", "body", "Body Text Font Family (xaringan default is `'Droid Serif'`)"
, "text_font_weight", "normal", "body", "Body Text Font Weight" , "text_font_weight", "normal", "body", "Body Text Font Weight"

+ 10
- 20
README.md Zobrazit soubor



Give your [xaringan](https://github.com/yihui/xaringan) slides some Give your [xaringan](https://github.com/yihui/xaringan) slides some
style with **xaringanthemer** within your `slides.Rmd` file without style with **xaringanthemer** within your `slides.Rmd` file without
(much)
CSS.
(much) CSS.


<img src="https://raw.githubusercontent.com/gadenbuie/xaringanthemer/assets/examples.gif" alt="Animation previewing many xaringanthemer themes" /> <img src="https://raw.githubusercontent.com/gadenbuie/xaringanthemer/assets/examples.gif" alt="Animation previewing many xaringanthemer themes" />


**xaringanthemer** is <kbd>Tab</kbd> friendly – [use autocomplete to **xaringanthemer** is <kbd>Tab</kbd> friendly – [use autocomplete to
explore](#theme-settings) the [template explore](#theme-settings) the [template
variables](vignettes/template-variables.md) that you can adjust in each variables](vignettes/template-variables.md) that you can adjust in each
of the
themes\!
of the themes\!


<img src="https://raw.githubusercontent.com/gadenbuie/xaringanthemer/assets/example-rstudio-completion.gif" alt="Demonstration of argument auto-completion with RStudio" /> <img src="https://raw.githubusercontent.com/gadenbuie/xaringanthemer/assets/example-rstudio-completion.gif" alt="Demonstration of argument auto-completion with RStudio" />


### R Markdown Template in RStudio ### R Markdown Template in RStudio


You can also skip the above and just create a *Ninja Themed You can also skip the above and just create a *Ninja Themed
Presentation* from the New R Markdown Document menu in
RStudio.
Presentation* from the New R Markdown Document menu in RStudio.


<center> <center>




#### `style_mono_light()` #### `style_mono_light()`


A light theme based around a single
color.
A light theme based around a single color.


``` r ``` r
style_mono_light(base_color = "#23395b") style_mono_light(base_color = "#23395b")


#### `style_mono_dark()` #### `style_mono_dark()`


A dark theme based around a single
color.
A dark theme based around a single color.


``` r ``` r
style_mono_dark(base_color = "#cbf7ed") style_mono_dark(base_color = "#cbf7ed")
#### `style_mono_accent()` #### `style_mono_accent()`


The default xaringan theme with a single color used for color accents on The default xaringan theme with a single color used for color accents on
select elements (headers, bold text,
etc.).
select elements (headers, bold text, etc.).


``` r ``` r
style_mono_accent(base_color = "#43418A") style_mono_accent(base_color = "#43418A")
#### `style_mono_accent_inverse()` #### `style_mono_accent_inverse()`


An “inverted” default xaringan theme with a single color used for color An “inverted” default xaringan theme with a single color used for color
accents on select elements (headers, bold text,
etc.).
accents on select elements (headers, bold text, etc.).


``` r ``` r
style_mono_accent_inverse(base_color = "#3C989E") style_mono_accent_inverse(base_color = "#3C989E")


#### `style_duo()` #### `style_duo()`


A two-colored theme based on a primary and secondary
color.
A two-colored theme based on a primary and secondary color.


``` r ``` r
style_duo(primary_color = "#1F4257", secondary_color = "#F97B64") style_duo(primary_color = "#1F4257", secondary_color = "#F97B64")


#### `style_duo_accent()` #### `style_duo_accent()`


The default Xaringan theme with two accent
colors.
The default Xaringan theme with two accent colors.


``` r ``` r
style_duo_accent(primary_color = "#006747", secondary_color = "#CFC493") style_duo_accent(primary_color = "#006747", secondary_color = "#CFC493")


#### `style_duo_accent_inverse()` #### `style_duo_accent_inverse()`


An “inverted” default Xaringan theme with two accent
colors.
An “inverted” default Xaringan theme with two accent colors.


``` r ``` r
style_duo_accent_inverse(primary_color = "#006747", secondary_color = "#CFC493") style_duo_accent_inverse(primary_color = "#006747", secondary_color = "#CFC493")

+ 6
- 6
man/style_duo.Rd Zobrazit soubor

code_highlight_color = "rgba(255,255,0,0.5)", code_highlight_color = "rgba(255,255,0,0.5)",
code_inline_color = secondary_color, code_inline_color = secondary_color,
code_inline_background_color = NULL, code_inline_background_color = NULL,
code_inline_font_size = "1rem",
code_inline_font_size = "1em",
inverse_background_color = secondary_color, inverse_background_color = secondary_color,
inverse_text_color = primary_color, inverse_text_color = primary_color,
inverse_text_shadow = FALSE, inverse_text_shadow = FALSE,
title_slide_background_size = NULL, title_slide_background_size = NULL,
title_slide_background_position = NULL, title_slide_background_position = NULL,
footnote_color = NULL, footnote_color = NULL,
footnote_font_size = "0.9rem",
footnote_font_size = "0.9em",
footnote_position_bottom = "60px", footnote_position_bottom = "60px",
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,
header_background_padding = NULL, header_background_padding = NULL,
header_background_content_padding_top = "7rem", header_background_content_padding_top = "7rem",
header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"),
text_slide_number_font_size = "0.9rem",
text_slide_number_font_size = "0.9em",
text_font_google = NULL, text_font_google = NULL,
text_font_family = "Noto Sans", text_font_family = "Noto Sans",
text_font_weight = "normal", text_font_weight = "normal",


\item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.} \item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.}


\item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1rem. Modifies the \code{.remark-inline-code} class.}
\item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1em. Modifies the \code{.remark-inline-code} class.}


\item{inverse_background_color}{Inverse Background Color. Defaults to \code{secondary_color}. Modifies the \code{.inverse} class.} \item{inverse_background_color}{Inverse Background Color. Defaults to \code{secondary_color}. Modifies the \code{.inverse} class.}




\item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.} \item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.}


\item{footnote_font_size}{Footnote font size. Defaults to 0.9rem. Modifies the \code{.footnote} class.}
\item{footnote_font_size}{Footnote font size. Defaults to 0.9em. Modifies the \code{.footnote} class.}


\item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.} \item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.}




\item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.} \item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.}


\item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9rem. Modifies the \code{.remark-slide-number} class.}
\item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9em. Modifies the \code{.remark-slide-number} class.}


\item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.} \item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.}



+ 6
- 6
man/style_duo_accent.Rd Zobrazit soubor

code_inline_color = choose_dark_or_light(secondary_color, primary_color, code_inline_color = choose_dark_or_light(secondary_color, primary_color,
secondary_color), secondary_color),
code_inline_background_color = NULL, code_inline_background_color = NULL,
code_inline_font_size = "1rem",
code_inline_font_size = "1em",
inverse_background_color = secondary_color, inverse_background_color = secondary_color,
inverse_text_color = choose_dark_or_light(secondary_color, black_color, white_color), inverse_text_color = choose_dark_or_light(secondary_color, black_color, white_color),
inverse_text_shadow = FALSE, inverse_text_shadow = FALSE,
title_slide_background_size = NULL, title_slide_background_size = NULL,
title_slide_background_position = NULL, title_slide_background_position = NULL,
footnote_color = NULL, footnote_color = NULL,
footnote_font_size = "0.9rem",
footnote_font_size = "0.9em",
footnote_position_bottom = "60px", footnote_position_bottom = "60px",
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,
header_background_padding = NULL, header_background_padding = NULL,
header_background_content_padding_top = "7rem", header_background_content_padding_top = "7rem",
header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"),
text_slide_number_font_size = "0.9rem",
text_slide_number_font_size = "0.9em",
text_font_google = NULL, text_font_google = NULL,
text_font_family = "Noto Sans", text_font_family = "Noto Sans",
text_font_weight = "normal", text_font_weight = "normal",


\item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.} \item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.}


\item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1rem. Modifies the \code{.remark-inline-code} class.}
\item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1em. Modifies the \code{.remark-inline-code} class.}


\item{inverse_background_color}{Inverse Background Color. Defaults to \code{secondary_color}. Modifies the \code{.inverse} class.} \item{inverse_background_color}{Inverse Background Color. Defaults to \code{secondary_color}. Modifies the \code{.inverse} class.}




\item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.} \item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.}


\item{footnote_font_size}{Footnote font size. Defaults to 0.9rem. Modifies the \code{.footnote} class.}
\item{footnote_font_size}{Footnote font size. Defaults to 0.9em. Modifies the \code{.footnote} class.}


\item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.} \item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.}




\item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.} \item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.}


\item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9rem. Modifies the \code{.remark-slide-number} class.}
\item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9em. Modifies the \code{.remark-slide-number} class.}


\item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.} \item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.}



+ 6
- 6
man/style_duo_accent_inverse.Rd Zobrazit soubor

code_inline_color = choose_dark_or_light(secondary_color, secondary_color, code_inline_color = choose_dark_or_light(secondary_color, secondary_color,
primary_color), primary_color),
code_inline_background_color = NULL, code_inline_background_color = NULL,
code_inline_font_size = "1rem",
code_inline_font_size = "1em",
inverse_background_color = secondary_color, inverse_background_color = secondary_color,
inverse_text_color = choose_dark_or_light(secondary_color, black_color, white_color), inverse_text_color = choose_dark_or_light(secondary_color, black_color, white_color),
inverse_text_shadow = FALSE, inverse_text_shadow = FALSE,
title_slide_background_size = NULL, title_slide_background_size = NULL,
title_slide_background_position = NULL, title_slide_background_position = NULL,
footnote_color = NULL, footnote_color = NULL,
footnote_font_size = "0.9rem",
footnote_font_size = "0.9em",
footnote_position_bottom = "60px", footnote_position_bottom = "60px",
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,
header_background_padding = NULL, header_background_padding = NULL,
header_background_content_padding_top = "7rem", header_background_content_padding_top = "7rem",
header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"),
text_slide_number_font_size = "0.9rem",
text_slide_number_font_size = "0.9em",
text_font_google = NULL, text_font_google = NULL,
text_font_family = "Noto Sans", text_font_family = "Noto Sans",
text_font_weight = "normal", text_font_weight = "normal",


\item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.} \item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.}


\item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1rem. Modifies the \code{.remark-inline-code} class.}
\item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1em. Modifies the \code{.remark-inline-code} class.}


\item{inverse_background_color}{Inverse Background Color. Defaults to \code{secondary_color}. Modifies the \code{.inverse} class.} \item{inverse_background_color}{Inverse Background Color. Defaults to \code{secondary_color}. Modifies the \code{.inverse} class.}




\item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.} \item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.}


\item{footnote_font_size}{Footnote font size. Defaults to 0.9rem. Modifies the \code{.footnote} class.}
\item{footnote_font_size}{Footnote font size. Defaults to 0.9em. Modifies the \code{.footnote} class.}


\item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.} \item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.}




\item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.} \item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.}


\item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9rem. Modifies the \code{.remark-slide-number} class.}
\item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9em. Modifies the \code{.remark-slide-number} class.}


\item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.} \item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.}



+ 6
- 6
man/style_mono_accent.Rd Zobrazit soubor

code_highlight_color = "rgba(255,255,0,0.5)", code_highlight_color = "rgba(255,255,0,0.5)",
code_inline_color = base_color, code_inline_color = base_color,
code_inline_background_color = NULL, code_inline_background_color = NULL,
code_inline_font_size = "1rem",
code_inline_font_size = "1em",
inverse_background_color = base_color, inverse_background_color = base_color,
inverse_text_color = white_color, inverse_text_color = white_color,
inverse_text_shadow = FALSE, inverse_text_shadow = FALSE,
title_slide_background_size = NULL, title_slide_background_size = NULL,
title_slide_background_position = NULL, title_slide_background_position = NULL,
footnote_color = NULL, footnote_color = NULL,
footnote_font_size = "0.9rem",
footnote_font_size = "0.9em",
footnote_position_bottom = "60px", footnote_position_bottom = "60px",
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,
header_background_padding = NULL, header_background_padding = NULL,
header_background_content_padding_top = "7rem", header_background_content_padding_top = "7rem",
header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"),
text_slide_number_font_size = "0.9rem",
text_slide_number_font_size = "0.9em",
text_font_google = NULL, text_font_google = NULL,
text_font_family = "Noto Sans", text_font_family = "Noto Sans",
text_font_weight = "normal", text_font_weight = "normal",


\item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.} \item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.}


\item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1rem. Modifies the \code{.remark-inline-code} class.}
\item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1em. Modifies the \code{.remark-inline-code} class.}


\item{inverse_background_color}{Inverse Background Color. Defaults to \code{base_color}. Modifies the \code{.inverse} class.} \item{inverse_background_color}{Inverse Background Color. Defaults to \code{base_color}. Modifies the \code{.inverse} class.}




\item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.} \item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.}


\item{footnote_font_size}{Footnote font size. Defaults to 0.9rem. Modifies the \code{.footnote} class.}
\item{footnote_font_size}{Footnote font size. Defaults to 0.9em. Modifies the \code{.footnote} class.}


\item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.} \item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.}




\item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.} \item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.}


\item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9rem. Modifies the \code{.remark-slide-number} class.}
\item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9em. Modifies the \code{.remark-slide-number} class.}


\item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.} \item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.}



+ 6
- 6
man/style_mono_accent_inverse.Rd Zobrazit soubor

code_highlight_color = "rgba(255,255,0,0.5)", code_highlight_color = "rgba(255,255,0,0.5)",
code_inline_color = base_color, code_inline_color = base_color,
code_inline_background_color = NULL, code_inline_background_color = NULL,
code_inline_font_size = "1rem",
code_inline_font_size = "1em",
inverse_background_color = base_color, inverse_background_color = base_color,
inverse_text_color = black_color, inverse_text_color = black_color,
inverse_text_shadow = FALSE, inverse_text_shadow = FALSE,
title_slide_background_size = NULL, title_slide_background_size = NULL,
title_slide_background_position = NULL, title_slide_background_position = NULL,
footnote_color = NULL, footnote_color = NULL,
footnote_font_size = "0.9rem",
footnote_font_size = "0.9em",
footnote_position_bottom = "60px", footnote_position_bottom = "60px",
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,
header_background_padding = NULL, header_background_padding = NULL,
header_background_content_padding_top = "7rem", header_background_content_padding_top = "7rem",
header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"),
text_slide_number_font_size = "0.9rem",
text_slide_number_font_size = "0.9em",
text_font_google = NULL, text_font_google = NULL,
text_font_family = "Noto Sans", text_font_family = "Noto Sans",
text_font_weight = "normal", text_font_weight = "normal",


\item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.} \item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.}


\item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1rem. Modifies the \code{.remark-inline-code} class.}
\item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1em. Modifies the \code{.remark-inline-code} class.}


\item{inverse_background_color}{Inverse Background Color. Defaults to \code{base_color}. Modifies the \code{.inverse} class.} \item{inverse_background_color}{Inverse Background Color. Defaults to \code{base_color}. Modifies the \code{.inverse} class.}




\item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.} \item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.}


\item{footnote_font_size}{Footnote font size. Defaults to 0.9rem. Modifies the \code{.footnote} class.}
\item{footnote_font_size}{Footnote font size. Defaults to 0.9em. Modifies the \code{.footnote} class.}


\item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.} \item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.}




\item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.} \item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.}


\item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9rem. Modifies the \code{.remark-slide-number} class.}
\item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9em. Modifies the \code{.remark-slide-number} class.}


\item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.} \item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.}



+ 6
- 6
man/style_mono_dark.Rd Zobrazit soubor

code_highlight_color = "rgba(255,255,0,0.5)", code_highlight_color = "rgba(255,255,0,0.5)",
code_inline_color = base_color, code_inline_color = base_color,
code_inline_background_color = NULL, code_inline_background_color = NULL,
code_inline_font_size = "1rem",
code_inline_font_size = "1em",
inverse_background_color = base_color, inverse_background_color = base_color,
inverse_text_color = black_color, inverse_text_color = black_color,
inverse_text_shadow = FALSE, inverse_text_shadow = FALSE,
title_slide_background_size = NULL, title_slide_background_size = NULL,
title_slide_background_position = NULL, title_slide_background_position = NULL,
footnote_color = NULL, footnote_color = NULL,
footnote_font_size = "0.9rem",
footnote_font_size = "0.9em",
footnote_position_bottom = "60px", footnote_position_bottom = "60px",
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,
header_background_padding = NULL, header_background_padding = NULL,
header_background_content_padding_top = "7rem", header_background_content_padding_top = "7rem",
header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"),
text_slide_number_font_size = "0.9rem",
text_slide_number_font_size = "0.9em",
text_font_google = NULL, text_font_google = NULL,
text_font_family = "Noto Sans", text_font_family = "Noto Sans",
text_font_weight = "normal", text_font_weight = "normal",


\item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.} \item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.}


\item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1rem. Modifies the \code{.remark-inline-code} class.}
\item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1em. Modifies the \code{.remark-inline-code} class.}


\item{inverse_background_color}{Inverse Background Color. Defaults to \code{base_color}. Modifies the \code{.inverse} class.} \item{inverse_background_color}{Inverse Background Color. Defaults to \code{base_color}. Modifies the \code{.inverse} class.}




\item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.} \item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.}


\item{footnote_font_size}{Footnote font size. Defaults to 0.9rem. Modifies the \code{.footnote} class.}
\item{footnote_font_size}{Footnote font size. Defaults to 0.9em. Modifies the \code{.footnote} class.}


\item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.} \item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.}




\item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.} \item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.}


\item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9rem. Modifies the \code{.remark-slide-number} class.}
\item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9em. Modifies the \code{.remark-slide-number} class.}


\item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.} \item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.}



+ 6
- 6
man/style_mono_light.Rd Zobrazit soubor

code_highlight_color = "rgba(255,255,0,0.5)", code_highlight_color = "rgba(255,255,0,0.5)",
code_inline_color = base_color, code_inline_color = base_color,
code_inline_background_color = NULL, code_inline_background_color = NULL,
code_inline_font_size = "1rem",
code_inline_font_size = "1em",
inverse_background_color = base_color, inverse_background_color = base_color,
inverse_text_color = white_color, inverse_text_color = white_color,
inverse_text_shadow = FALSE, inverse_text_shadow = FALSE,
title_slide_background_size = NULL, title_slide_background_size = NULL,
title_slide_background_position = NULL, title_slide_background_position = NULL,
footnote_color = NULL, footnote_color = NULL,
footnote_font_size = "0.9rem",
footnote_font_size = "0.9em",
footnote_position_bottom = "60px", footnote_position_bottom = "60px",
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,
header_background_padding = NULL, header_background_padding = NULL,
header_background_content_padding_top = "7rem", header_background_content_padding_top = "7rem",
header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"),
text_slide_number_font_size = "0.9rem",
text_slide_number_font_size = "0.9em",
text_font_google = NULL, text_font_google = NULL,
text_font_family = "Noto Sans", text_font_family = "Noto Sans",
text_font_weight = "normal", text_font_weight = "normal",


\item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.} \item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.}


\item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1rem. Modifies the \code{.remark-inline-code} class.}
\item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1em. Modifies the \code{.remark-inline-code} class.}


\item{inverse_background_color}{Inverse Background Color. Defaults to \code{base_color}. Modifies the \code{.inverse} class.} \item{inverse_background_color}{Inverse Background Color. Defaults to \code{base_color}. Modifies the \code{.inverse} class.}




\item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.} \item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.}


\item{footnote_font_size}{Footnote font size. Defaults to 0.9rem. Modifies the \code{.footnote} class.}
\item{footnote_font_size}{Footnote font size. Defaults to 0.9em. Modifies the \code{.footnote} class.}


\item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.} \item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.}




\item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.} \item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.}


\item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9rem. Modifies the \code{.remark-slide-number} class.}
\item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9em. Modifies the \code{.remark-slide-number} class.}


\item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.} \item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.}



+ 6
- 6
man/style_solarized_dark.Rd Zobrazit soubor

code_highlight_color = "#268bd240", code_highlight_color = "#268bd240",
code_inline_color = "#6c71c4", code_inline_color = "#6c71c4",
code_inline_background_color = NULL, code_inline_background_color = NULL,
code_inline_font_size = "1rem",
code_inline_font_size = "1em",
inverse_background_color = "#fdf6e3", inverse_background_color = "#fdf6e3",
inverse_text_color = "#002b36", inverse_text_color = "#002b36",
inverse_text_shadow = FALSE, inverse_text_shadow = FALSE,
title_slide_background_size = NULL, title_slide_background_size = NULL,
title_slide_background_position = NULL, title_slide_background_position = NULL,
footnote_color = NULL, footnote_color = NULL,
footnote_font_size = "0.9rem",
footnote_font_size = "0.9em",
footnote_position_bottom = "60px", footnote_position_bottom = "60px",
left_column_subtle_color = "#586e75", left_column_subtle_color = "#586e75",
left_column_selected_color = "#93a1a1", left_column_selected_color = "#93a1a1",
header_background_padding = NULL, header_background_padding = NULL,
header_background_content_padding_top = "7rem", header_background_content_padding_top = "7rem",
header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"),
text_slide_number_font_size = "0.9rem",
text_slide_number_font_size = "0.9em",
text_font_google = NULL, text_font_google = NULL,
text_font_family = "Noto Sans", text_font_family = "Noto Sans",
text_font_weight = "normal", text_font_weight = "normal",


\item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.} \item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.}


\item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1rem. Modifies the \code{.remark-inline-code} class.}
\item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1em. Modifies the \code{.remark-inline-code} class.}


\item{inverse_background_color}{Inverse Background Color. Defaults to #fdf6e3. Modifies the \code{.inverse} class.} \item{inverse_background_color}{Inverse Background Color. Defaults to #fdf6e3. Modifies the \code{.inverse} class.}




\item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.} \item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.}


\item{footnote_font_size}{Footnote font size. Defaults to 0.9rem. Modifies the \code{.footnote} class.}
\item{footnote_font_size}{Footnote font size. Defaults to 0.9em. Modifies the \code{.footnote} class.}


\item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.} \item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.}




\item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.} \item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.}


\item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9rem. Modifies the \code{.remark-slide-number} class.}
\item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9em. Modifies the \code{.remark-slide-number} class.}


\item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.} \item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.}



+ 6
- 6
man/style_solarized_light.Rd Zobrazit soubor

code_highlight_color = "#268bd240", code_highlight_color = "#268bd240",
code_inline_color = "#6c71c4", code_inline_color = "#6c71c4",
code_inline_background_color = NULL, code_inline_background_color = NULL,
code_inline_font_size = "1rem",
code_inline_font_size = "1em",
inverse_background_color = "#002b36", inverse_background_color = "#002b36",
inverse_text_color = "#fdf6e3", inverse_text_color = "#fdf6e3",
inverse_text_shadow = FALSE, inverse_text_shadow = FALSE,
title_slide_background_size = NULL, title_slide_background_size = NULL,
title_slide_background_position = NULL, title_slide_background_position = NULL,
footnote_color = NULL, footnote_color = NULL,
footnote_font_size = "0.9rem",
footnote_font_size = "0.9em",
footnote_position_bottom = "60px", footnote_position_bottom = "60px",
left_column_subtle_color = "#93a1a1", left_column_subtle_color = "#93a1a1",
left_column_selected_color = "#586e75", left_column_selected_color = "#586e75",
header_background_padding = NULL, header_background_padding = NULL,
header_background_content_padding_top = "7rem", header_background_content_padding_top = "7rem",
header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"),
text_slide_number_font_size = "0.9rem",
text_slide_number_font_size = "0.9em",
text_font_google = NULL, text_font_google = NULL,
text_font_family = "Noto Sans", text_font_family = "Noto Sans",
text_font_weight = "normal", text_font_weight = "normal",


\item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.} \item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.}


\item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1rem. Modifies the \code{.remark-inline-code} class.}
\item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1em. Modifies the \code{.remark-inline-code} class.}


\item{inverse_background_color}{Inverse Background Color. Defaults to #002b36. Modifies the \code{.inverse} class.} \item{inverse_background_color}{Inverse Background Color. Defaults to #002b36. Modifies the \code{.inverse} class.}




\item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.} \item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.}


\item{footnote_font_size}{Footnote font size. Defaults to 0.9rem. Modifies the \code{.footnote} class.}
\item{footnote_font_size}{Footnote font size. Defaults to 0.9em. Modifies the \code{.footnote} class.}


\item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.} \item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.}




\item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.} \item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.}


\item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9rem. Modifies the \code{.remark-slide-number} class.}
\item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9em. Modifies the \code{.remark-slide-number} class.}


\item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.} \item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.}



+ 6
- 6
man/style_xaringan.Rd Zobrazit soubor

code_highlight_color = "rgba(255,255,0,0.5)", code_highlight_color = "rgba(255,255,0,0.5)",
code_inline_color = "#000", code_inline_color = "#000",
code_inline_background_color = NULL, code_inline_background_color = NULL,
code_inline_font_size = "1rem",
code_inline_font_size = "1em",
inverse_background_color = "#272822", inverse_background_color = "#272822",
inverse_text_color = "#d6d6d6", inverse_text_color = "#d6d6d6",
inverse_text_shadow = FALSE, inverse_text_shadow = FALSE,
title_slide_background_size = NULL, title_slide_background_size = NULL,
title_slide_background_position = NULL, title_slide_background_position = NULL,
footnote_color = NULL, footnote_color = NULL,
footnote_font_size = "0.9rem",
footnote_font_size = "0.9em",
footnote_position_bottom = "60px", footnote_position_bottom = "60px",
left_column_subtle_color = "#777", left_column_subtle_color = "#777",
left_column_selected_color = "#000", left_column_selected_color = "#000",
header_background_padding = NULL, header_background_padding = NULL,
header_background_content_padding_top = "7rem", header_background_content_padding_top = "7rem",
header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"),
text_slide_number_font_size = "0.9rem",
text_slide_number_font_size = "0.9em",
text_font_google = NULL, text_font_google = NULL,
text_font_family = "Noto Sans", text_font_family = "Noto Sans",
text_font_weight = "normal", text_font_weight = "normal",


\item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.} \item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.}


\item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1rem. Modifies the \code{.remark-inline-code} class.}
\item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1em. Modifies the \code{.remark-inline-code} class.}


\item{inverse_background_color}{Inverse Background Color. Defaults to #272822. Modifies the \code{.inverse} class.} \item{inverse_background_color}{Inverse Background Color. Defaults to #272822. Modifies the \code{.inverse} class.}




\item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.} \item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.}


\item{footnote_font_size}{Footnote font size. Defaults to 0.9rem. Modifies the \code{.footnote} class.}
\item{footnote_font_size}{Footnote font size. Defaults to 0.9em. Modifies the \code{.footnote} class.}


\item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.} \item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.}




\item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.} \item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.}


\item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9rem. Modifies the \code{.remark-slide-number} class.}
\item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9em. Modifies the \code{.remark-slide-number} class.}


\item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.} \item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.}



+ 3
- 3
tests/testthat/css/duo-header_bg.css Zobrazit soubor

--base-font-size: 20px; --base-font-size: 20px;
--text-font-size: 1rem; --text-font-size: 1rem;
--code-font-size: 0.9rem; --code-font-size: 0.9rem;
--code-inline-font-size: 1rem;
--code-inline-font-size: 1em;
--header-h1-font-size: 2.75rem; --header-h1-font-size: 2.75rem;
--header-h2-font-size: 2.25rem; --header-h2-font-size: 2.25rem;
--header-h3-font-size: 1.75rem; --header-h3-font-size: 1.75rem;
.remark-slide-number { .remark-slide-number {
color: #FEFDFD; color: #FEFDFD;
opacity: 1; opacity: 1;
font-size: 0.9rem;
font-size: 0.9em;
} }
strong { color: var(--text-bold-color); } strong { color: var(--text-bold-color); }
a, a > code { a, a > code {
position: absolute; position: absolute;
bottom: 60px; bottom: 60px;
padding-right: 4em; padding-right: 4em;
font-size: 0.9rem;
font-size: 0.9em;
} }
.remark-code-line-highlighted { .remark-code-line-highlighted {
background-color: var(--code-highlight-color); background-color: var(--code-highlight-color);

+ 3
- 3
tests/testthat/css/duo.css Zobrazit soubor

--base-font-size: 20px; --base-font-size: 20px;
--text-font-size: 1rem; --text-font-size: 1rem;
--code-font-size: 0.9rem; --code-font-size: 0.9rem;
--code-inline-font-size: 1rem;
--code-inline-font-size: 1em;
--header-h1-font-size: 2.75rem; --header-h1-font-size: 2.75rem;
--header-h2-font-size: 2.25rem; --header-h2-font-size: 2.25rem;
--header-h3-font-size: 1.75rem; --header-h3-font-size: 1.75rem;
.remark-slide-number { .remark-slide-number {
color: #FEFDFD; color: #FEFDFD;
opacity: 1; opacity: 1;
font-size: 0.9rem;
font-size: 0.9em;
} }
strong { color: var(--text-bold-color); } strong { color: var(--text-bold-color); }
a, a > code { a, a > code {
position: absolute; position: absolute;
bottom: 60px; bottom: 60px;
padding-right: 4em; padding-right: 4em;
font-size: 0.9rem;
font-size: 0.9em;
} }
.remark-code-line-highlighted { .remark-code-line-highlighted {
background-color: var(--code-highlight-color); background-color: var(--code-highlight-color);

+ 3
- 3
tests/testthat/css/duo_accent.css Zobrazit soubor

--base-font-size: 20px; --base-font-size: 20px;
--text-font-size: 1rem; --text-font-size: 1rem;
--code-font-size: 0.9rem; --code-font-size: 0.9rem;
--code-inline-font-size: 1rem;
--code-inline-font-size: 1em;
--header-h1-font-size: 2.75rem; --header-h1-font-size: 2.75rem;
--header-h2-font-size: 2.25rem; --header-h2-font-size: 2.25rem;
--header-h3-font-size: 1.75rem; --header-h3-font-size: 1.75rem;
.remark-slide-number { .remark-slide-number {
color: #006747; color: #006747;
opacity: 1; opacity: 1;
font-size: 0.9rem;
font-size: 0.9em;
} }
strong { color: var(--text-bold-color); } strong { color: var(--text-bold-color); }
a, a > code { a, a > code {
position: absolute; position: absolute;
bottom: 60px; bottom: 60px;
padding-right: 4em; padding-right: 4em;
font-size: 0.9rem;
font-size: 0.9em;
} }
.remark-code-line-highlighted { .remark-code-line-highlighted {
background-color: var(--code-highlight-color); background-color: var(--code-highlight-color);

+ 3
- 3
tests/testthat/css/duo_accent_inverse.css Zobrazit soubor

--base-font-size: 20px; --base-font-size: 20px;
--text-font-size: 1rem; --text-font-size: 1rem;
--code-font-size: 0.9rem; --code-font-size: 0.9rem;
--code-inline-font-size: 1rem;
--code-inline-font-size: 1em;
--header-h1-font-size: 2.75rem; --header-h1-font-size: 2.75rem;
--header-h2-font-size: 2.25rem; --header-h2-font-size: 2.25rem;
--header-h3-font-size: 1.75rem; --header-h3-font-size: 1.75rem;
.remark-slide-number { .remark-slide-number {
color: #006747; color: #006747;
opacity: 1; opacity: 1;
font-size: 0.9rem;
font-size: 0.9em;
} }
strong { color: var(--text-bold-color); } strong { color: var(--text-bold-color); }
a, a > code { a, a > code {
position: absolute; position: absolute;
bottom: 60px; bottom: 60px;
padding-right: 4em; padding-right: 4em;
font-size: 0.9rem;
font-size: 0.9em;
} }
.remark-code-line-highlighted { .remark-code-line-highlighted {
background-color: var(--code-highlight-color); background-color: var(--code-highlight-color);

+ 3
- 3
tests/testthat/css/google_fonts.css Zobrazit soubor

--base-font-size: 20px; --base-font-size: 20px;
--text-font-size: 1rem; --text-font-size: 1rem;
--code-font-size: 0.9rem; --code-font-size: 0.9rem;
--code-inline-font-size: 1rem;
--code-inline-font-size: 1em;
--header-h1-font-size: 2.75rem; --header-h1-font-size: 2.75rem;
--header-h2-font-size: 2.25rem; --header-h2-font-size: 2.25rem;
--header-h3-font-size: 1.75rem; --header-h3-font-size: 1.75rem;
.remark-slide-number { .remark-slide-number {
color: #272822; color: #272822;
opacity: 1; opacity: 1;
font-size: 0.9rem;
font-size: 0.9em;
} }
a, a > code { a, a > code {
color: var(--link-color); color: var(--link-color);
position: absolute; position: absolute;
bottom: 60px; bottom: 60px;
padding-right: 4em; padding-right: 4em;
font-size: 0.9rem;
font-size: 0.9em;
} }
.remark-code-line-highlighted { .remark-code-line-highlighted {
background-color: var(--code-highlight-color); background-color: var(--code-highlight-color);

+ 3
- 3
tests/testthat/css/mono_accent.css Zobrazit soubor

--base-font-size: 20px; --base-font-size: 20px;
--text-font-size: 1rem; --text-font-size: 1rem;
--code-font-size: 0.9rem; --code-font-size: 0.9rem;
--code-inline-font-size: 1rem;
--code-inline-font-size: 1em;
--header-h1-font-size: 2.75rem; --header-h1-font-size: 2.75rem;
--header-h2-font-size: 2.25rem; --header-h2-font-size: 2.25rem;
--header-h3-font-size: 1.75rem; --header-h3-font-size: 1.75rem;
.remark-slide-number { .remark-slide-number {
color: #43418A; color: #43418A;
opacity: 1; opacity: 1;
font-size: 0.9rem;
font-size: 0.9em;
} }
strong { color: var(--text-bold-color); } strong { color: var(--text-bold-color); }
a, a > code { a, a > code {
position: absolute; position: absolute;
bottom: 60px; bottom: 60px;
padding-right: 4em; padding-right: 4em;
font-size: 0.9rem;
font-size: 0.9em;
} }
.remark-code-line-highlighted { .remark-code-line-highlighted {
background-color: var(--code-highlight-color); background-color: var(--code-highlight-color);

+ 3
- 3
tests/testthat/css/mono_accent_inverse.css Zobrazit soubor

--base-font-size: 20px; --base-font-size: 20px;
--text-font-size: 1rem; --text-font-size: 1rem;
--code-font-size: 0.9rem; --code-font-size: 0.9rem;
--code-inline-font-size: 1rem;
--code-inline-font-size: 1em;
--header-h1-font-size: 2.75rem; --header-h1-font-size: 2.75rem;
--header-h2-font-size: 2.25rem; --header-h2-font-size: 2.25rem;
--header-h3-font-size: 1.75rem; --header-h3-font-size: 1.75rem;
.remark-slide-number { .remark-slide-number {
color: #3C989E; color: #3C989E;
opacity: 1; opacity: 1;
font-size: 0.9rem;
font-size: 0.9em;
} }
strong { color: var(--text-bold-color); } strong { color: var(--text-bold-color); }
a, a > code { a, a > code {
position: absolute; position: absolute;
bottom: 60px; bottom: 60px;
padding-right: 4em; padding-right: 4em;
font-size: 0.9rem;
font-size: 0.9em;
} }
.remark-code-line-highlighted { .remark-code-line-highlighted {
background-color: var(--code-highlight-color); background-color: var(--code-highlight-color);

+ 3
- 3
tests/testthat/css/mono_dark.css Zobrazit soubor

--base-font-size: 20px; --base-font-size: 20px;
--text-font-size: 1rem; --text-font-size: 1rem;
--code-font-size: 0.9rem; --code-font-size: 0.9rem;
--code-inline-font-size: 1rem;
--code-inline-font-size: 1em;
--header-h1-font-size: 2.75rem; --header-h1-font-size: 2.75rem;
--header-h2-font-size: 2.25rem; --header-h2-font-size: 2.25rem;
--header-h3-font-size: 1.75rem; --header-h3-font-size: 1.75rem;
.remark-slide-number { .remark-slide-number {
color: #cbf7ed; color: #cbf7ed;
opacity: 1; opacity: 1;
font-size: 0.9rem;
font-size: 0.9em;
} }
strong { color: var(--text-bold-color); } strong { color: var(--text-bold-color); }
a, a > code { a, a > code {
position: absolute; position: absolute;
bottom: 60px; bottom: 60px;
padding-right: 4em; padding-right: 4em;
font-size: 0.9rem;
font-size: 0.9em;
} }
.remark-code-line-highlighted { .remark-code-line-highlighted {
background-color: var(--code-highlight-color); background-color: var(--code-highlight-color);

+ 3
- 3
tests/testthat/css/mono_light-header_bg.css Zobrazit soubor

--base-font-size: 20px; --base-font-size: 20px;
--text-font-size: 1rem; --text-font-size: 1rem;
--code-font-size: 0.9rem; --code-font-size: 0.9rem;
--code-inline-font-size: 1rem;
--code-inline-font-size: 1em;
--header-h1-font-size: 2.75rem; --header-h1-font-size: 2.75rem;
--header-h2-font-size: 2.25rem; --header-h2-font-size: 2.25rem;
--header-h3-font-size: 1.75rem; --header-h3-font-size: 1.75rem;
.remark-slide-number { .remark-slide-number {
color: #23395b; color: #23395b;
opacity: 1; opacity: 1;
font-size: 0.9rem;
font-size: 0.9em;
} }
strong { color: var(--text-bold-color); } strong { color: var(--text-bold-color); }
a, a > code { a, a > code {
position: absolute; position: absolute;
bottom: 60px; bottom: 60px;
padding-right: 4em; padding-right: 4em;
font-size: 0.9rem;
font-size: 0.9em;
} }
.remark-code-line-highlighted { .remark-code-line-highlighted {
background-color: var(--code-highlight-color); background-color: var(--code-highlight-color);

+ 3
- 3
tests/testthat/css/mono_light.css Zobrazit soubor

--base-font-size: 20px; --base-font-size: 20px;
--text-font-size: 1rem; --text-font-size: 1rem;
--code-font-size: 0.9rem; --code-font-size: 0.9rem;
--code-inline-font-size: 1rem;
--code-inline-font-size: 1em;
--header-h1-font-size: 2.75rem; --header-h1-font-size: 2.75rem;
--header-h2-font-size: 2.25rem; --header-h2-font-size: 2.25rem;
--header-h3-font-size: 1.75rem; --header-h3-font-size: 1.75rem;
.remark-slide-number { .remark-slide-number {
color: #23395b; color: #23395b;
opacity: 1; opacity: 1;
font-size: 0.9rem;
font-size: 0.9em;
} }
strong { color: var(--text-bold-color); } strong { color: var(--text-bold-color); }
a, a > code { a, a > code {
position: absolute; position: absolute;
bottom: 60px; bottom: 60px;
padding-right: 4em; padding-right: 4em;
font-size: 0.9rem;
font-size: 0.9em;
} }
.remark-code-line-highlighted { .remark-code-line-highlighted {
background-color: var(--code-highlight-color); background-color: var(--code-highlight-color);

+ 3
- 3
tests/testthat/css/solarized_dark-header_bg.css Zobrazit soubor

--base-font-size: 20px; --base-font-size: 20px;
--text-font-size: 1rem; --text-font-size: 1rem;
--code-font-size: 0.9rem; --code-font-size: 0.9rem;
--code-inline-font-size: 1rem;
--code-inline-font-size: 1em;
--header-h1-font-size: 2.75rem; --header-h1-font-size: 2.75rem;
--header-h2-font-size: 2.25rem; --header-h2-font-size: 2.25rem;
--header-h3-font-size: 1.75rem; --header-h3-font-size: 1.75rem;
.remark-slide-number { .remark-slide-number {
color: #586e75; color: #586e75;
opacity: 1; opacity: 1;
font-size: 0.9rem;
font-size: 0.9em;
} }
strong { color: var(--text-bold-color); } strong { color: var(--text-bold-color); }
a, a > code { a, a > code {
position: absolute; position: absolute;
bottom: 60px; bottom: 60px;
padding-right: 4em; padding-right: 4em;
font-size: 0.9rem;
font-size: 0.9em;
} }
.remark-code-line-highlighted { .remark-code-line-highlighted {
background-color: var(--code-highlight-color); background-color: var(--code-highlight-color);

+ 3
- 3
tests/testthat/css/solarized_dark.css Zobrazit soubor

--base-font-size: 20px; --base-font-size: 20px;
--text-font-size: 1rem; --text-font-size: 1rem;
--code-font-size: 0.9rem; --code-font-size: 0.9rem;
--code-inline-font-size: 1rem;
--code-inline-font-size: 1em;
--header-h1-font-size: 2.75rem; --header-h1-font-size: 2.75rem;
--header-h2-font-size: 2.25rem; --header-h2-font-size: 2.25rem;
--header-h3-font-size: 1.75rem; --header-h3-font-size: 1.75rem;
.remark-slide-number { .remark-slide-number {
color: #586e75; color: #586e75;
opacity: 1; opacity: 1;
font-size: 0.9rem;
font-size: 0.9em;
} }
strong { color: var(--text-bold-color); } strong { color: var(--text-bold-color); }
a, a > code { a, a > code {
position: absolute; position: absolute;
bottom: 60px; bottom: 60px;
padding-right: 4em; padding-right: 4em;
font-size: 0.9rem;
font-size: 0.9em;
} }
.remark-code-line-highlighted { .remark-code-line-highlighted {
background-color: var(--code-highlight-color); background-color: var(--code-highlight-color);

+ 3
- 3
tests/testthat/css/solarized_light.css Zobrazit soubor

--base-font-size: 20px; --base-font-size: 20px;
--text-font-size: 1rem; --text-font-size: 1rem;
--code-font-size: 0.9rem; --code-font-size: 0.9rem;
--code-inline-font-size: 1rem;
--code-inline-font-size: 1em;
--header-h1-font-size: 2.75rem; --header-h1-font-size: 2.75rem;
--header-h2-font-size: 2.25rem; --header-h2-font-size: 2.25rem;
--header-h3-font-size: 1.75rem; --header-h3-font-size: 1.75rem;
.remark-slide-number { .remark-slide-number {
color: #93a1a1; color: #93a1a1;
opacity: 1; opacity: 1;
font-size: 0.9rem;
font-size: 0.9em;
} }
strong { color: var(--text-bold-color); } strong { color: var(--text-bold-color); }
a, a > code { a, a > code {
position: absolute; position: absolute;
bottom: 60px; bottom: 60px;
padding-right: 4em; padding-right: 4em;
font-size: 0.9rem;
font-size: 0.9em;
} }
.remark-code-line-highlighted { .remark-code-line-highlighted {
background-color: var(--code-highlight-color); background-color: var(--code-highlight-color);

+ 3
- 3
tests/testthat/css/xaringan.css Zobrazit soubor

--base-font-size: 20px; --base-font-size: 20px;
--text-font-size: 1rem; --text-font-size: 1rem;
--code-font-size: 0.9rem; --code-font-size: 0.9rem;
--code-inline-font-size: 1rem;
--code-inline-font-size: 1em;
--header-h1-font-size: 2.75rem; --header-h1-font-size: 2.75rem;
--header-h2-font-size: 2.25rem; --header-h2-font-size: 2.25rem;
--header-h3-font-size: 1.75rem; --header-h3-font-size: 1.75rem;
.remark-slide-number { .remark-slide-number {
color: #272822; color: #272822;
opacity: 1; opacity: 1;
font-size: 0.9rem;
font-size: 0.9em;
} }
a, a > code { a, a > code {
color: var(--link-color); color: var(--link-color);
position: absolute; position: absolute;
bottom: 60px; bottom: 60px;
padding-right: 4em; padding-right: 4em;
font-size: 0.9rem;
font-size: 0.9em;
} }
.remark-code-line-highlighted { .remark-code-line-highlighted {
background-color: var(--code-highlight-color); background-color: var(--code-highlight-color);

Načítá se…
Zrušit
Uložit