😎 Give your xaringan slides some style
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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)