😎 Give your xaringan slides some style
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

15 líneas
853B

  1. #' @param extra_css A named list of CSS definitions each containing a named list
  2. #' of CSS property-value pairs, i.e.
  3. #' \code{list(".class-id" = list("css-property" = "value"))}
  4. #' @param extra_fonts A list of additional fonts to import, each list element
  5. #' can be either a URL as a character string or a call to
  6. #' \code{\link{google_font}()}
  7. #' @param colors A named vector of custom colors. The names of the colors
  8. #' become CSS variables and classes that can be used within your slides.
  9. #' For example, `colors = c(blue = "#bad4ed")` adds a CSS variable
  10. #' `--blue`, a `.blue` CSS class that applies the color to the text or
  11. #' foreground color, and a `.bg-blue` CSS class that applies the color
  12. #' to the background.
  13. #' @param outfile Customized xaringan CSS output file name, default is "xaringan-themer.css"
  14. #' @family themes