😎 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.

122 lines
4.2KB

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/mono.R
  3. \name{mono_light}
  4. \alias{mono_light}
  5. \title{Monotone Light Theme}
  6. \usage{
  7. mono_light(base_color = "#23395b", white_color = lighten_color(base_color,
  8. 0.9), black_color = darken_color(base_color, 0.3),
  9. text_color = black_color, header_color = base_color,
  10. background_color = white_color, link_color = base_color,
  11. text_bold_color = base_color, text_slide_number_color = base_color,
  12. code_highlight_color = "#ffff88", code_inline_color = base_color,
  13. code_inline_background_color = NA, inverse_background_color = base_color,
  14. inverse_text_color = white_color, inverse_text_shadow = FALSE,
  15. inverse_header_color = white_color,
  16. title_slide_text_color = inverse_text_color,
  17. title_slide_background_color = inverse_background_color,
  18. title_slide_background_image = NA,
  19. left_column_subtle_color = lighten_color(base_color, 0.5),
  20. left_column_selected_color = base_color,
  21. blockquote_left_color = lighten_color(base_color, 0.5),
  22. table_border_color = "#666", table_row_border_color = "#ddd",
  23. table_row_even_background_color = lighten_color(base_color, 0.8),
  24. text_font_google = NULL, text_font_family = "'Droid Serif'",
  25. text_font_weight = "normal",
  26. text_font_url = "https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic",
  27. text_font_family_fallback = "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'",
  28. text_font_base = "serif", header_font_google = NULL,
  29. header_font_family = "'Yanone Kaffeesatz'", header_font_weight = "normal",
  30. header_font_url = "https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz",
  31. code_font_google = NULL, code_font_family = "'Source Code Pro'",
  32. code_font_url = "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700",
  33. code_font_family_fallback = "'Lucida Console', Monaco",
  34. outfile = "xaringan-themed.css")
  35. }
  36. \arguments{
  37. \item{base_color}{Monotone Base Color, works best with a strong darkish color}
  38. \item{white_color}{Color for "white". Monotone Light defaults to a very light
  39. version of the \code{base_color}}
  40. \item{black_color}{Color for "black". Monotone Light defaults to a dark,
  41. nearly black version of the \code{base_color}}
  42. \item{text_color}{Text Color}
  43. \item{header_color}{Header Color}
  44. \item{background_color}{Slide Background Color}
  45. \item{link_color}{Link Color}
  46. \item{text_bold_color}{Bold Text Color}
  47. \item{text_slide_number_color}{Slide Number Color}
  48. \item{code_highlight_color}{Code Line Highlight}
  49. \item{code_inline_color}{Inline Code Color}
  50. \item{code_inline_background_color}{Inline Code Background Color}
  51. \item{inverse_background_color}{Inverse Background Color}
  52. \item{inverse_text_color}{Inverse Text Color}
  53. \item{inverse_text_shadow}{Enables Shadow on text of inverse slides}
  54. \item{inverse_header_color}{Inverse Header Color}
  55. \item{title_slide_text_color}{Title Slide Text Color}
  56. \item{title_slide_background_color}{Title Slide Background Color}
  57. \item{title_slide_background_image}{Title Slide Background Image URL}
  58. \item{left_column_subtle_color}{Left Column Text (not last)}
  59. \item{left_column_selected_color}{Left Column Current Selection}
  60. \item{blockquote_left_color}{Blockquote Left Border Color}
  61. \item{table_border_color}{Table top/bottom border}
  62. \item{table_row_border_color}{Table row inner bottom border}
  63. \item{table_row_even_background_color}{Table Even Row Background Color}
  64. \item{text_font_google}{Use \code{google_font()} to specify body font}
  65. \item{text_font_family}{Body Text Font Family}
  66. \item{text_font_weight}{Body Text Font Weight}
  67. \item{text_font_url}{Body Text Font URL(s)}
  68. \item{text_font_family_fallback}{Body Text Font Fallbacks}
  69. \item{text_font_base}{Body Text Base Font (Total Failure Fallback)}
  70. \item{header_font_google}{Use \code{google_font()} to specify header font}
  71. \item{header_font_family}{Header Font Family}
  72. \item{header_font_weight}{Header Font Weight}
  73. \item{header_font_url}{Header Font URL}
  74. \item{code_font_google}{Use \code{google_font()} to specify code font}
  75. \item{code_font_family}{Code Font Family}
  76. \item{code_font_url}{Code Font URL}
  77. \item{code_font_family_fallback}{Code Font Fallback}
  78. \item{outfile}{Customized xaringan CSS output file name}
  79. }
  80. \description{
  81. Monotone Light Theme
  82. }