| @@ -1,3 +1,3 @@ | |||
| #' @param extra_css A named list of CSS definitions each containing a named list | |||
| #' of CSS property-value pairs, i.e. | |||
| #' `list(".class-id" = list("css-property" = "value"))` | |||
| #' \code{list(".class-id" = list("css-property" = "value"))} | |||
| @@ -130,7 +130,7 @@ duo(primary_color = "#1F4257", secondary_color = "#F97B64", | |||
| \item{extra_css}{A named list of CSS definitions each containing a named list | |||
| of CSS property-value pairs, i.e. | |||
| `list(".class-id" = list("css-property" = "value"))`} | |||
| \code{list(".class-id" = list("css-property" = "value"))}} | |||
| \item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"} | |||
| } | |||
| @@ -138,7 +138,7 @@ duo_accent(primary_color = "#006747", secondary_color = "#CFC493", | |||
| \item{extra_css}{A named list of CSS definitions each containing a named list | |||
| of CSS property-value pairs, i.e. | |||
| `list(".class-id" = list("css-property" = "value"))`} | |||
| \code{list(".class-id" = list("css-property" = "value"))}} | |||
| \item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"} | |||
| } | |||
| @@ -138,7 +138,7 @@ duo_accent_inverse(primary_color = "#006747", secondary_color = "#CFC493", | |||
| \item{extra_css}{A named list of CSS definitions each containing a named list | |||
| of CSS property-value pairs, i.e. | |||
| `list(".class-id" = list("css-property" = "value"))`} | |||
| \code{list(".class-id" = list("css-property" = "value"))}} | |||
| \item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"} | |||
| } | |||
| @@ -131,7 +131,7 @@ mono_accent(base_color = "#43418A", white_color = "#FFFFFF", | |||
| \item{extra_css}{A named list of CSS definitions each containing a named list | |||
| of CSS property-value pairs, i.e. | |||
| `list(".class-id" = list("css-property" = "value"))`} | |||
| \code{list(".class-id" = list("css-property" = "value"))}} | |||
| \item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"} | |||
| } | |||
| @@ -131,7 +131,7 @@ mono_accent_inverse(base_color = "#3C989E", white_color = "#FFFFFF", | |||
| \item{extra_css}{A named list of CSS definitions each containing a named list | |||
| of CSS property-value pairs, i.e. | |||
| `list(".class-id" = list("css-property" = "value"))`} | |||
| \code{list(".class-id" = list("css-property" = "value"))}} | |||
| \item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"} | |||
| } | |||
| @@ -131,7 +131,7 @@ mono_dark(base_color = "#cbf7ed", white_color = lighten_color(base_color, | |||
| \item{extra_css}{A named list of CSS definitions each containing a named list | |||
| of CSS property-value pairs, i.e. | |||
| `list(".class-id" = list("css-property" = "value"))`} | |||
| \code{list(".class-id" = list("css-property" = "value"))}} | |||
| \item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"} | |||
| } | |||
| @@ -131,7 +131,7 @@ mono_light(base_color = "#23395b", white_color = lighten_color(base_color, | |||
| \item{extra_css}{A named list of CSS definitions each containing a named list | |||
| of CSS property-value pairs, i.e. | |||
| `list(".class-id" = list("css-property" = "value"))`} | |||
| \code{list(".class-id" = list("css-property" = "value"))}} | |||
| \item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"} | |||
| } | |||
| @@ -120,7 +120,7 @@ solarized_dark(text_color = "#839496", header_color = "#dc322f", | |||
| \item{extra_css}{A named list of CSS definitions each containing a named list | |||
| of CSS property-value pairs, i.e. | |||
| `list(".class-id" = list("css-property" = "value"))`} | |||
| \code{list(".class-id" = list("css-property" = "value"))}} | |||
| \item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"} | |||
| } | |||
| @@ -120,7 +120,7 @@ solarized_light(text_color = "#657b83", header_color = "#dc322f", | |||
| \item{extra_css}{A named list of CSS definitions each containing a named list | |||
| of CSS property-value pairs, i.e. | |||
| `list(".class-id" = list("css-property" = "value"))`} | |||
| \code{list(".class-id" = list("css-property" = "value"))}} | |||
| \item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"} | |||
| } | |||
| @@ -120,7 +120,7 @@ write_xaringan_theme(text_color = "#000", header_color = "#000", | |||
| \item{extra_css}{A named list of CSS definitions each containing a named list | |||
| of CSS property-value pairs, i.e. | |||
| `list(".class-id" = list("css-property" = "value"))`} | |||
| \code{list(".class-id" = list("css-property" = "value"))}} | |||
| \item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"} | |||
| } | |||