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

493 lines
22KB

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/style_mono_accent.R
  3. \name{style_mono_accent}
  4. \alias{style_mono_accent}
  5. \title{Monotone Accent Theme}
  6. \usage{
  7. style_mono_accent(
  8. base_color = "#43418A",
  9. white_color = "#FFFFFF",
  10. black_color = "#272822",
  11. text_color = black_color,
  12. header_color = base_color,
  13. background_color = white_color,
  14. link_color = base_color,
  15. text_bold_color = base_color,
  16. text_slide_number_color = base_color,
  17. padding = "16px 64px 16px 64px",
  18. background_image = NULL,
  19. background_size = NULL,
  20. background_position = NULL,
  21. code_highlight_color = "rgba(255,255,0,0.5)",
  22. code_inline_color = base_color,
  23. code_inline_background_color = NULL,
  24. code_inline_font_size = "1em",
  25. inverse_background_color = base_color,
  26. inverse_text_color = white_color,
  27. inverse_text_shadow = FALSE,
  28. inverse_header_color = inverse_text_color,
  29. inverse_link_color = link_color,
  30. title_slide_text_color = inverse_text_color,
  31. title_slide_background_color = inverse_background_color,
  32. title_slide_background_image = NULL,
  33. title_slide_background_size = NULL,
  34. title_slide_background_position = NULL,
  35. footnote_color = NULL,
  36. footnote_font_size = "0.9em",
  37. footnote_position_bottom = "60px",
  38. left_column_subtle_color = apply_alpha(base_color, 0.6),
  39. left_column_selected_color = base_color,
  40. blockquote_left_border_color = apply_alpha(base_color, 0.5),
  41. table_border_color = "#666",
  42. table_row_border_color = "#ddd",
  43. table_row_even_background_color = lighten_color(base_color, 0.8),
  44. base_font_size = "20px",
  45. text_font_size = "1rem",
  46. header_h1_font_size = "2.75rem",
  47. header_h2_font_size = "2.25rem",
  48. header_h3_font_size = "1.75rem",
  49. header_background_auto = FALSE,
  50. header_background_color = header_color,
  51. header_background_text_color = background_color,
  52. header_background_padding = NULL,
  53. header_background_content_padding_top = "7rem",
  54. header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"),
  55. text_slide_number_font_size = "0.9rem",
  56. text_font_google = NULL,
  57. text_font_family = xaringanthemer_font_default("text_font_family"),
  58. text_font_weight = xaringanthemer_font_default("text_font_weight"),
  59. text_bold_font_weight = "bold",
  60. text_font_url = xaringanthemer_font_default("text_font_url"),
  61. text_font_family_fallback = xaringanthemer_font_default("text_font_family_fallback"),
  62. text_font_base = "sans-serif",
  63. header_font_google = NULL,
  64. header_font_family = xaringanthemer_font_default("header_font_family"),
  65. header_font_weight = xaringanthemer_font_default("header_font_weight"),
  66. header_font_family_fallback = "Georgia, serif",
  67. header_font_url = xaringanthemer_font_default("header_font_url"),
  68. code_font_google = NULL,
  69. code_font_family = xaringanthemer_font_default("code_font_family"),
  70. code_font_size = "0.9rem",
  71. code_font_url = xaringanthemer_font_default("code_font_url"),
  72. code_font_family_fallback = xaringanthemer_font_default("code_font_family_fallback"),
  73. link_decoration = "none",
  74. colors = NULL,
  75. extra_css = NULL,
  76. extra_fonts = NULL,
  77. outfile = "xaringan-themer.css"
  78. )
  79. }
  80. \arguments{
  81. \item{base_color}{Monotone Base Color, works best with a strong color.
  82. Defaults to #43418A. Used in multiple CSS rules. The value of this
  83. variable is also stored as a CSS variable that can be referenced with
  84. \code{var(--base)} in any argument of a style function or in custom CSS.}
  85. \item{white_color}{Brightest color used. Defaults to #FFFFFF. Used in
  86. multiple CSS rules. The value of this variable is also stored as a CSS
  87. variable that can be referenced with \code{var(--white)} in any argument of a
  88. style function or in custom CSS.}
  89. \item{black_color}{Darkest color used. Defaults to #272822. Used in multiple
  90. CSS rules. The value of this variable is also stored as a CSS variable
  91. that can be referenced with \code{var(--black)} in any argument of a style
  92. function or in custom CSS.}
  93. \item{text_color}{Text Color. Defaults to \code{black_color}. Modifies the \code{body}
  94. element. The value of this variable is also stored as a CSS variable that
  95. can be referenced with \code{var(--text_color)} in any argument of a style
  96. function or in custom CSS.}
  97. \item{header_color}{Header Color. Defaults to \code{base_color}. Modifies the
  98. \verb{h1, h2, h3} elements. The value of this variable is also stored as a CSS
  99. variable that can be referenced with \code{var(--header-color)} in any argument
  100. of a style function or in custom CSS.}
  101. \item{background_color}{Slide Background Color. Defaults to \code{white_color}.
  102. Modifies the \code{.remark-slide-content} class. The value of this variable is
  103. also stored as a CSS variable that can be referenced with
  104. \code{var(--background-color)} in any argument of a style function or in custom
  105. CSS.}
  106. \item{link_color}{Link Color. Defaults to \code{base_color}. Modifies the
  107. \verb{a, a > code} elements. The value of this variable is also stored as a CSS
  108. variable that can be referenced with \code{var(--link-color)} in any argument
  109. of a style function or in custom CSS.}
  110. \item{text_bold_color}{Bold Text Color. Defaults to \code{base_color}. Modifies
  111. the \code{strong} element. The value of this variable is also stored as a CSS
  112. variable that can be referenced with \code{var(--text-bold-color)} in any
  113. argument of a style function or in custom CSS.}
  114. \item{text_slide_number_color}{Slide Number Color. Defaults to \code{base_color}.
  115. Modifies the \code{.remark-slide-number} class.}
  116. \item{padding}{Slide Padding in \verb{top right [bottom left]} format. Defaults
  117. to 16px 64px 16px 64px. Modifies the \code{.remark-slide-content} class.
  118. Accepts CSS
  119. \href{https://developer.mozilla.org/en-US/docs/Web/CSS/padding}{padding}
  120. property values.}
  121. \item{background_image}{Background image applied to each \emph{and every} slide.
  122. Set \code{title_slide_background_image = "none"} to remove the background image
  123. from the title slide. Defaults to \code{NULL}. Modifies the
  124. \code{.remark-slide-content} class.}
  125. \item{background_size}{Background image size, requires \code{background_image} to
  126. be set. If \code{background_image} is set, \code{background_size} will default to
  127. \code{cover} so the background fills the screen. If both \code{background_image} and
  128. \code{background_position} are set, will default to 100 percent. Defaults to
  129. \code{NULL}. Modifies the \code{.remark-slide-content} class. Accepts CSS
  130. \href{https://developer.mozilla.org/en-US/docs/Web/CSS/background-size}{background-size}
  131. property values.}
  132. \item{background_position}{Background image position, requires
  133. \code{background_image} to be set, and it is recommended to adjust
  134. \code{background_size}. Defaults to \code{NULL}. Modifies the
  135. \code{.remark-slide-content} class. Accepts CSS
  136. \href{https://developer.mozilla.org/en-US/docs/Web/CSS/background-position}{background-position}
  137. property values.}
  138. \item{code_highlight_color}{Code Line Highlight. Defaults to
  139. rgba(255,255,0,0.5). Modifies the \code{.remark-code-line-highlighted} class.
  140. The value of this variable is also stored as a CSS variable that can be
  141. referenced with \code{var(--code-highlight-color)} in any argument of a style
  142. function or in custom CSS.}
  143. \item{code_inline_color}{Inline Code Color. Defaults to \code{base_color}.
  144. Modifies the \code{.remark-inline-code} class.}
  145. \item{code_inline_background_color}{Inline Code Background Color. Defaults
  146. to \code{NULL}. Modifies the \code{.remark-inline-code} class.}
  147. \item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1em.
  148. Modifies the \code{.remark-inline-code} class. Accepts CSS
  149. \href{https://developer.mozilla.org/en-US/docs/Web/CSS/font-size}{font-size}
  150. property values. The value of this variable is also stored as a CSS
  151. variable that can be referenced with \code{var(--code-inline-font-size)} in any
  152. argument of a style function or in custom CSS.}
  153. \item{inverse_background_color}{Inverse Background Color. Defaults to
  154. \code{base_color}. Modifies the \code{.inverse} class. The value of this variable is
  155. also stored as a CSS variable that can be referenced with
  156. \code{var(--inverse-background-color)} in any argument of a style function or
  157. in custom CSS.}
  158. \item{inverse_text_color}{Inverse Text Color. Defaults to \code{white_color}.
  159. Modifies the \code{.inverse} class. The value of this variable is also stored
  160. as a CSS variable that can be referenced with \code{var(--inverse-text-color)}
  161. in any argument of a style function or in custom CSS.}
  162. \item{inverse_text_shadow}{Enables Shadow on text of inverse slides.
  163. Defaults to \code{FALSE}. Modifies the \code{.inverse} class.}
  164. \item{inverse_header_color}{Inverse Header Color. Defaults to
  165. \code{inverse_text_color}. Modifies the \verb{.inverse h1, .inverse h2, .inverse h3}
  166. classes. The value of this variable is also stored as a CSS variable that
  167. can be referenced with \code{var(--inverse-header-color)} in any argument of a
  168. style function or in custom CSS.}
  169. \item{inverse_link_color}{Inverse Link Color. Defaults to \code{link_color}.
  170. Modifies the \verb{.inverse a, .inverse a > code} classes. The value of this
  171. variable is also stored as a CSS variable that can be referenced with
  172. \code{var(--inverse-link-color)} in any argument of a style function or in
  173. custom CSS.}
  174. \item{title_slide_text_color}{Title Slide Text Color. Defaults to
  175. \code{inverse_text_color}. Modifies the \code{.title-slide} class. The value of this
  176. variable is also stored as a CSS variable that can be referenced with
  177. \code{var(--title-slide-text-color)} in any argument of a style function or in
  178. custom CSS.}
  179. \item{title_slide_background_color}{Title Slide Background Color. Defaults
  180. to \code{inverse_background_color}. Modifies the \code{.title-slide} class. The
  181. value of this variable is also stored as a CSS variable that can be
  182. referenced with \code{var(--title-slide-background-color)} in any argument of a
  183. style function or in custom CSS.}
  184. \item{title_slide_background_image}{Title Slide Background Image URL.
  185. Defaults to \code{NULL}. Modifies the \code{.title-slide} class.}
  186. \item{title_slide_background_size}{Title Slide Background Image Size,
  187. defaults to "cover" if background image is set. Defaults to \code{NULL}.
  188. Modifies the \code{.title-slide} class. Accepts CSS
  189. \href{https://developer.mozilla.org/en-US/docs/Web/CSS/background-size}{background-size}
  190. property values.}
  191. \item{title_slide_background_position}{Title Slide Background Image
  192. Position. Defaults to \code{NULL}. Modifies the \code{.title-slide} class. Accepts
  193. CSS
  194. \href{https://developer.mozilla.org/en-US/docs/Web/CSS/background-position}{background-position}
  195. property values.}
  196. \item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same
  197. color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote}
  198. class.}
  199. \item{footnote_font_size}{Footnote font size. Defaults to 0.9em. Modifies
  200. the \code{.footnote} class. Accepts CSS
  201. \href{https://developer.mozilla.org/en-US/docs/Web/CSS/font-size}{font-size}
  202. property values.}
  203. \item{footnote_position_bottom}{Footnote location from bottom of screen.
  204. Defaults to 60px. Modifies the \code{.footnote} class. Accepts CSS
  205. \href{https://developer.mozilla.org/en-US/docs/Web/CSS/position_value}{position}
  206. property values.}
  207. \item{left_column_subtle_color}{Left Column Text (not last). Defaults to
  208. \code{apply_alpha(base_color, 0.6)}. Modifies the
  209. \verb{.left-column h2, .left-column h3} classes.}
  210. \item{left_column_selected_color}{Left Column Current Selection. Defaults to
  211. \code{base_color}. Modifies the
  212. \verb{.left-column h2:last-of-type, .left-column h3:last-child} classes.}
  213. \item{blockquote_left_border_color}{Blockquote Left Border Color. Defaults
  214. to \code{apply_alpha(base_color, 0.5)}. Modifies the \code{blockquote} element.}
  215. \item{table_border_color}{Table top/bottom border. Defaults to #666.
  216. Modifies the \verb{table: border-top, border-bottom} elements.}
  217. \item{table_row_border_color}{Table row inner bottom border. Defaults to
  218. #ddd. Modifies the \verb{table thead th: border-bottom} elements.}
  219. \item{table_row_even_background_color}{Table Even Row Background Color.
  220. Defaults to \code{lighten_color(base_color, 0.8)}. Modifies the
  221. \verb{thead, tfoot, tr:nth-child(even)} elements.}
  222. \item{base_font_size}{Base Font Size for All Slide Elements (must be \code{px}).
  223. Defaults to 20px. Modifies the \code{html} element. The value of this variable
  224. is also stored as a CSS variable that can be referenced with
  225. \code{var(--base-font-size)} in any argument of a style function or in custom
  226. CSS.}
  227. \item{text_font_size}{Slide Body Text Font Size. Defaults to 1rem. Modifies
  228. the \code{.remark-slide-content} class. Accepts CSS
  229. \href{https://developer.mozilla.org/en-US/docs/Web/CSS/font-size}{font-size}
  230. property values. The value of this variable is also stored as a CSS
  231. variable that can be referenced with \code{var(--text-font-size)} in any
  232. argument of a style function or in custom CSS.}
  233. \item{header_h1_font_size}{h1 Header Text Font Size. Defaults to 2.75rem.
  234. Modifies the \verb{.remark-slide-content h1} class. Accepts CSS
  235. \href{https://developer.mozilla.org/en-US/docs/Web/CSS/font-size}{font-size}
  236. property values. The value of this variable is also stored as a CSS
  237. variable that can be referenced with \code{var(--header-h1-font-size)} in any
  238. argument of a style function or in custom CSS.}
  239. \item{header_h2_font_size}{h2 Header Text Font Size. Defaults to 2.25rem.
  240. Modifies the \verb{.remark-slide-content h2} class. Accepts CSS
  241. \href{https://developer.mozilla.org/en-US/docs/Web/CSS/font-size}{font-size}
  242. property values. The value of this variable is also stored as a CSS
  243. variable that can be referenced with \code{var(--header-h2-font-size)} in any
  244. argument of a style function or in custom CSS.}
  245. \item{header_h3_font_size}{h3 Header Text Font Size. Defaults to 1.75rem.
  246. Modifies the \verb{.remark-slide-content h3} class. Accepts CSS
  247. \href{https://developer.mozilla.org/en-US/docs/Web/CSS/font-size}{font-size}
  248. property values. The value of this variable is also stored as a CSS
  249. variable that can be referenced with \code{var(--header-h3-font-size)} in any
  250. argument of a style function or in custom CSS.}
  251. \item{header_background_auto}{Add background under slide title automatically
  252. for h1 header elements. If not enabled, use \code{class: header_background} to
  253. enable. Defaults to \code{FALSE}.}
  254. \item{header_background_color}{Background Color for h1 Header with
  255. Background. Defaults to \code{header_color}. Modifies the
  256. \verb{.remark-slide-content h1} class. The value of this variable is also
  257. stored as a CSS variable that can be referenced with
  258. \code{var(--header-background-color)} in any argument of a style function or in
  259. custom CSS.}
  260. \item{header_background_text_color}{Text Color for h1 Header with
  261. Background. Defaults to \code{background_color}. Modifies the
  262. \verb{.remark-slide-content h1} class. The value of this variable is also
  263. stored as a CSS variable that can be referenced with
  264. \code{var(--header-background-text-color)} in any argument of a style function
  265. or in custom CSS.}
  266. \item{header_background_padding}{Padding for h1 Header with Background.
  267. Defaults to \code{NULL}. Modifies the \verb{.remark-slide-content h1} class. Accepts
  268. CSS \href{https://developer.mozilla.org/en-US/docs/Web/CSS/padding}{padding}
  269. property values.}
  270. \item{header_background_content_padding_top}{Top Padding for Content in
  271. Slide with Header with Background. Defaults to 7rem. Modifies the
  272. \code{.remark-slide-content} class.}
  273. \item{header_background_ignore_classes}{Slide Classes Where Header with
  274. Background will not be Applied. Defaults to
  275. \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the
  276. \code{.remark-slide-content} class.}
  277. \item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to
  278. 0.9rem. Modifies the \code{.remark-slide-number} class. Accepts CSS
  279. \href{https://developer.mozilla.org/en-US/docs/Web/CSS/font-size}{font-size}
  280. property values.}
  281. \item{text_font_google}{Use \code{google_font()} to specify body font. Defaults
  282. to \code{NULL}. Modifies the \code{body} element.}
  283. \item{text_font_family}{Body Text Font Family (xaringan default is
  284. \code{'Droid Serif'}). Defaults to
  285. \code{xaringanthemer_font_default("text_font_family")}. Modifies the \code{body}
  286. element. The value of this variable is also stored as a CSS variable that
  287. can be referenced with \code{var(--text-font-family)} in any argument of a
  288. style function or in custom CSS.}
  289. \item{text_font_weight}{Body Text Font Weight. Defaults to
  290. \code{xaringanthemer_font_default("text_font_weight")}. Modifies the \code{body}
  291. element. Accepts CSS
  292. \href{https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight}{font-weight}
  293. property values.}
  294. \item{text_bold_font_weight}{Body Bold Text Font Weight. Defaults to bold.
  295. Modifies the \code{strong} element.}
  296. \item{text_font_url}{Body Text Font URL(s). Defaults to
  297. \code{xaringanthemer_font_default("text_font_url")}. Modifies the
  298. \verb{@import url()} elements.}
  299. \item{text_font_family_fallback}{Body Text Font Fallbacks. Defaults to
  300. \code{xaringanthemer_font_default("text_font_family_fallback")}. Modifies the
  301. \code{body} element. The value of this variable is also stored as a CSS
  302. variable that can be referenced with \code{var(--text-font-family-fallback)} in
  303. any argument of a style function or in custom CSS.}
  304. \item{text_font_base}{Body Text Base Font (Total Failure Fallback). Defaults
  305. to sans-serif. Modifies the \code{body} element. The value of this variable is
  306. also stored as a CSS variable that can be referenced with
  307. \code{var(--text-font-base)} in any argument of a style function or in custom
  308. CSS.}
  309. \item{header_font_google}{Use \code{google_font()} to specify header font.
  310. Defaults to \code{NULL}. Modifies the \code{body} element.}
  311. \item{header_font_family}{Header Font Family (xaringan default is
  312. \code{'Yanone Kaffeesatz'}). Defaults to
  313. \code{xaringanthemer_font_default("header_font_family")}. Modifies the
  314. \verb{h1, h2, h3} elements. The value of this variable is also stored as a CSS
  315. variable that can be referenced with \code{var(--header-font-family)} in any
  316. argument of a style function or in custom CSS.}
  317. \item{header_font_weight}{Header Font Weight. Defaults to
  318. \code{xaringanthemer_font_default("header_font_weight")}. Modifies the
  319. \verb{h1, h2, h3} elements. Accepts CSS
  320. \href{https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight}{font-weight}
  321. property values.}
  322. \item{header_font_family_fallback}{Header Font Family Fallback. Defaults to
  323. Georgia, serif. Modifies the \verb{h1, h2, h3} elements. The value of this
  324. variable is also stored as a CSS variable that can be referenced with
  325. \code{var(--header-font-family-fallback)} in any argument of a style function
  326. or in custom CSS.}
  327. \item{header_font_url}{Header Font URL. Defaults to
  328. \code{xaringanthemer_font_default("header_font_url")}. Modifies the
  329. \verb{@import url} elements.}
  330. \item{code_font_google}{Use \code{google_font()} to specify code font. Defaults
  331. to \code{NULL}. Modifies the \code{body} element.}
  332. \item{code_font_family}{Code Font Family. Defaults to
  333. \code{xaringanthemer_font_default("code_font_family")}. Modifies the
  334. \verb{.remark-code, .remark-inline-code} classes. The value of this variable is
  335. also stored as a CSS variable that can be referenced with
  336. \code{var(--code-font-family)} in any argument of a style function or in custom
  337. CSS.}
  338. \item{code_font_size}{Code Text Font Size. Defaults to 0.9rem. Modifies the
  339. \code{.remark-inline} class. Accepts CSS
  340. \href{https://developer.mozilla.org/en-US/docs/Web/CSS/font-size}{font-size}
  341. property values. The value of this variable is also stored as a CSS
  342. variable that can be referenced with \code{var(--code-font-size)} in any
  343. argument of a style function or in custom CSS.}
  344. \item{code_font_url}{Code Font URL. Defaults to
  345. \code{xaringanthemer_font_default("code_font_url")}. Modifies the \verb{@import url}
  346. elements.}
  347. \item{code_font_family_fallback}{Code Font Fallback. Defaults to
  348. \code{xaringanthemer_font_default("code_font_family_fallback")}. Modifies the
  349. \verb{.remark-code, .remark-inline-code} classes.}
  350. \item{link_decoration}{Text decoration of links. Defaults to none. Modifies
  351. the \verb{a, a > code} elements. Accepts CSS
  352. \href{https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration}{text-decoration}
  353. property values.}
  354. \item{colors}{A named vector of custom colors. The names of the colors
  355. become CSS variables and classes that can be used within your slides.
  356. For example, \code{colors = c(blue = "#bad4ed")} adds a CSS variable
  357. \code{--blue}, a \code{.blue} CSS class that applies the color to the text or
  358. foreground color, and a \code{.bg-blue} CSS class that applies the color
  359. to the background.}
  360. \item{extra_css}{A named list of CSS definitions each containing a named list
  361. of CSS property-value pairs, i.e.
  362. \code{list(".class-id" = list("css-property" = "value"))}.}
  363. \item{extra_fonts}{A list of additional fonts to import, each list element
  364. can be either a URL as a character string or a call to
  365. \code{\link{google_font}()}. To use a font imported in \code{extra_fonts}, you
  366. will need to write custom CSS rules that apply the font to an element or
  367. class with the \code{font-family} property. See the \strong{Fonts} section of
  368. \code{vignette("xaringanthemer")} for an example.}
  369. \item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"}
  370. }
  371. \value{
  372. The CSS styles are written to the file path provided in \code{outfile}
  373. (by default to \code{xaringan-themer.css}). If \code{outfile} is \code{NULL}, the CSS is
  374. returned directly as a character string.
  375. }
  376. \description{
  377. The default xaringan theme with a single color used for color
  378. accents on select elements (headers, bold text, etc.).
  379. }
  380. \section{Usage}{
  381. To use the styles created by this theme function, make sure
  382. that you use \code{xaringan-themer.css} as your CSS file in your slides' YAML
  383. header. If you change the name of the output file using the \code{outfile}
  384. argument, use that name instead of the default file name.
  385. \if{html}{\out{<div class="sourceCode yaml">}}\preformatted{output:
  386. xaringan::moon_reader:
  387. css: xaringan-themer.css
  388. }\if{html}{\out{</div>}}
  389. }
  390. \examples{
  391. # Create a xaringan style in a temporary file
  392. xaringan_themer_css <- tempfile("xaringan-themer-", fileext = ".css")
  393. style_mono_accent(
  394. base_color = "#43418A",
  395. outfile = xaringan_themer_css # omit in your slides to write the
  396. # styles to xaringan-themer.css
  397. )
  398. # View the CSS:
  399. # file.edit(xaringan_themer_css)
  400. }
  401. \seealso{
  402. Other themes:
  403. \code{\link{style_duo}()},
  404. \code{\link{style_duo_accent}()},
  405. \code{\link{style_duo_accent_inverse}()},
  406. \code{\link{style_mono_accent_inverse}()},
  407. \code{\link{style_mono_dark}()},
  408. \code{\link{style_mono_light}()},
  409. \code{\link{style_solarized_dark}()},
  410. \code{\link{style_solarized_light}()},
  411. \code{\link{xaringanthemer_font_default}()}
  412. Other Monotone themes:
  413. \code{\link{style_mono_accent_inverse}()},
  414. \code{\link{style_mono_dark}()},
  415. \code{\link{style_mono_light}()}
  416. }
  417. \concept{Monotone themes}
  418. \concept{themes}