😎 Give your xaringan slides some style
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
3.0KB

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/ggplot2.R
  3. \name{theme_xaringan_get_value}
  4. \alias{theme_xaringan_get_value}
  5. \title{Get the Value of xaringanthemer Style Setting}
  6. \usage{
  7. theme_xaringan_get_value(setting, css_file = NULL)
  8. }
  9. \arguments{
  10. \item{setting}{A xaringanthemer style setting}
  11. \item{css_file}{Path to a \pkg{xaringanthemer} CSS file, from which the
  12. theme variables and values will be inferred. In general, if you use the
  13. \pkg{xaringathemer} defaults, you will not need to set this. This feature
  14. lets you create a \pkg{ggplot2} theme for your \pkg{xaringan} slides, even
  15. if you have only saved your theme CSS file and you aren't creating your
  16. CSS theme with \pkg{xaringanthemer} in your slides' source file.}
  17. }
  18. \description{
  19. A helper function to retrieve the value of style settings as set by a
  20. xaringanthemer style function, for use in plotting and other circumstances.
  21. }
  22. \section{Style Settings}{
  23. Style settings used by xaringanthemer include:
  24. \itemize{
  25. \item \code{background_color}
  26. \item \code{background_image}
  27. \item \code{background_position}
  28. \item \code{background_size}
  29. \item \code{blockquote_left_border_color}
  30. \item \code{code_font_family}
  31. \item \code{code_font_family_fallback}
  32. \item \code{code_font_google}
  33. \item \code{code_font_size}
  34. \item \code{code_font_url}
  35. \item \code{code_highlight_color}
  36. \item \code{code_inline_background_color}
  37. \item \code{code_inline_color}
  38. \item \code{code_inline_font_size}
  39. \item \code{extra_css}
  40. \item \code{extra_fonts}
  41. \item \code{footnote_color}
  42. \item \code{footnote_font_size}
  43. \item \code{footnote_position_bottom}
  44. \item \code{header_background_auto}
  45. \item \code{header_background_color}
  46. \item \code{header_background_content_padding_top}
  47. \item \code{header_background_ignore_classes}
  48. \item \code{header_background_padding}
  49. \item \code{header_background_text_color}
  50. \item \code{header_color}
  51. \item \code{header_font_family}
  52. \item \code{header_font_google}
  53. \item \code{header_font_url}
  54. \item \code{header_font_weight}
  55. \item \code{header_h1_font_size}
  56. \item \code{header_h2_font_size}
  57. \item \code{header_h3_font_size}
  58. \item \code{inverse_background_color}
  59. \item \code{inverse_header_color}
  60. \item \code{inverse_text_color}
  61. \item \code{inverse_text_shadow}
  62. \item \code{left_column_selected_color}
  63. \item \code{left_column_subtle_color}
  64. \item \code{link_color}
  65. \item \code{padding}
  66. \item \code{table_border_color}
  67. \item \code{table_row_border_color}
  68. \item \code{table_row_even_background_color}
  69. \item \code{text_bold_color}
  70. \item \code{text_color}
  71. \item \code{text_font_base}
  72. \item \code{text_font_family}
  73. \item \code{text_font_family_fallback}
  74. \item \code{text_font_google}
  75. \item \code{text_font_size}
  76. \item \code{text_font_url}
  77. \item \code{text_font_weight}
  78. \item \code{text_slide_number_color}
  79. \item \code{text_slide_number_font_size}
  80. \item \code{title_slide_background_color}
  81. \item \code{title_slide_background_image}
  82. \item \code{title_slide_background_position}
  83. \item \code{title_slide_background_size}
  84. \item \code{title_slide_text_color}
  85. }
  86. }