😎 Give your xaringan slides some style
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

15 lines
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)