😎 Give your xaringan slides some style
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

432 行
22KB

  1. <!-- Generated by pkgdown: do not edit by hand -->
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <title>Write A Customized Xaringan Theme — write_xaringan_theme • xaringanthemer</title>
  9. <!-- jquery -->
  10. <script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script>
  11. <!-- Bootstrap -->
  12. <link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/yeti/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
  13. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
  14. <!-- Font Awesome icons -->
  15. <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
  16. <!-- clipboard.js -->
  17. <script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js" integrity="sha384-cV+rhyOuRHc9Ub/91rihWcGmMmCXDeksTtCihMupQHSsi8GIIRDG0ThDc3HGQFJ3" crossorigin="anonymous"></script>
  18. <!-- sticky kit -->
  19. <script src="https://cdnjs.cloudflare.com/ajax/libs/sticky-kit/1.1.3/sticky-kit.min.js" integrity="sha256-c4Rlo1ZozqTPE2RLuvbusY3+SU1pQaJC0TjuhygMipw=" crossorigin="anonymous"></script>
  20. <!-- pkgdown -->
  21. <link href="../pkgdown.css" rel="stylesheet">
  22. <script src="../pkgdown.js"></script>
  23. <meta property="og:title" content="Write A Customized Xaringan Theme — write_xaringan_theme" />
  24. <meta property="og:description" content="Creates a customized Xaringan theme CSS file." />
  25. <meta name="twitter:card" content="summary" />
  26. <!-- mathjax -->
  27. <script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
  28. <!--[if lt IE 9]>
  29. <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  30. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  31. <![endif]-->
  32. </head>
  33. <body>
  34. <div class="container template-reference-topic">
  35. <header>
  36. <div class="navbar navbar-default navbar-fixed-top" role="navigation">
  37. <div class="container">
  38. <div class="navbar-header">
  39. <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
  40. <span class="icon-bar"></span>
  41. <span class="icon-bar"></span>
  42. <span class="icon-bar"></span>
  43. </button>
  44. <span class="navbar-brand">
  45. <a class="navbar-link" href="../index.html">xaringanthemer</a>
  46. <span class="label label-default" data-toggle="tooltip" data-placement="bottom" title="Released package">0.2.0</span>
  47. </span>
  48. </div>
  49. <div id="navbar" class="navbar-collapse collapse">
  50. <ul class="nav navbar-nav">
  51. <li>
  52. <a href="../index.html">
  53. <span class="fa fa-home fa-lg"></span>
  54. </a>
  55. </li>
  56. <li>
  57. <a href="../articles/xaringanthemer.html">Get started</a>
  58. </li>
  59. <li>
  60. <a href="../articles/singles/themes.html">Themes</a>
  61. </li>
  62. <li>
  63. <a href="../articles/singles/fonts.html">Fonts</a>
  64. </li>
  65. <li>
  66. <a href="../articles/template-variables.html">Template Variables</a>
  67. </li>
  68. <li>
  69. <a href="../articles/css-help.html">CSS Help</a>
  70. </li>
  71. <li>
  72. <a href="../reference/index.html">Reference</a>
  73. </li>
  74. </ul>
  75. <ul class="nav navbar-nav navbar-right">
  76. <li>
  77. <a href="https://github.com/gadenbuie/xaringanthemer">
  78. <span class="fa fa-github fa-lg"></span>
  79. </a>
  80. </li>
  81. <li>
  82. <a href="https://twitter.com/grrrck">
  83. <span class="fa fa-twitter fa-lg"></span>
  84. </a>
  85. </li>
  86. </ul>
  87. </div><!--/.nav-collapse -->
  88. </div><!--/.container -->
  89. </div><!--/.navbar -->
  90. </header>
  91. <div class="row">
  92. <div class="col-md-9 contents">
  93. <div class="page-header">
  94. <h1>Write A Customized Xaringan Theme</h1>
  95. <small class="dont-index">Source: <a href='https://github.com/gadenbuie/xaringanthemer/blob/master/R/write_theme.R'><code>R/write_theme.R</code></a></small>
  96. <div class="hidden name"><code>write_xaringan_theme.Rd</code></div>
  97. </div>
  98. <div class="ref-description">
  99. <p>Creates a customized Xaringan theme CSS file.</p>
  100. </div>
  101. <pre class="usage"><span class='fu'>write_xaringan_theme</span>(<span class='kw'>text_color</span> <span class='kw'>=</span> <span class='st'>"#000"</span>, <span class='kw'>header_color</span> <span class='kw'>=</span> <span class='st'>"#000"</span>,
  102. <span class='kw'>background_color</span> <span class='kw'>=</span> <span class='st'>"#FFF"</span>, <span class='kw'>link_color</span> <span class='kw'>=</span> <span class='st'>"rgb(249, 38, 114)"</span>,
  103. <span class='kw'>text_bold_color</span> <span class='kw'>=</span> <span class='fl'>NA</span>, <span class='kw'>text_slide_number_color</span> <span class='kw'>=</span> <span class='no'>inverse_background_color</span>,
  104. <span class='kw'>padding</span> <span class='kw'>=</span> <span class='st'>"1em 4em 1em 4em"</span>, <span class='kw'>background_image</span> <span class='kw'>=</span> <span class='fl'>NA</span>,
  105. <span class='kw'>background_size</span> <span class='kw'>=</span> <span class='fl'>NA</span>, <span class='kw'>background_position</span> <span class='kw'>=</span> <span class='fl'>NA</span>,
  106. <span class='kw'>code_highlight_color</span> <span class='kw'>=</span> <span class='st'>"rgba(255,255,0,0.5)"</span>, <span class='kw'>code_inline_color</span> <span class='kw'>=</span> <span class='st'>"#000"</span>,
  107. <span class='kw'>code_inline_background_color</span> <span class='kw'>=</span> <span class='fl'>NA</span>, <span class='kw'>code_inline_font_size</span> <span class='kw'>=</span> <span class='st'>"1em"</span>,
  108. <span class='kw'>inverse_background_color</span> <span class='kw'>=</span> <span class='st'>"#272822"</span>, <span class='kw'>inverse_text_color</span> <span class='kw'>=</span> <span class='st'>"#d6d6d6"</span>,
  109. <span class='kw'>inverse_text_shadow</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>, <span class='kw'>inverse_header_color</span> <span class='kw'>=</span> <span class='st'>"#f3f3f3"</span>,
  110. <span class='kw'>title_slide_text_color</span> <span class='kw'>=</span> <span class='no'>inverse_text_color</span>,
  111. <span class='kw'>title_slide_background_color</span> <span class='kw'>=</span> <span class='no'>inverse_background_color</span>,
  112. <span class='kw'>title_slide_background_image</span> <span class='kw'>=</span> <span class='fl'>NA</span>, <span class='kw'>title_slide_background_size</span> <span class='kw'>=</span> <span class='fl'>NA</span>,
  113. <span class='kw'>title_slide_background_position</span> <span class='kw'>=</span> <span class='fl'>NA</span>, <span class='kw'>footnote_color</span> <span class='kw'>=</span> <span class='fl'>NA</span>,
  114. <span class='kw'>footnote_font_size</span> <span class='kw'>=</span> <span class='st'>"0.9em"</span>, <span class='kw'>footnote_position_bottom</span> <span class='kw'>=</span> <span class='st'>"3em"</span>,
  115. <span class='kw'>left_column_subtle_color</span> <span class='kw'>=</span> <span class='st'>"#777"</span>, <span class='kw'>left_column_selected_color</span> <span class='kw'>=</span> <span class='st'>"#000"</span>,
  116. <span class='kw'>blockquote_left_border_color</span> <span class='kw'>=</span> <span class='st'>"lightgray"</span>, <span class='kw'>table_border_color</span> <span class='kw'>=</span> <span class='st'>"#666"</span>,
  117. <span class='kw'>table_row_border_color</span> <span class='kw'>=</span> <span class='st'>"#ddd"</span>, <span class='kw'>table_row_even_background_color</span> <span class='kw'>=</span> <span class='st'>"#eee"</span>,
  118. <span class='kw'>text_font_size</span> <span class='kw'>=</span> <span class='st'>"20px"</span>, <span class='kw'>header_h1_font_size</span> <span class='kw'>=</span> <span class='st'>"55px"</span>,
  119. <span class='kw'>header_h2_font_size</span> <span class='kw'>=</span> <span class='st'>"45px"</span>, <span class='kw'>header_h3_font_size</span> <span class='kw'>=</span> <span class='st'>"35px"</span>,
  120. <span class='kw'>text_slide_number_font_size</span> <span class='kw'>=</span> <span class='st'>"0.9em"</span>, <span class='kw'>text_font_google</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  121. <span class='kw'>text_font_family</span> <span class='kw'>=</span> <span class='st'>"'Droid Serif'"</span>, <span class='kw'>text_font_weight</span> <span class='kw'>=</span> <span class='st'>"normal"</span>,
  122. <span class='kw'>text_font_url</span> <span class='kw'>=</span> <span class='st'>"https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic"</span>,
  123. <span class='kw'>text_font_family_fallback</span> <span class='kw'>=</span> <span class='st'>"'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'"</span>,
  124. <span class='kw'>text_font_base</span> <span class='kw'>=</span> <span class='st'>"serif"</span>, <span class='kw'>header_font_google</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  125. <span class='kw'>header_font_family</span> <span class='kw'>=</span> <span class='st'>"'Yanone Kaffeesatz'"</span>, <span class='kw'>header_font_weight</span> <span class='kw'>=</span> <span class='st'>"normal"</span>,
  126. <span class='kw'>header_font_url</span> <span class='kw'>=</span> <span class='st'>"https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz"</span>,
  127. <span class='kw'>code_font_google</span> <span class='kw'>=</span> <span class='kw'>NULL</span>, <span class='kw'>code_font_family</span> <span class='kw'>=</span> <span class='st'>"'Source Code Pro'"</span>,
  128. <span class='kw'>code_font_size</span> <span class='kw'>=</span> <span class='st'>"0.9em"</span>,
  129. <span class='kw'>code_font_url</span> <span class='kw'>=</span> <span class='st'>"https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700"</span>,
  130. <span class='kw'>code_font_family_fallback</span> <span class='kw'>=</span> <span class='st'>"'Lucida Console', Monaco"</span>, <span class='kw'>extra_css</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  131. <span class='kw'>extra_fonts</span> <span class='kw'>=</span> <span class='kw'>NULL</span>, <span class='kw'>outfile</span> <span class='kw'>=</span> <span class='st'>"xaringan-themer.css"</span>)</pre>
  132. <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2>
  133. <table class="ref-arguments">
  134. <colgroup><col class="name" /><col class="desc" /></colgroup>
  135. <tr>
  136. <th>text_color</th>
  137. <td><p>Text Color. Defaults to #000. Modifies the <code>body</code> element.</p></td>
  138. </tr>
  139. <tr>
  140. <th>header_color</th>
  141. <td><p>Header Color. Defaults to #000. Modifies the <code>h1, h2, h3</code> elements.</p></td>
  142. </tr>
  143. <tr>
  144. <th>background_color</th>
  145. <td><p>Slide Background Color. Defaults to #FFF. Modifies the <code>.remark-slide-content</code> class.</p></td>
  146. </tr>
  147. <tr>
  148. <th>link_color</th>
  149. <td><p>Link Color. Defaults to rgb(249, 38, 114). Modifies the <code>a, a &gt; code</code> elements.</p></td>
  150. </tr>
  151. <tr>
  152. <th>text_bold_color</th>
  153. <td><p>Bold Text Color. Defaults to NA. Modifies the <code>strong</code> element.</p></td>
  154. </tr>
  155. <tr>
  156. <th>text_slide_number_color</th>
  157. <td><p>Slide Number Color. Defaults to <code>inverse_background_color</code>. Modifies the <code>.remark-slide-number</code> class.</p></td>
  158. </tr>
  159. <tr>
  160. <th>padding</th>
  161. <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults to 1em 4em 1em 4em. Modifies the <code>.remark-slide-content</code> class.</p></td>
  162. </tr>
  163. <tr>
  164. <th>background_image</th>
  165. <td><p>Background image applied to each <em>and every</em> slide. Set <code>title_slide_background_image = "none"</code> to remove the background image from the title slide.. Defaults to NA. Modifies the <code>.remark-slide-content</code> class.</p></td>
  166. </tr>
  167. <tr>
  168. <th>background_size</th>
  169. <td><p>Background image size, requires <code>background_image</code> to be set. If <code>background_image</code> is set, <code>background_size</code> will default to <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and <code>background_position</code> are set, will default to 100 percent.. Defaults to NA. Modifies the <code>.remark-slide-content</code> class.</p></td>
  170. </tr>
  171. <tr>
  172. <th>background_position</th>
  173. <td><p>Background image position, requires <code>background_image</code> to be set, and it is recommended to adjust <code>background_size</code>.. Defaults to NA. Modifies the <code>.remark-slide-content</code> class.</p></td>
  174. </tr>
  175. <tr>
  176. <th>code_highlight_color</th>
  177. <td><p>Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the <code>.remark-code-line-highlighted</code> class.</p></td>
  178. </tr>
  179. <tr>
  180. <th>code_inline_color</th>
  181. <td><p>Inline Code Color. Defaults to #000. Modifies the <code>.remark-inline-code</code> class.</p></td>
  182. </tr>
  183. <tr>
  184. <th>code_inline_background_color</th>
  185. <td><p>Inline Code Background Color. Defaults to NA. Modifies the <code>.remark-inline-code</code> class.</p></td>
  186. </tr>
  187. <tr>
  188. <th>code_inline_font_size</th>
  189. <td><p>Inline Code Text Font Size. Defaults to 1em. Modifies the <code>.remark-inline-code</code> class.</p></td>
  190. </tr>
  191. <tr>
  192. <th>inverse_background_color</th>
  193. <td><p>Inverse Background Color. Defaults to #272822. Modifies the <code>.inverse</code> class.</p></td>
  194. </tr>
  195. <tr>
  196. <th>inverse_text_color</th>
  197. <td><p>Inverse Text Color. Defaults to #d6d6d6. Modifies the <code>.inverse</code> class.</p></td>
  198. </tr>
  199. <tr>
  200. <th>inverse_text_shadow</th>
  201. <td><p>Enables Shadow on text of inverse slides. Defaults to <code>FALSE</code>. Modifies the <code>.inverse</code> class.</p></td>
  202. </tr>
  203. <tr>
  204. <th>inverse_header_color</th>
  205. <td><p>Inverse Header Color. Defaults to #f3f3f3. Modifies the <code>.inverse h1, .inverse h2, .inverse h3</code> classes.</p></td>
  206. </tr>
  207. <tr>
  208. <th>title_slide_text_color</th>
  209. <td><p>Title Slide Text Color. Defaults to <code>inverse_text_color</code>. Modifies the <code>.title-slide</code> class.</p></td>
  210. </tr>
  211. <tr>
  212. <th>title_slide_background_color</th>
  213. <td><p>Title Slide Background Color. Defaults to <code>inverse_background_color</code>. Modifies the <code>.title-slide</code> class.</p></td>
  214. </tr>
  215. <tr>
  216. <th>title_slide_background_image</th>
  217. <td><p>Title Slide Background Image URL. Defaults to NA. Modifies the <code>.title-slide</code> class.</p></td>
  218. </tr>
  219. <tr>
  220. <th>title_slide_background_size</th>
  221. <td><p>Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to NA. Modifies the <code>.title-slide</code> class.</p></td>
  222. </tr>
  223. <tr>
  224. <th>title_slide_background_position</th>
  225. <td><p>Title Slide Background Image Position. Defaults to NA. Modifies the <code>.title-slide</code> class.</p></td>
  226. </tr>
  227. <tr>
  228. <th>footnote_color</th>
  229. <td><p>Footnote text color (if <code>NA</code>, then it will be the same color as <code>text_color</code>). Defaults to NA. Modifies the <code>.footnote</code> class.</p></td>
  230. </tr>
  231. <tr>
  232. <th>footnote_font_size</th>
  233. <td><p>Footnote font size. Defaults to 0.9em. Modifies the <code>.footnote</code> class.</p></td>
  234. </tr>
  235. <tr>
  236. <th>footnote_position_bottom</th>
  237. <td><p>Footnote location from bottom of screen. Defaults to 3em. Modifies the <code>.footnote</code> class.</p></td>
  238. </tr>
  239. <tr>
  240. <th>left_column_subtle_color</th>
  241. <td><p>Left Column Text (not last). Defaults to #777. Modifies the <code>.left-column h2, .left-column h3</code> classes.</p></td>
  242. </tr>
  243. <tr>
  244. <th>left_column_selected_color</th>
  245. <td><p>Left Column Current Selection. Defaults to #000. Modifies the <code>.left-column h2:last-of-type, .left-column h3:last-child</code> classes.</p></td>
  246. </tr>
  247. <tr>
  248. <th>blockquote_left_border_color</th>
  249. <td><p>Blockquote Left Border Color. Defaults to lightgray. Modifies the <code>blockquote</code> element.</p></td>
  250. </tr>
  251. <tr>
  252. <th>table_border_color</th>
  253. <td><p>Table top/bottom border. Defaults to #666. Modifies the <code>table: border-top, border-bottom</code> elements.</p></td>
  254. </tr>
  255. <tr>
  256. <th>table_row_border_color</th>
  257. <td><p>Table row inner bottom border. Defaults to #ddd. Modifies the <code>table thead th: border-bottom</code> elements.</p></td>
  258. </tr>
  259. <tr>
  260. <th>table_row_even_background_color</th>
  261. <td><p>Table Even Row Background Color. Defaults to #eee. Modifies the <code>thead, tfoot, tr:nth-child(even)</code> elements.</p></td>
  262. </tr>
  263. <tr>
  264. <th>text_font_size</th>
  265. <td><p>Slide Body Text Font Size. Defaults to 20px. Modifies the <code>.remark-slide-content</code> class.</p></td>
  266. </tr>
  267. <tr>
  268. <th>header_h1_font_size</th>
  269. <td><p>h1 Header Text Font Size. Defaults to 55px. Modifies the <code>.remark-slide-content h1</code> class.</p></td>
  270. </tr>
  271. <tr>
  272. <th>header_h2_font_size</th>
  273. <td><p>h2 Header Text Font Size. Defaults to 45px. Modifies the <code>.remark-slide-content h2</code> class.</p></td>
  274. </tr>
  275. <tr>
  276. <th>header_h3_font_size</th>
  277. <td><p>h3 Header Text Font Size. Defaults to 35px. Modifies the <code>.remark-slide-content h3</code> class.</p></td>
  278. </tr>
  279. <tr>
  280. <th>text_slide_number_font_size</th>
  281. <td><p>Slide Number Text Font Size. Defaults to 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td>
  282. </tr>
  283. <tr>
  284. <th>text_font_google</th>
  285. <td><p>Use <code><a href='google_font.html'>google_font()</a></code> to specify body font. Defaults to <code>NULL</code>. Modifies the <code>body</code> element.</p></td>
  286. </tr>
  287. <tr>
  288. <th>text_font_family</th>
  289. <td><p>Body Text Font Family. Defaults to 'Droid Serif'. Modifies the <code>body</code> element.</p></td>
  290. </tr>
  291. <tr>
  292. <th>text_font_weight</th>
  293. <td><p>Body Text Font Weight. Defaults to normal. Modifies the <code>body</code> element.</p></td>
  294. </tr>
  295. <tr>
  296. <th>text_font_url</th>
  297. <td><p>Body Text Font URL(s). Defaults to https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic. Modifies the <code>@import url()</code> elements.</p></td>
  298. </tr>
  299. <tr>
  300. <th>text_font_family_fallback</th>
  301. <td><p>Body Text Font Fallbacks. Defaults to 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'. Modifies the <code>body</code> element.</p></td>
  302. </tr>
  303. <tr>
  304. <th>text_font_base</th>
  305. <td><p>Body Text Base Font (Total Failure Fallback). Defaults to serif. Modifies the <code>body</code> element.</p></td>
  306. </tr>
  307. <tr>
  308. <th>header_font_google</th>
  309. <td><p>Use <code><a href='google_font.html'>google_font()</a></code> to specify header font. Defaults to <code>NULL</code>. Modifies the <code>body</code> element.</p></td>
  310. </tr>
  311. <tr>
  312. <th>header_font_family</th>
  313. <td><p>Header Font Family. Defaults to 'Yanone Kaffeesatz'. Modifies the <code>h1, h2, h3</code> elements.</p></td>
  314. </tr>
  315. <tr>
  316. <th>header_font_weight</th>
  317. <td><p>Header Font Weight. Defaults to normal. Modifies the <code>h1, h2, h3</code> elements.</p></td>
  318. </tr>
  319. <tr>
  320. <th>header_font_url</th>
  321. <td><p>Header Font URL. Defaults to https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz. Modifies the <code>@import url</code> elements.</p></td>
  322. </tr>
  323. <tr>
  324. <th>code_font_google</th>
  325. <td><p>Use <code><a href='google_font.html'>google_font()</a></code> to specify code font. Defaults to <code>NULL</code>. Modifies the <code>body</code> element.</p></td>
  326. </tr>
  327. <tr>
  328. <th>code_font_family</th>
  329. <td><p>Code Font Family. Defaults to 'Source Code Pro'. Modifies the <code>.remark-code, .remark-inline-code</code> classes.</p></td>
  330. </tr>
  331. <tr>
  332. <th>code_font_size</th>
  333. <td><p>Code Text Font Size. Defaults to 0.9em. Modifies the <code>.remark-inline</code> class.</p></td>
  334. </tr>
  335. <tr>
  336. <th>code_font_url</th>
  337. <td><p>Code Font URL. Defaults to https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700. Modifies the <code>@import url</code> elements.</p></td>
  338. </tr>
  339. <tr>
  340. <th>code_font_family_fallback</th>
  341. <td><p>Code Font Fallback. Defaults to 'Lucida Console', Monaco. Modifies the <code>.remark-code, .remark-inline-code</code> classes.</p></td>
  342. </tr>
  343. <tr>
  344. <th>extra_css</th>
  345. <td><p>A named list of CSS definitions each containing a named list
  346. of CSS property-value pairs, i.e.
  347. <code>list(".class-id" = list("css-property" = "value"))</code></p></td>
  348. </tr>
  349. <tr>
  350. <th>extra_fonts</th>
  351. <td><p>A list of additional fonts to import, each list element
  352. can be either a URL as a character string or a call to
  353. <code><a href='google_font.html'>google_font</a>()</code></p></td>
  354. </tr>
  355. <tr>
  356. <th>outfile</th>
  357. <td><p>Customized xaringan CSS output file name, default is "xaringan-themer.css"</p></td>
  358. </tr>
  359. </table>
  360. <h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2>
  361. <div class='dont-index'><p>Other themes: <code><a href='duo_accent_inverse.html'>duo_accent_inverse</a></code>,
  362. <code><a href='duo_accent.html'>duo_accent</a></code>, <code><a href='duo.html'>duo</a></code>,
  363. <code><a href='mono_accent_inverse.html'>mono_accent_inverse</a></code>,
  364. <code><a href='mono_accent.html'>mono_accent</a></code>, <code><a href='mono_dark.html'>mono_dark</a></code>,
  365. <code><a href='mono_light.html'>mono_light</a></code>, <code><a href='solarized_dark.html'>solarized_dark</a></code>,
  366. <code><a href='solarized_light.html'>solarized_light</a></code></p></div>
  367. </div>
  368. <div class="col-md-3 hidden-xs hidden-sm" id="sidebar">
  369. <h2>Contents</h2>
  370. <ul class="nav nav-pills nav-stacked">
  371. <li><a href="#arguments">Arguments</a></li>
  372. <li><a href="#see-also">See also</a></li>
  373. </ul>
  374. </div>
  375. </div>
  376. <footer>
  377. <div class="copyright">
  378. <p>Developed by <a href='https://www.garrickadenbuie.com'>Garrick Aden-Buie</a>.</p>
  379. </div>
  380. <div class="pkgdown">
  381. <p>Site built with <a href="http://pkgdown.r-lib.org/">pkgdown</a>.</p>
  382. </div>
  383. </footer>
  384. </div>
  385. </body>
  386. </html>