😎 Give your xaringan slides some style
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

17 lines
640B

  1. #' @title Solarized Light Theme
  2. #' @description A light theme based around on the solarized color scheme.
  3. #' Works well with "\code{highlightStyle: solarized-dark}" or
  4. #' "\code{highlighStyle: solarized-light}".
  5. #' @references \url{https://ethanschoonover.com/solarized/}
  6. #' @examples
  7. #' # Create a xaringan style in a temporary file
  8. #' xaringan_themer_css <- tempfile("xaringan-themer-", fileext = ".css")
  9. #'
  10. #' style_solarized_light(
  11. #' outfile = xaringan_themer_css # omit in your slides to write the
  12. #' # styles to xaringan-themer.css
  13. #' )
  14. #'
  15. #' # View the CSS:
  16. #' # file.edit(xaringan_themer_css)