😎 Give your xaringan slides some style
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

15 Zeilen
484B

  1. #' @title Monotone Dark Theme
  2. #' @description A dark 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_dark(
  8. #' base_color = "#cbf7ed",
  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)