😎 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.

16 líneas
559B

  1. #' @title Monotone Accent Theme
  2. #' @description The default xaringan theme with a single color used for color
  3. #' accents on select elements (headers, bold text, etc.).
  4. #' @examples
  5. #' # Create a xaringan style in a temporary file
  6. #' xaringan_themer_css <- tempfile("xaringan-themer-", fileext = ".css")
  7. #'
  8. #' style_mono_accent(
  9. #' base_color = "#43418A",
  10. #' outfile = xaringan_themer_css # omit in your slides to write the
  11. #' # styles to xaringan-themer.css
  12. #' )
  13. #'
  14. #' # View the CSS:
  15. #' # file.edit(xaringan_themer_css)