😎 Give your xaringan slides some style
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

492 行
23KB

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