소스 검색

Revert a25f7f32 - header text sizes in px

Header fonts are generally not the same font as text font, so linking the two requires tweaking other properties (padding, etc.) of the header.
tags/v0.1.1
Garrick Aden-Buie 8 년 전
부모
커밋
db7f5dd977
21개의 변경된 파일113개의 추가작업 그리고 113개의 파일을 삭제
  1. +6
    -6
      R/duo.R
  2. +6
    -6
      R/duo_accent.R
  3. +6
    -6
      R/duo_accent_inverse.R
  4. +6
    -6
      R/mono_accent.R
  5. +6
    -6
      R/mono_accent_inverse.R
  6. +6
    -6
      R/mono_dark.R
  7. +6
    -6
      R/mono_light.R
  8. +6
    -6
      R/solarized_dark.R
  9. +6
    -6
      R/solarized_light.R
  10. +3
    -3
      R/theme_settings.R
  11. +6
    -6
      R/write_theme.R
  12. +5
    -5
      man/duo.Rd
  13. +5
    -5
      man/duo_accent.Rd
  14. +5
    -5
      man/duo_accent_inverse.Rd
  15. +5
    -5
      man/mono_accent.Rd
  16. +5
    -5
      man/mono_accent_inverse.Rd
  17. +5
    -5
      man/mono_dark.Rd
  18. +5
    -5
      man/mono_light.Rd
  19. +5
    -5
      man/solarized_dark.Rd
  20. +5
    -5
      man/solarized_light.Rd
  21. +5
    -5
      man/write_xaringan_theme.Rd

+ 6
- 6
R/duo.R 파일 보기

