Build URL: https://travis-ci.com/gadenbuie/xaringanthemer/builds/158480642
Commit: efe6ec9713
gh-pages
| @@ -6,7 +6,7 @@ articles: | |||
| template-variables: template-variables.html | |||
| themes: themes.html | |||
| xaringanthemer: xaringanthemer.html | |||
| last_built: 2020-04-05T11:41Z | |||
| last_built: 2020-04-05T12:05Z | |||
| urls: | |||
| reference: https://pkg.garrickadenbuie.com/xaringanthemer//reference | |||
| article: https://pkg.garrickadenbuie.com/xaringanthemer//articles | |||
| @@ -650,6 +650,15 @@ class with the <code>font-family</code> property. See the <strong>Fonts</strong> | |||
| </tr> | |||
| </table> | |||
| <h2 class="hasAnchor" id="usage"><a class="anchor" href="#usage"></a>Usage</h2> | |||
| <p>To use the styles created by this theme function, make sure | |||
| that you use <code>xaringan-themer.css</code> as your CSS file in your slides' YAML | |||
| header. If you change the name of the output file using the <code>outfile</code> | |||
| argument, use that name instead of the default file name.<div class="yaml"></p><pre>output: | |||
| xaringan::moon_reader: | |||
| css: xaringan-themer.css` | |||
| </pre><p></div></p> | |||
| <h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2> | |||
| <div class='dont-index'><p>Other themes: | |||
| @@ -666,6 +675,19 @@ class with the <code>font-family</code> property. See the <strong>Fonts</strong> | |||
| <code><a href='style_duo_accent_inverse.html'>style_duo_accent_inverse</a>()</code>, | |||
| <code><a href='style_duo_accent.html'>style_duo_accent</a>()</code></p></div> | |||
| <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> | |||
| <pre class="examples"><div class='input'><span class='co'># Create a xaringan style in a temporary file</span> | |||
| <span class='no'>xaringan_themer_css</span> <span class='kw'><-</span> <span class='fu'><a href='https://rdrr.io/r/base/tempfile.html'>tempfile</a></span>(<span class='st'>"xaringan-themer-"</span>, <span class='kw'>fileext</span> <span class='kw'>=</span> <span class='st'>".css"</span>) | |||
| <span class='fu'>style_duo</span>( | |||
| <span class='kw'>primary_color</span> <span class='kw'>=</span> <span class='st'>"#1f4257"</span>, | |||
| <span class='kw'>secondary_color</span> <span class='kw'>=</span> <span class='st'>"#f97b64"</span>, | |||
| <span class='kw'>outfile</span> <span class='kw'>=</span> <span class='no'>xaringan_themer_css</span> <span class='co'># omit in your slides to write the</span> | |||
| <span class='co'># styles to xaringan-themer.css</span> | |||
| ) | |||
| <span class='co'># View the CSS:</span> | |||
| <span class='co'># file.edit(xaringan_themer_css)</span></div></pre> | |||
| </div> | |||
| <div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar"> | |||
| <nav id="toc" data-toggle="toc" class="sticky-top"> | |||
| @@ -667,6 +667,15 @@ class with the <code>font-family</code> property. See the <strong>Fonts</strong> | |||
| </tr> | |||
| </table> | |||
| <h2 class="hasAnchor" id="usage"><a class="anchor" href="#usage"></a>Usage</h2> | |||
| <p>To use the styles created by this theme function, make sure | |||
| that you use <code>xaringan-themer.css</code> as your CSS file in your slides' YAML | |||
| header. If you change the name of the output file using the <code>outfile</code> | |||
| argument, use that name instead of the default file name.<div class="yaml"></p><pre>output: | |||
| xaringan::moon_reader: | |||
| css: xaringan-themer.css` | |||
| </pre><p></div></p> | |||
| <h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2> | |||
| <div class='dont-index'><p>Other themes: | |||
| @@ -683,6 +692,19 @@ class with the <code>font-family</code> property. See the <strong>Fonts</strong> | |||
| <code><a href='style_duo_accent_inverse.html'>style_duo_accent_inverse</a>()</code>, | |||
| <code><a href='style_duo.html'>style_duo</a>()</code></p></div> | |||
| <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> | |||
| <pre class="examples"><div class='input'><span class='co'># Create a xaringan style in a temporary file</span> | |||
| <span class='no'>xaringan_themer_css</span> <span class='kw'><-</span> <span class='fu'><a href='https://rdrr.io/r/base/tempfile.html'>tempfile</a></span>(<span class='st'>"xaringan-themer-"</span>, <span class='kw'>fileext</span> <span class='kw'>=</span> <span class='st'>".css"</span>) | |||
| <span class='fu'>style_duo_accent</span>( | |||
| <span class='kw'>primary_color</span> <span class='kw'>=</span> <span class='st'>"#006747"</span>, | |||
| <span class='kw'>secondary_color</span> <span class='kw'>=</span> <span class='st'>"#cfc493"</span>, | |||
| <span class='kw'>outfile</span> <span class='kw'>=</span> <span class='no'>xaringan_themer_css</span> <span class='co'># omit in your slides to write the</span> | |||
| <span class='co'># styles to xaringan-themer.css</span> | |||
| ) | |||
| <span class='co'># View the CSS:</span> | |||
| <span class='co'># file.edit(xaringan_themer_css)</span></div></pre> | |||
| </div> | |||
| <div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar"> | |||
| <nav id="toc" data-toggle="toc" class="sticky-top"> | |||
| @@ -669,6 +669,15 @@ class with the <code>font-family</code> property. See the <strong>Fonts</strong> | |||
| </tr> | |||
| </table> | |||
| <h2 class="hasAnchor" id="usage"><a class="anchor" href="#usage"></a>Usage</h2> | |||
| <p>To use the styles created by this theme function, make sure | |||
| that you use <code>xaringan-themer.css</code> as your CSS file in your slides' YAML | |||
| header. If you change the name of the output file using the <code>outfile</code> | |||
| argument, use that name instead of the default file name.<div class="yaml"></p><pre>output: | |||
| xaringan::moon_reader: | |||
| css: xaringan-themer.css` | |||
| </pre><p></div></p> | |||
| <h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2> | |||
| <div class='dont-index'><p>Other themes: | |||
| @@ -685,6 +694,19 @@ class with the <code>font-family</code> property. See the <strong>Fonts</strong> | |||
| <code><a href='style_duo_accent.html'>style_duo_accent</a>()</code>, | |||
| <code><a href='style_duo.html'>style_duo</a>()</code></p></div> | |||
| <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> | |||
| <pre class="examples"><div class='input'><span class='co'># Create a xaringan style in a temporary file</span> | |||
| <span class='no'>xaringan_themer_css</span> <span class='kw'><-</span> <span class='fu'><a href='https://rdrr.io/r/base/tempfile.html'>tempfile</a></span>(<span class='st'>"xaringan-themer-"</span>, <span class='kw'>fileext</span> <span class='kw'>=</span> <span class='st'>".css"</span>) | |||
| <span class='fu'>style_duo_accent_inverse</span>( | |||
| <span class='kw'>primary_color</span> <span class='kw'>=</span> <span class='st'>"#006747"</span>, | |||
| <span class='kw'>secondary_color</span> <span class='kw'>=</span> <span class='st'>"#cfc493"</span>, | |||
| <span class='kw'>outfile</span> <span class='kw'>=</span> <span class='no'>xaringan_themer_css</span> <span class='co'># omit in your slides to write the</span> | |||
| <span class='co'># styles to xaringan-themer.css</span> | |||
| ) | |||
| <span class='co'># View the CSS:</span> | |||
| <span class='co'># file.edit(xaringan_themer_css)</span></div></pre> | |||
| </div> | |||
| <div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar"> | |||
| <nav id="toc" data-toggle="toc" class="sticky-top"> | |||
| @@ -654,6 +654,15 @@ class with the <code>font-family</code> property. See the <strong>Fonts</strong> | |||
| </tr> | |||
| </table> | |||
| <h2 class="hasAnchor" id="usage"><a class="anchor" href="#usage"></a>Usage</h2> | |||
| <p>To use the styles created by this theme function, make sure | |||
| that you use <code>xaringan-themer.css</code> as your CSS file in your slides' YAML | |||
| header. If you change the name of the output file using the <code>outfile</code> | |||
| argument, use that name instead of the default file name.<div class="yaml"></p><pre>output: | |||
| xaringan::moon_reader: | |||
| css: xaringan-themer.css` | |||
| </pre><p></div></p> | |||
| <h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2> | |||
| <div class='dont-index'><p>Other themes: | |||
| @@ -671,6 +680,18 @@ class with the <code>font-family</code> property. See the <strong>Fonts</strong> | |||
| <code><a href='style_mono_dark.html'>style_mono_dark</a>()</code>, | |||
| <code><a href='style_mono_light.html'>style_mono_light</a>()</code></p></div> | |||
| <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> | |||
| <pre class="examples"><div class='input'><span class='co'># Create a xaringan style in a temporary file</span> | |||
| <span class='no'>xaringan_themer_css</span> <span class='kw'><-</span> <span class='fu'><a href='https://rdrr.io/r/base/tempfile.html'>tempfile</a></span>(<span class='st'>"xaringan-themer-"</span>, <span class='kw'>fileext</span> <span class='kw'>=</span> <span class='st'>".css"</span>) | |||
| <span class='fu'>style_mono_accent</span>( | |||
| <span class='kw'>base_color</span> <span class='kw'>=</span> <span class='st'>"#43418A"</span>, | |||
| <span class='kw'>outfile</span> <span class='kw'>=</span> <span class='no'>xaringan_themer_css</span> <span class='co'># omit in your slides to write the</span> | |||
| <span class='co'># styles to xaringan-themer.css</span> | |||
| ) | |||
| <span class='co'># View the CSS:</span> | |||
| <span class='co'># file.edit(xaringan_themer_css)</span></div></pre> | |||
| </div> | |||
| <div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar"> | |||
| <nav id="toc" data-toggle="toc" class="sticky-top"> | |||
| @@ -655,6 +655,15 @@ class with the <code>font-family</code> property. See the <strong>Fonts</strong> | |||
| </tr> | |||
| </table> | |||
| <h2 class="hasAnchor" id="usage"><a class="anchor" href="#usage"></a>Usage</h2> | |||
| <p>To use the styles created by this theme function, make sure | |||
| that you use <code>xaringan-themer.css</code> as your CSS file in your slides' YAML | |||
| header. If you change the name of the output file using the <code>outfile</code> | |||
| argument, use that name instead of the default file name.<div class="yaml"></p><pre>output: | |||
| xaringan::moon_reader: | |||
| css: xaringan-themer.css` | |||
| </pre><p></div></p> | |||
| <h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2> | |||
| <div class='dont-index'><p>Other themes: | |||
| @@ -672,6 +681,18 @@ class with the <code>font-family</code> property. See the <strong>Fonts</strong> | |||
| <code><a href='style_mono_dark.html'>style_mono_dark</a>()</code>, | |||
| <code><a href='style_mono_light.html'>style_mono_light</a>()</code></p></div> | |||
| <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> | |||
| <pre class="examples"><div class='input'><span class='co'># Create a xaringan style in a temporary file</span> | |||
| <span class='no'>xaringan_themer_css</span> <span class='kw'><-</span> <span class='fu'><a href='https://rdrr.io/r/base/tempfile.html'>tempfile</a></span>(<span class='st'>"xaringan-themer-"</span>, <span class='kw'>fileext</span> <span class='kw'>=</span> <span class='st'>".css"</span>) | |||
| <span class='fu'>style_mono_accent_inverse</span>( | |||
| <span class='kw'>base_color</span> <span class='kw'>=</span> <span class='st'>"#3c989e"</span>, | |||
| <span class='kw'>outfile</span> <span class='kw'>=</span> <span class='no'>xaringan_themer_css</span> <span class='co'># omit in your slides to write the</span> | |||
| <span class='co'># styles to xaringan-themer.css</span> | |||
| ) | |||
| <span class='co'># View the CSS:</span> | |||
| <span class='co'># file.edit(xaringan_themer_css)</span></div></pre> | |||
| </div> | |||
| <div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar"> | |||
| <nav id="toc" data-toggle="toc" class="sticky-top"> | |||
| @@ -654,6 +654,15 @@ class with the <code>font-family</code> property. See the <strong>Fonts</strong> | |||
| </tr> | |||
| </table> | |||
| <h2 class="hasAnchor" id="usage"><a class="anchor" href="#usage"></a>Usage</h2> | |||
| <p>To use the styles created by this theme function, make sure | |||
| that you use <code>xaringan-themer.css</code> as your CSS file in your slides' YAML | |||
| header. If you change the name of the output file using the <code>outfile</code> | |||
| argument, use that name instead of the default file name.<div class="yaml"></p><pre>output: | |||
| xaringan::moon_reader: | |||
| css: xaringan-themer.css` | |||
| </pre><p></div></p> | |||
| <h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2> | |||
| <div class='dont-index'><p>Other themes: | |||
| @@ -671,6 +680,18 @@ class with the <code>font-family</code> property. See the <strong>Fonts</strong> | |||
| <code><a href='style_mono_accent.html'>style_mono_accent</a>()</code>, | |||
| <code><a href='style_mono_light.html'>style_mono_light</a>()</code></p></div> | |||
| <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> | |||
| <pre class="examples"><div class='input'><span class='co'># Create a xaringan style in a temporary file</span> | |||
| <span class='no'>xaringan_themer_css</span> <span class='kw'><-</span> <span class='fu'><a href='https://rdrr.io/r/base/tempfile.html'>tempfile</a></span>(<span class='st'>"xaringan-themer-"</span>, <span class='kw'>fileext</span> <span class='kw'>=</span> <span class='st'>".css"</span>) | |||
| <span class='fu'>style_mono_dark</span>( | |||
| <span class='kw'>base_color</span> <span class='kw'>=</span> <span class='st'>"#cbf7ed"</span>, | |||
| <span class='kw'>outfile</span> <span class='kw'>=</span> <span class='no'>xaringan_themer_css</span> <span class='co'># omit in your slides to write the</span> | |||
| <span class='co'># styles to xaringan-themer.css</span> | |||
| ) | |||
| <span class='co'># View the CSS:</span> | |||
| <span class='co'># file.edit(xaringan_themer_css)</span></div></pre> | |||
| </div> | |||
| <div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar"> | |||
| <nav id="toc" data-toggle="toc" class="sticky-top"> | |||
| @@ -654,6 +654,15 @@ class with the <code>font-family</code> property. See the <strong>Fonts</strong> | |||
| </tr> | |||
| </table> | |||
| <h2 class="hasAnchor" id="usage"><a class="anchor" href="#usage"></a>Usage</h2> | |||
| <p>To use the styles created by this theme function, make sure | |||
| that you use <code>xaringan-themer.css</code> as your CSS file in your slides' YAML | |||
| header. If you change the name of the output file using the <code>outfile</code> | |||
| argument, use that name instead of the default file name.<div class="yaml"></p><pre>output: | |||
| xaringan::moon_reader: | |||
| css: xaringan-themer.css` | |||
| </pre><p></div></p> | |||
| <h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2> | |||
| <div class='dont-index'><p>Other themes: | |||
| @@ -671,6 +680,18 @@ class with the <code>font-family</code> property. See the <strong>Fonts</strong> | |||
| <code><a href='style_mono_accent.html'>style_mono_accent</a>()</code>, | |||
| <code><a href='style_mono_dark.html'>style_mono_dark</a>()</code></p></div> | |||
| <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> | |||
| <pre class="examples"><div class='input'><span class='co'># Create a xaringan style in a temporary file</span> | |||
| <span class='no'>xaringan_themer_css</span> <span class='kw'><-</span> <span class='fu'><a href='https://rdrr.io/r/base/tempfile.html'>tempfile</a></span>(<span class='st'>"xaringan-themer-"</span>, <span class='kw'>fileext</span> <span class='kw'>=</span> <span class='st'>".css"</span>) | |||
| <span class='fu'>style_mono_light</span>( | |||
| <span class='kw'>base_color</span> <span class='kw'>=</span> <span class='st'>"#23395b"</span>, | |||
| <span class='kw'>outfile</span> <span class='kw'>=</span> <span class='no'>xaringan_themer_css</span> <span class='co'># omit in your slides to write the</span> | |||
| <span class='co'># styles to xaringan-themer.css</span> | |||
| ) | |||
| <span class='co'># View the CSS:</span> | |||
| <span class='co'># file.edit(xaringan_themer_css)</span></div></pre> | |||
| </div> | |||
| <div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar"> | |||
| <nav id="toc" data-toggle="toc" class="sticky-top"> | |||
| @@ -637,6 +637,15 @@ class with the <code>font-family</code> property. See the <strong>Fonts</strong> | |||
| </tr> | |||
| </table> | |||
| <h2 class="hasAnchor" id="usage"><a class="anchor" href="#usage"></a>Usage</h2> | |||
| <p>To use the styles created by this theme function, make sure | |||
| that you use <code>xaringan-themer.css</code> as your CSS file in your slides' YAML | |||
| header. If you change the name of the output file using the <code>outfile</code> | |||
| argument, use that name instead of the default file name.<div class="yaml"></p><pre>output: | |||
| xaringan::moon_reader: | |||
| css: xaringan-themer.css` | |||
| </pre><p></div></p> | |||
| <h2 class="hasAnchor" id="references"><a class="anchor" href="#references"></a>References</h2> | |||
| <p><a href='http://ethanschoonover.com/solarized'>http://ethanschoonover.com/solarized</a></p> | |||
| @@ -655,6 +664,17 @@ class with the <code>font-family</code> property. See the <strong>Fonts</strong> | |||
| <p>Other Solarized themes: | |||
| <code><a href='style_solarized_light.html'>style_solarized_light</a>()</code></p></div> | |||
| <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> | |||
| <pre class="examples"><div class='input'><span class='co'># Create a xaringan style in a temporary file</span> | |||
| <span class='no'>xaringan_themer_css</span> <span class='kw'><-</span> <span class='fu'><a href='https://rdrr.io/r/base/tempfile.html'>tempfile</a></span>(<span class='st'>"xaringan-themer-"</span>, <span class='kw'>fileext</span> <span class='kw'>=</span> <span class='st'>".css"</span>) | |||
| <span class='fu'>style_solarized_dark</span>( | |||
| <span class='kw'>outfile</span> <span class='kw'>=</span> <span class='no'>xaringan_themer_css</span> <span class='co'># omit in your slides to write the</span> | |||
| <span class='co'># styles to xaringan-themer.css</span> | |||
| ) | |||
| <span class='co'># View the CSS:</span> | |||
| <span class='co'># file.edit(xaringan_themer_css)</span></div></pre> | |||
| </div> | |||
| <div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar"> | |||
| <nav id="toc" data-toggle="toc" class="sticky-top"> | |||
| @@ -637,6 +637,15 @@ class with the <code>font-family</code> property. See the <strong>Fonts</strong> | |||
| </tr> | |||
| </table> | |||
| <h2 class="hasAnchor" id="usage"><a class="anchor" href="#usage"></a>Usage</h2> | |||
| <p>To use the styles created by this theme function, make sure | |||
| that you use <code>xaringan-themer.css</code> as your CSS file in your slides' YAML | |||
| header. If you change the name of the output file using the <code>outfile</code> | |||
| argument, use that name instead of the default file name.<div class="yaml"></p><pre>output: | |||
| xaringan::moon_reader: | |||
| css: xaringan-themer.css` | |||
| </pre><p></div></p> | |||
| <h2 class="hasAnchor" id="references"><a class="anchor" href="#references"></a>References</h2> | |||
| <p><a href='http://ethanschoonover.com/solarized'>http://ethanschoonover.com/solarized</a></p> | |||
| @@ -655,6 +664,17 @@ class with the <code>font-family</code> property. See the <strong>Fonts</strong> | |||
| <p>Other Solarized themes: | |||
| <code><a href='style_solarized_dark.html'>style_solarized_dark</a>()</code></p></div> | |||
| <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> | |||
| <pre class="examples"><div class='input'><span class='co'># Create a xaringan style in a temporary file</span> | |||
| <span class='no'>xaringan_themer_css</span> <span class='kw'><-</span> <span class='fu'><a href='https://rdrr.io/r/base/tempfile.html'>tempfile</a></span>(<span class='st'>"xaringan-themer-"</span>, <span class='kw'>fileext</span> <span class='kw'>=</span> <span class='st'>".css"</span>) | |||
| <span class='fu'>style_solarized_light</span>( | |||
| <span class='kw'>outfile</span> <span class='kw'>=</span> <span class='no'>xaringan_themer_css</span> <span class='co'># omit in your slides to write the</span> | |||
| <span class='co'># styles to xaringan-themer.css</span> | |||
| ) | |||
| <span class='co'># View the CSS:</span> | |||
| <span class='co'># file.edit(xaringan_themer_css)</span></div></pre> | |||
| </div> | |||
| <div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar"> | |||
| <nav id="toc" data-toggle="toc" class="sticky-top"> | |||
| @@ -633,6 +633,15 @@ class with the <code>font-family</code> property. See the <strong>Fonts</strong> | |||
| </tr> | |||
| </table> | |||
| <h2 class="hasAnchor" id="usage"><a class="anchor" href="#usage"></a>Usage</h2> | |||
| <p>To use the styles created by this theme function, make sure | |||
| that you use <code>xaringan-themer.css</code> as your CSS file in your slides' YAML | |||
| header. If you change the name of the output file using the <code>outfile</code> | |||
| argument, use that name instead of the default file name.<div class="yaml"></p><pre>output: | |||
| xaringan::moon_reader: | |||
| css: xaringan-themer.css` | |||
| </pre><p></div></p> | |||
| <h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2> | |||
| <div class='dont-index'><p>Other themes: | |||
| @@ -646,6 +655,20 @@ class with the <code>font-family</code> property. See the <strong>Fonts</strong> | |||
| <code><a href='style_solarized_dark.html'>style_solarized_dark</a>()</code>, | |||
| <code><a href='style_solarized_light.html'>style_solarized_light</a>()</code></p></div> | |||
| <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> | |||
| <pre class="examples"><div class='input'><span class='co'># Create a xaringan style in a temporary file</span> | |||
| <span class='no'>xaringan_themer_css</span> <span class='kw'><-</span> <span class='fu'><a href='https://rdrr.io/r/base/tempfile.html'>tempfile</a></span>(<span class='st'>"xaringan-themer-"</span>, <span class='kw'>fileext</span> <span class='kw'>=</span> <span class='st'>".css"</span>) | |||
| <span class='fu'>style_xaringan</span>( | |||
| <span class='kw'>text_color</span> <span class='kw'>=</span> <span class='st'>"#002b3"</span>, | |||
| <span class='kw'>inverse_background_color</span> <span class='kw'>=</span> <span class='st'>"#31b09e"</span>, | |||
| <span class='kw'>inverse_text_color</span> <span class='kw'>=</span> <span class='st'>"#002b3"</span>, | |||
| <span class='kw'>outfile</span> <span class='kw'>=</span> <span class='no'>xaringan_themer_css</span> <span class='co'># omit in your slides to write the</span> | |||
| <span class='co'># styles to xaringan-themer.css</span> | |||
| ) | |||
| <span class='co'># View the CSS:</span> | |||
| <span class='co'># file.edit(xaringan_themer_css)</span></div></pre> | |||
| </div> | |||
| <div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar"> | |||
| <nav id="toc" data-toggle="toc" class="sticky-top"> | |||