😎 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
487B

  1. #' @title Monotone Light Theme
  2. #' @description A light monotone theme based around a single color.
  3. #' @examples
  4. #' # Create a xaringan style in a temporary file
  5. #' xaringan_themer_css <- tempfile("xaringan-themer-", fileext = ".css")
  6. #'
  7. #' style_mono_light(
  8. #' base_color = "#23395b",
  9. #' outfile = xaringan_themer_css # omit in your slides to write the
  10. #' # styles to xaringan-themer.css
  11. #' )
  12. #'
  13. #' # View the CSS:
  14. #' # file.edit(xaringan_themer_css)