@@ -25,9 +25,9 @@
#' @param table_row_border_color Table row inner bottom border, defaults to #ddd
#' @param table_row_even_background_color Table Even Row Background Color, defaults to `lighten_color(primary_color, 0.3)`
#' @param text_size Slide Body Text Size, defaults to 20px
#' @param header_h1_font_size h1 Header Text Size, defaults to 2.75em
#' @param header_h2_font_size h2 Header Text Size, defaults to 2.25em
#' @param header_h3_font_size h3 Header Text Size, defaults to 1.75em
#' @param header_h1_font_size h1 Header Text Size, defaults to 55px
#' @param header_h2_font_size h2 Header Text Size, defaults to 45px
#' @param header_h3_font_size h3 Header Text Size, defaults to 35px
#' @param text_slide_number_font_size Slide Number Text Size, defaults to 0.9em
#' @param code_inline_font_size Inline Code Text Size, defaults to 1em
#' @param code_font_size Code Text Size, defaults to 0.9em
@@ -78,9 +78,9 @@ duo <- function(
table_row_border_color = "#ddd",
table_row_even_background_color = lighten_color(primary_color, 0.3),
text_size = "20px",
header_h1_font_size = "2.75em",
header_h2_font_size = "2.25em",
header_h3_font_size = "1.75em",
header_h1_font_size = "55px",
header_h2_font_size = "45px",
header_h3_font_size = "35px",
text_slide_number_font_size = "0.9em",
code_inline_font_size = "1em",
code_font_size = "0.9em",

+ 6
- 6
R/duo_accent.R 파일 보기

@@ -27,9 +27,9 @@
#' @param table_row_border_color Table row inner bottom border, defaults to #ddd
#' @param table_row_even_background_color Table Even Row Background Color, defaults to `lighten_color(secondary_color, 0.3)`
#' @param text_size Slide Body Text Size, defaults to 20px
#' @param header_h1_font_size h1 Header Text Size, defaults to 2.75em
#' @param header_h2_font_size h2 Header Text Size, defaults to 2.25em
#' @param header_h3_font_size h3 Header Text Size, defaults to 1.75em
#' @param header_h1_font_size h1 Header Text Size, defaults to 55px
#' @param header_h2_font_size h2 Header Text Size, defaults to 45px
#' @param header_h3_font_size h3 Header Text Size, defaults to 35px
#' @param text_slide_number_font_size Slide Number Text Size, defaults to 0.9em
#' @param code_inline_font_size Inline Code Text Size, defaults to 1em
#' @param code_font_size Code Text Size, defaults to 0.9em
@@ -82,9 +82,9 @@ duo_accent <- function(
table_row_border_color = "#ddd",
table_row_even_background_color = lighten_color(secondary_color, 0.3),
text_size = "20px",
header_h1_font_size = "2.75em",
header_h2_font_size = "2.25em",
header_h3_font_size = "1.75em",
header_h1_font_size = "55px",
header_h2_font_size = "45px",
header_h3_font_size = "35px",
text_slide_number_font_size = "0.9em",
code_inline_font_size = "1em",
code_font_size = "0.9em",

+ 6
- 6
R/duo_accent_inverse.R 파일 보기

@@ -27,9 +27,9 @@
#' @param table_row_border_color Table row inner bottom border, defaults to #ddd
#' @param table_row_even_background_color Table Even Row Background Color, defaults to `darken_color(choose_dark_or_light(primary_color, secondary_color, primary_color), 0.3)`
#' @param text_size Slide Body Text Size, defaults to 20px
#' @param header_h1_font_size h1 Header Text Size, defaults to 2.75em
#' @param header_h2_font_size h2 Header Text Size, defaults to 2.25em
#' @param header_h3_font_size h3 Header Text Size, defaults to 1.75em
#' @param header_h1_font_size h1 Header Text Size, defaults to 55px
#' @param header_h2_font_size h2 Header Text Size, defaults to 45px
#' @param header_h3_font_size h3 Header Text Size, defaults to 35px
#' @param text_slide_number_font_size Slide Number Text Size, defaults to 0.9em
#' @param code_inline_font_size Inline Code Text Size, defaults to 1em
#' @param code_font_size Code Text Size, defaults to 0.9em
@@ -82,9 +82,9 @@ duo_accent_inverse <- function(
table_row_border_color = "#ddd",
table_row_even_background_color = darken_color(choose_dark_or_light(primary_color, secondary_color, primary_color), 0.3),
text_size = "20px",
header_h1_font_size = "2.75em",
header_h2_font_size = "2.25em",
header_h3_font_size = "1.75em",
header_h1_font_size = "55px",
header_h2_font_size = "45px",
header_h3_font_size = "35px",
text_slide_number_font_size = "0.9em",
code_inline_font_size = "1em",
code_font_size = "0.9em",

+ 6
- 6
R/mono_accent.R 파일 보기

@@ -26,9 +26,9 @@
#' @param table_row_border_color Table row inner bottom border, defaults to #ddd
#' @param table_row_even_background_color Table Even Row Background Color, defaults to `lighten_color(base_color, 0.7)`
#' @param text_size Slide Body Text Size, defaults to 20px
#' @param header_h1_font_size h1 Header Text Size, defaults to 2.75em
#' @param header_h2_font_size h2 Header Text Size, defaults to 2.25em
#' @param header_h3_font_size h3 Header Text Size, defaults to 1.75em
#' @param header_h1_font_size h1 Header Text Size, defaults to 55px
#' @param header_h2_font_size h2 Header Text Size, defaults to 45px
#' @param header_h3_font_size h3 Header Text Size, defaults to 35px
#' @param text_slide_number_font_size Slide Number Text Size, defaults to 0.9em
#' @param code_inline_font_size Inline Code Text Size, defaults to 1em
#' @param code_font_size Code Text Size, defaults to 0.9em
@@ -80,9 +80,9 @@ mono_accent <- function(
table_row_border_color = "#ddd",
table_row_even_background_color = lighten_color(base_color, 0.7),
text_size = "20px",
header_h1_font_size = "2.75em",
header_h2_font_size = "2.25em",
header_h3_font_size = "1.75em",
header_h1_font_size = "55px",
header_h2_font_size = "45px",
header_h3_font_size = "35px",
text_slide_number_font_size = "0.9em",
code_inline_font_size = "1em",
code_font_size = "0.9em",

+ 6
- 6
R/mono_accent_inverse.R 파일 보기

@@ -26,9 +26,9 @@
#' @param table_row_border_color Table row inner bottom border, defaults to #ddd
#' @param table_row_even_background_color Table Even Row Background Color, defaults to `darken_color(base_color, 0.7)`
#' @param text_size Slide Body Text Size, defaults to 20px
#' @param header_h1_font_size h1 Header Text Size, defaults to 2.75em
#' @param header_h2_font_size h2 Header Text Size, defaults to 2.25em
#' @param header_h3_font_size h3 Header Text Size, defaults to 1.75em
#' @param header_h1_font_size h1 Header Text Size, defaults to 55px
#' @param header_h2_font_size h2 Header Text Size, defaults to 45px
#' @param header_h3_font_size h3 Header Text Size, defaults to 35px
#' @param text_slide_number_font_size Slide Number Text Size, defaults to 0.9em
#' @param code_inline_font_size Inline Code Text Size, defaults to 1em
#' @param code_font_size Code Text Size, defaults to 0.9em
@@ -80,9 +80,9 @@ mono_accent_inverse <- function(
table_row_border_color = "#ddd",
table_row_even_background_color = darken_color(base_color, 0.7),
text_size = "20px",
header_h1_font_size = "2.75em",
header_h2_font_size = "2.25em",
header_h3_font_size = "1.75em",
header_h1_font_size = "55px",
header_h2_font_size = "45px",
header_h3_font_size = "35px",
text_slide_number_font_size = "0.9em",
code_inline_font_size = "1em",
code_font_size = "0.9em",

+ 6
- 6
R/mono_dark.R 파일 보기

@@ -26,9 +26,9 @@
#' @param table_row_border_color Table row inner bottom border, defaults to #ddd
#' @param table_row_even_background_color Table Even Row Background Color, defaults to `darken_color(base_color, 0.7)`
#' @param text_size Slide Body Text Size, defaults to 20px
#' @param header_h1_font_size h1 Header Text Size, defaults to 2.75em
#' @param header_h2_font_size h2 Header Text Size, defaults to 2.25em
#' @param header_h3_font_size h3 Header Text Size, defaults to 1.75em
#' @param header_h1_font_size h1 Header Text Size, defaults to 55px
#' @param header_h2_font_size h2 Header Text Size, defaults to 45px
#' @param header_h3_font_size h3 Header Text Size, defaults to 35px
#' @param text_slide_number_font_size Slide Number Text Size, defaults to 0.9em
#' @param code_inline_font_size Inline Code Text Size, defaults to 1em
#' @param code_font_size Code Text Size, defaults to 0.9em
@@ -80,9 +80,9 @@ mono_dark <- function(
table_row_border_color = "#ddd",
table_row_even_background_color = darken_color(base_color, 0.7),
text_size = "20px",
header_h1_font_size = "2.75em",
header_h2_font_size = "2.25em",
header_h3_font_size = "1.75em",
header_h1_font_size = "55px",
header_h2_font_size = "45px",
header_h3_font_size = "35px",
text_slide_number_font_size = "0.9em",
code_inline_font_size = "1em",
code_font_size = "0.9em",

+ 6
- 6
R/mono_light.R 파일 보기

@@ -26,9 +26,9 @@
#' @param table_row_border_color Table row inner bottom border, defaults to #ddd
#' @param table_row_even_background_color Table Even Row Background Color, defaults to `lighten_color(base_color, 0.8)`
#' @param text_size Slide Body Text Size, defaults to 20px
#' @param header_h1_font_size h1 Header Text Size, defaults to 2.75em
#' @param header_h2_font_size h2 Header Text Size, defaults to 2.25em
#' @param header_h3_font_size h3 Header Text Size, defaults to 1.75em
#' @param header_h1_font_size h1 Header Text Size, defaults to 55px
#' @param header_h2_font_size h2 Header Text Size, defaults to 45px
#' @param header_h3_font_size h3 Header Text Size, defaults to 35px
#' @param text_slide_number_font_size Slide Number Text Size, defaults to 0.9em
#' @param code_inline_font_size Inline Code Text Size, defaults to 1em
#' @param code_font_size Code Text Size, defaults to 0.9em
@@ -80,9 +80,9 @@ mono_light <- function(
table_row_border_color = "#ddd",
table_row_even_background_color = lighten_color(base_color, 0.8),
text_size = "20px",
header_h1_font_size = "2.75em",
header_h2_font_size = "2.25em",
header_h3_font_size = "1.75em",
header_h1_font_size = "55px",
header_h2_font_size = "45px",
header_h3_font_size = "35px",
text_slide_number_font_size = "0.9em",
code_inline_font_size = "1em",
code_font_size = "0.9em",

+ 6
- 6
R/solarized_dark.R 파일 보기

@@ -23,9 +23,9 @@
#' @param table_row_border_color Table row inner bottom border, defaults to #657b83
#' @param table_row_even_background_color Table Even Row Background Color, defaults to #073642
#' @param text_size Slide Body Text Size, defaults to 20px
#' @param header_h1_font_size h1 Header Text Size, defaults to 2.75em
#' @param header_h2_font_size h2 Header Text Size, defaults to 2.25em
#' @param header_h3_font_size h3 Header Text Size, defaults to 1.75em
#' @param header_h1_font_size h1 Header Text Size, defaults to 55px
#' @param header_h2_font_size h2 Header Text Size, defaults to 45px
#' @param header_h3_font_size h3 Header Text Size, defaults to 35px
#' @param text_slide_number_font_size Slide Number Text Size, defaults to 0.9em
#' @param code_inline_font_size Inline Code Text Size, defaults to 1em
#' @param code_font_size Code Text Size, defaults to 0.9em
@@ -74,9 +74,9 @@ solarized_dark <- function(
table_row_border_color = "#657b83",
table_row_even_background_color = "#073642",
text_size = "20px",
header_h1_font_size = "2.75em",
header_h2_font_size = "2.25em",
header_h3_font_size = "1.75em",
header_h1_font_size = "55px",
header_h2_font_size = "45px",
header_h3_font_size = "35px",
text_slide_number_font_size = "0.9em",
code_inline_font_size = "1em",
code_font_size = "0.9em",

+ 6
- 6
R/solarized_light.R 파일 보기

@@ -23,9 +23,9 @@
#' @param table_row_border_color Table row inner bottom border, defaults to #839496
#' @param table_row_even_background_color Table Even Row Background Color, defaults to #eee8d5
#' @param text_size Slide Body Text Size, defaults to 20px
#' @param header_h1_font_size h1 Header Text Size, defaults to 2.75em
#' @param header_h2_font_size h2 Header Text Size, defaults to 2.25em
#' @param header_h3_font_size h3 Header Text Size, defaults to 1.75em
#' @param header_h1_font_size h1 Header Text Size, defaults to 55px
#' @param header_h2_font_size h2 Header Text Size, defaults to 45px
#' @param header_h3_font_size h3 Header Text Size, defaults to 35px
#' @param text_slide_number_font_size Slide Number Text Size, defaults to 0.9em
#' @param code_inline_font_size Inline Code Text Size, defaults to 1em
#' @param code_font_size Code Text Size, defaults to 0.9em
@@ -74,9 +74,9 @@ solarized_light <- function(
table_row_border_color = "#839496",
table_row_even_background_color = "#eee8d5",
text_size = "20px",
header_h1_font_size = "2.75em",
header_h2_font_size = "2.25em",
header_h3_font_size = "1.75em",
header_h1_font_size = "55px",
header_h2_font_size = "45px",
header_h3_font_size = "35px",
text_slide_number_font_size = "0.9em",
code_inline_font_size = "1em",
code_font_size = "0.9em",

+ 3
- 3
R/theme_settings.R 파일 보기

@@ -25,9 +25,9 @@ template_variables <- tibble::tribble(
, "table_row_border_color", "#ddd", "table thead th: border-bottom", "Table row inner bottom border"
, "table_row_even_background_color", "#eee", "thead, tfoot, tr:nth-child(even)", "Table Even Row Background Color"
, "text_size", "20px", ".remark-slide-content", "Slide Body Text Size"
, "header_h1_font_size", "2.75em", ".remark-slide-content h1", "h1 Header Text Size"
, "header_h2_font_size", "2.25em", ".remark-slide-content h2", "h2 Header Text Size"
, "header_h3_font_size", "1.75em", ".remark-slide-content h3", "h3 Header Text Size"
, "header_h1_font_size", "55px", ".remark-slide-content h1", "h1 Header Text Size"
, "header_h2_font_size", "45px", ".remark-slide-content h2", "h2 Header Text Size"
, "header_h3_font_size", "35px", ".remark-slide-content h3", "h3 Header Text Size"
, "text_slide_number_font_size", "0.9em", ".remark-slide-number", "Slide Number Text Size"
, "code_inline_font_size", "1em", ".remark-inline-code", "Inline Code Text Size"
, "code_font_size", "0.9em", ".remark-inline", "Code Text Size"

+ 6
- 6
R/write_theme.R 파일 보기

@@ -23,9 +23,9 @@
#' @param table_row_border_color Table row inner bottom border, defaults to #ddd
#' @param table_row_even_background_color Table Even Row Background Color, defaults to #eee
#' @param text_size Slide Body Text Size, defaults to 20px
#' @param header_h1_font_size h1 Header Text Size, defaults to 2.75em
#' @param header_h2_font_size h2 Header Text Size, defaults to 2.25em
#' @param header_h3_font_size h3 Header Text Size, defaults to 1.75em
#' @param header_h1_font_size h1 Header Text Size, defaults to 55px
#' @param header_h2_font_size h2 Header Text Size, defaults to 45px
#' @param header_h3_font_size h3 Header Text Size, defaults to 35px
#' @param text_slide_number_font_size Slide Number Text Size, defaults to 0.9em
#' @param code_inline_font_size Inline Code Text Size, defaults to 1em
#' @param code_font_size Code Text Size, defaults to 0.9em
@@ -73,9 +73,9 @@ write_xaringan_theme <- function(
table_row_border_color = "#ddd",
table_row_even_background_color = "#eee",
text_size = "20px",
header_h1_font_size = "2.75em",
header_h2_font_size = "2.25em",
header_h3_font_size = "1.75em",
header_h1_font_size = "55px",
header_h2_font_size = "45px",
header_h3_font_size = "35px",
text_slide_number_font_size = "0.9em",
code_inline_font_size = "1em",
code_font_size = "0.9em",

+ 5
- 5
man/duo.Rd 파일 보기

@@ -23,8 +23,8 @@ duo(primary_color = "#1F4257", secondary_color = "#F97B64",
blockquote_left_color = apply_alpha(secondary_color, 0.5),
table_border_color = "#666", table_row_border_color = "#ddd",
table_row_even_background_color = lighten_color(primary_color, 0.3),
text_size = "20px", header_h1_font_size = "2.75em",
header_h2_font_size = "2.25em", header_h3_font_size = "1.75em",
text_size = "20px", header_h1_font_size = "55px",
header_h2_font_size = "45px", header_h3_font_size = "35px",
text_slide_number_font_size = "0.9em", code_inline_font_size = "1em",
code_font_size = "0.9em", text_font_google = NULL,
text_font_family = "'Droid Serif'", text_font_weight = "normal",
@@ -93,11 +93,11 @@ duo(primary_color = "#1F4257", secondary_color = "#F97B64",

\item{text_size}{Slide Body Text Size, defaults to 20px}

\item{header_h1_font_size}{h1 Header Text Size, defaults to 2.75em}
\item{header_h1_font_size}{h1 Header Text Size, defaults to 55px}

\item{header_h2_font_size}{h2 Header Text Size, defaults to 2.25em}
\item{header_h2_font_size}{h2 Header Text Size, defaults to 45px}

\item{header_h3_font_size}{h3 Header Text Size, defaults to 1.75em}
\item{header_h3_font_size}{h3 Header Text Size, defaults to 35px}

\item{text_slide_number_font_size}{Slide Number Text Size, defaults to 0.9em}


+ 5
- 5
man/duo_accent.Rd 파일 보기

@@ -27,8 +27,8 @@ duo_accent(primary_color = "#006747", secondary_color = "#CFC493",
blockquote_left_color = apply_alpha(secondary_color, 0.5),
table_border_color = "#666", table_row_border_color = "#ddd",
table_row_even_background_color = lighten_color(secondary_color, 0.3),
text_size = "20px", header_h1_font_size = "2.75em",
header_h2_font_size = "2.25em", header_h3_font_size = "1.75em",
text_size = "20px", header_h1_font_size = "55px",
header_h2_font_size = "45px", header_h3_font_size = "35px",
text_slide_number_font_size = "0.9em", code_inline_font_size = "1em",
code_font_size = "0.9em", text_font_google = NULL,
text_font_family = "'Droid Serif'", text_font_weight = "normal",
@@ -101,11 +101,11 @@ duo_accent(primary_color = "#006747", secondary_color = "#CFC493",

\item{text_size}{Slide Body Text Size, defaults to 20px}

\item{header_h1_font_size}{h1 Header Text Size, defaults to 2.75em}
\item{header_h1_font_size}{h1 Header Text Size, defaults to 55px}

\item{header_h2_font_size}{h2 Header Text Size, defaults to 2.25em}
\item{header_h2_font_size}{h2 Header Text Size, defaults to 45px}

\item{header_h3_font_size}{h3 Header Text Size, defaults to 1.75em}
\item{header_h3_font_size}{h3 Header Text Size, defaults to 35px}

\item{text_slide_number_font_size}{Slide Number Text Size, defaults to 0.9em}


+ 5
- 5
man/duo_accent_inverse.Rd 파일 보기

@@ -28,8 +28,8 @@ duo_accent_inverse(primary_color = "#006747", secondary_color = "#CFC493",
table_border_color = "#666", table_row_border_color = "#ddd",
table_row_even_background_color = darken_color(choose_dark_or_light(primary_color,
secondary_color, primary_color), 0.3), text_size = "20px",
header_h1_font_size = "2.75em", header_h2_font_size = "2.25em",
header_h3_font_size = "1.75em", text_slide_number_font_size = "0.9em",
header_h1_font_size = "55px", header_h2_font_size = "45px",
header_h3_font_size = "35px", text_slide_number_font_size = "0.9em",
code_inline_font_size = "1em", code_font_size = "0.9em",
text_font_google = NULL, text_font_family = "'Droid Serif'",
text_font_weight = "normal",
@@ -102,11 +102,11 @@ duo_accent_inverse(primary_color = "#006747", secondary_color = "#CFC493",

\item{text_size}{Slide Body Text Size, defaults to 20px}

\item{header_h1_font_size}{h1 Header Text Size, defaults to 2.75em}
\item{header_h1_font_size}{h1 Header Text Size, defaults to 55px}

\item{header_h2_font_size}{h2 Header Text Size, defaults to 2.25em}
\item{header_h2_font_size}{h2 Header Text Size, defaults to 45px}

\item{header_h3_font_size}{h3 Header Text Size, defaults to 1.75em}
\item{header_h3_font_size}{h3 Header Text Size, defaults to 35px}

\item{text_slide_number_font_size}{Slide Number Text Size, defaults to 0.9em}


+ 5
- 5
man/mono_accent.Rd 파일 보기

@@ -22,8 +22,8 @@ mono_accent(base_color = "#43418A", white_color = "#FFFFFF",
blockquote_left_color = apply_alpha(base_color, 0.5),
table_border_color = "#666", table_row_border_color = "#ddd",
table_row_even_background_color = lighten_color(base_color, 0.7),
text_size = "20px", header_h1_font_size = "2.75em",
header_h2_font_size = "2.25em", header_h3_font_size = "1.75em",
text_size = "20px", header_h1_font_size = "55px",
header_h2_font_size = "45px", header_h3_font_size = "35px",
text_slide_number_font_size = "0.9em", code_inline_font_size = "1em",
code_font_size = "0.9em", text_font_google = NULL,
text_font_family = "'Droid Serif'", text_font_weight = "normal",
@@ -94,11 +94,11 @@ mono_accent(base_color = "#43418A", white_color = "#FFFFFF",

\item{text_size}{Slide Body Text Size, defaults to 20px}

\item{header_h1_font_size}{h1 Header Text Size, defaults to 2.75em}
\item{header_h1_font_size}{h1 Header Text Size, defaults to 55px}

\item{header_h2_font_size}{h2 Header Text Size, defaults to 2.25em}
\item{header_h2_font_size}{h2 Header Text Size, defaults to 45px}

\item{header_h3_font_size}{h3 Header Text Size, defaults to 1.75em}
\item{header_h3_font_size}{h3 Header Text Size, defaults to 35px}

\item{text_slide_number_font_size}{Slide Number Text Size, defaults to 0.9em}


+ 5
- 5
man/mono_accent_inverse.Rd 파일 보기

@@ -22,8 +22,8 @@ mono_accent_inverse(base_color = "#3C989E", white_color = "#FFFFFF",
blockquote_left_color = apply_alpha(base_color, 0.5),
table_border_color = "#666", table_row_border_color = "#ddd",
table_row_even_background_color = darken_color(base_color, 0.7),
text_size = "20px", header_h1_font_size = "2.75em",
header_h2_font_size = "2.25em", header_h3_font_size = "1.75em",
text_size = "20px", header_h1_font_size = "55px",
header_h2_font_size = "45px", header_h3_font_size = "35px",
text_slide_number_font_size = "0.9em", code_inline_font_size = "1em",
code_font_size = "0.9em", text_font_google = NULL,
text_font_family = "'Droid Serif'", text_font_weight = "normal",
@@ -94,11 +94,11 @@ mono_accent_inverse(base_color = "#3C989E", white_color = "#FFFFFF",

\item{text_size}{Slide Body Text Size, defaults to 20px}

\item{header_h1_font_size}{h1 Header Text Size, defaults to 2.75em}
\item{header_h1_font_size}{h1 Header Text Size, defaults to 55px}

\item{header_h2_font_size}{h2 Header Text Size, defaults to 2.25em}
\item{header_h2_font_size}{h2 Header Text Size, defaults to 45px}

\item{header_h3_font_size}{h3 Header Text Size, defaults to 1.75em}
\item{header_h3_font_size}{h3 Header Text Size, defaults to 35px}

\item{text_slide_number_font_size}{Slide Number Text Size, defaults to 0.9em}


+ 5
- 5
man/mono_dark.Rd 파일 보기

@@ -22,8 +22,8 @@ mono_dark(base_color = "#cbf7ed", white_color = lighten_color(base_color,
blockquote_left_color = apply_alpha(base_color, 0.5),
table_border_color = "#666", table_row_border_color = "#ddd",
table_row_even_background_color = darken_color(base_color, 0.7),
text_size = "20px", header_h1_font_size = "2.75em",
header_h2_font_size = "2.25em", header_h3_font_size = "1.75em",
text_size = "20px", header_h1_font_size = "55px",
header_h2_font_size = "45px", header_h3_font_size = "35px",
text_slide_number_font_size = "0.9em", code_inline_font_size = "1em",
code_font_size = "0.9em", text_font_google = NULL,
text_font_family = "'Droid Serif'", text_font_weight = "normal",
@@ -94,11 +94,11 @@ mono_dark(base_color = "#cbf7ed", white_color = lighten_color(base_color,

\item{text_size}{Slide Body Text Size, defaults to 20px}

\item{header_h1_font_size}{h1 Header Text Size, defaults to 2.75em}
\item{header_h1_font_size}{h1 Header Text Size, defaults to 55px}

\item{header_h2_font_size}{h2 Header Text Size, defaults to 2.25em}
\item{header_h2_font_size}{h2 Header Text Size, defaults to 45px}

\item{header_h3_font_size}{h3 Header Text Size, defaults to 1.75em}
\item{header_h3_font_size}{h3 Header Text Size, defaults to 35px}

\item{text_slide_number_font_size}{Slide Number Text Size, defaults to 0.9em}


+ 5
- 5
man/mono_light.Rd 파일 보기

@@ -22,8 +22,8 @@ mono_light(base_color = "#23395b", white_color = lighten_color(base_color,
blockquote_left_color = apply_alpha(base_color, 0.5),
table_border_color = "#666", table_row_border_color = "#ddd",
table_row_even_background_color = lighten_color(base_color, 0.8),
text_size = "20px", header_h1_font_size = "2.75em",
header_h2_font_size = "2.25em", header_h3_font_size = "1.75em",
text_size = "20px", header_h1_font_size = "55px",
header_h2_font_size = "45px", header_h3_font_size = "35px",
text_slide_number_font_size = "0.9em", code_inline_font_size = "1em",
code_font_size = "0.9em", text_font_google = NULL,
text_font_family = "'Droid Serif'", text_font_weight = "normal",
@@ -94,11 +94,11 @@ mono_light(base_color = "#23395b", white_color = lighten_color(base_color,

\item{text_size}{Slide Body Text Size, defaults to 20px}

\item{header_h1_font_size}{h1 Header Text Size, defaults to 2.75em}
\item{header_h1_font_size}{h1 Header Text Size, defaults to 55px}

\item{header_h2_font_size}{h2 Header Text Size, defaults to 2.25em}
\item{header_h2_font_size}{h2 Header Text Size, defaults to 45px}

\item{header_h3_font_size}{h3 Header Text Size, defaults to 1.75em}
\item{header_h3_font_size}{h3 Header Text Size, defaults to 35px}

\item{text_slide_number_font_size}{Slide Number Text Size, defaults to 0.9em}


+ 5
- 5
man/solarized_dark.Rd 파일 보기

@@ -19,8 +19,8 @@ solarized_dark(text_color = "#839496", header_color = "#dc322f",
left_column_selected_color = "#93a1a1", blockquote_left_color = "#cb4b16",
table_border_color = "#657b83", table_row_border_color = "#657b83",
table_row_even_background_color = "#073642", text_size = "20px",
header_h1_font_size = "2.75em", header_h2_font_size = "2.25em",
header_h3_font_size = "1.75em", text_slide_number_font_size = "0.9em",
header_h1_font_size = "55px", header_h2_font_size = "45px",
header_h3_font_size = "35px", text_slide_number_font_size = "0.9em",
code_inline_font_size = "1em", code_font_size = "0.9em",
text_font_google = NULL, text_font_family = "'Droid Serif'",
text_font_weight = "normal",
@@ -85,11 +85,11 @@ solarized_dark(text_color = "#839496", header_color = "#dc322f",

\item{text_size}{Slide Body Text Size, defaults to 20px}

\item{header_h1_font_size}{h1 Header Text Size, defaults to 2.75em}
\item{header_h1_font_size}{h1 Header Text Size, defaults to 55px}

\item{header_h2_font_size}{h2 Header Text Size, defaults to 2.25em}
\item{header_h2_font_size}{h2 Header Text Size, defaults to 45px}

\item{header_h3_font_size}{h3 Header Text Size, defaults to 1.75em}
\item{header_h3_font_size}{h3 Header Text Size, defaults to 35px}

\item{text_slide_number_font_size}{Slide Number Text Size, defaults to 0.9em}


+ 5
- 5
man/solarized_light.Rd 파일 보기

@@ -19,8 +19,8 @@ solarized_light(text_color = "#657b83", header_color = "#dc322f",
left_column_selected_color = "#586e75", blockquote_left_color = "#cb4b16",
table_border_color = "#839496", table_row_border_color = "#839496",
table_row_even_background_color = "#eee8d5", text_size = "20px",
header_h1_font_size = "2.75em", header_h2_font_size = "2.25em",
header_h3_font_size = "1.75em", text_slide_number_font_size = "0.9em",
header_h1_font_size = "55px", header_h2_font_size = "45px",
header_h3_font_size = "35px", text_slide_number_font_size = "0.9em",
code_inline_font_size = "1em", code_font_size = "0.9em",
text_font_google = NULL, text_font_family = "'Droid Serif'",
text_font_weight = "normal",
@@ -85,11 +85,11 @@ solarized_light(text_color = "#657b83", header_color = "#dc322f",

\item{text_size}{Slide Body Text Size, defaults to 20px}

\item{header_h1_font_size}{h1 Header Text Size, defaults to 2.75em}
\item{header_h1_font_size}{h1 Header Text Size, defaults to 55px}

\item{header_h2_font_size}{h2 Header Text Size, defaults to 2.25em}
\item{header_h2_font_size}{h2 Header Text Size, defaults to 45px}

\item{header_h3_font_size}{h3 Header Text Size, defaults to 1.75em}
\item{header_h3_font_size}{h3 Header Text Size, defaults to 35px}

\item{text_slide_number_font_size}{Slide Number Text Size, defaults to 0.9em}


+ 5
- 5
man/write_xaringan_theme.Rd 파일 보기

@@ -18,8 +18,8 @@ write_xaringan_theme(text_color = "#000", header_color = "#000",
left_column_selected_color = "#000", blockquote_left_color = "lightgray",
table_border_color = "#666", table_row_border_color = "#ddd",
table_row_even_background_color = "#eee", text_size = "20px",
header_h1_font_size = "2.75em", header_h2_font_size = "2.25em",
header_h3_font_size = "1.75em", text_slide_number_font_size = "0.9em",
header_h1_font_size = "55px", header_h2_font_size = "45px",
header_h3_font_size = "35px", text_slide_number_font_size = "0.9em",
code_inline_font_size = "1em", code_font_size = "0.9em",
text_font_google = NULL, text_font_family = "'Droid Serif'",
text_font_weight = "normal",
@@ -84,11 +84,11 @@ write_xaringan_theme(text_color = "#000", header_color = "#000",

\item{text_size}{Slide Body Text Size, defaults to 20px}

\item{header_h1_font_size}{h1 Header Text Size, defaults to 2.75em}
\item{header_h1_font_size}{h1 Header Text Size, defaults to 55px}

\item{header_h2_font_size}{h2 Header Text Size, defaults to 2.25em}
\item{header_h2_font_size}{h2 Header Text Size, defaults to 45px}

\item{header_h3_font_size}{h3 Header Text Size, defaults to 1.75em}
\item{header_h3_font_size}{h3 Header Text Size, defaults to 35px}

\item{text_slide_number_font_size}{Slide Number Text Size, defaults to 0.9em}


Loading…
취소
저장