|
- <!DOCTYPE html>
- <!-- Generated by pkgdown: do not edit by hand --><html lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <title>Themes • xaringanthemer</title>
- <!-- favicons --><link rel="icon" type="image/png" sizes="96x96" href="../favicon-96x96.png">
- <link rel="icon" type="”image/svg+xml”" href="../favicon.svg">
- <link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
- <link rel="icon" sizes="any" href="../favicon.ico">
- <link rel="manifest" href="../site.webmanifest">
- <script src="../deps/jquery-3.6.0/jquery-3.6.0.min.js"></script><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <link href="../deps/bootstrap-5.3.1/bootstrap.min.css" rel="stylesheet">
- <script src="../deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script><link href="../deps/IBM_Plex_Mono-0.4.10/font.css" rel="stylesheet">
- <link href="../deps/Outfit-0.4.10/font.css" rel="stylesheet">
- <link href="../deps/font-awesome-6.5.2/css/all.min.css" rel="stylesheet">
- <link href="../deps/font-awesome-6.5.2/css/v4-shims.min.css" rel="stylesheet">
- <script src="../deps/headroom-0.11.0/headroom.min.js"></script><script src="../deps/headroom-0.11.0/jQuery.headroom.min.js"></script><script src="../deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js"></script><script src="../deps/clipboard.js-2.0.11/clipboard.min.js"></script><script src="../deps/search-1.0.0/autocomplete.jquery.min.js"></script><script src="../deps/search-1.0.0/fuse.min.js"></script><script src="../deps/search-1.0.0/mark.min.js"></script><!-- pkgdown --><script src="../pkgdown.js"></script><link href="../extra.css" rel="stylesheet">
- <meta property="og:title" content="Themes">
- </head>
- <body>
- <a href="#main" class="visually-hidden-focusable">Skip to contents</a>
-
-
- <nav class="navbar navbar-expand-lg fixed-top bg-light" data-bs-theme="light" aria-label="Site navigation"><div class="container">
-
- <a class="navbar-brand me-2" href="../index.html">xaringanthemer</a>
-
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Released version">0.4.4</small>
-
-
- <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
- </button>
-
- <div id="navbar" class="collapse navbar-collapse ms-3">
- <ul class="navbar-nav me-auto">
- <li class="nav-item"><a class="nav-link" href="../articles/xaringanthemer.html">Features</a></li>
- <li class="nav-item"><a class="nav-link" href="../reference/index.html">Reference</a></li>
- <li class="active nav-item dropdown">
- <button class="nav-link dropdown-toggle" type="button" id="dropdown-themes" data-bs-toggle="dropdown" aria-expanded="false" aria-haspopup="true">Themes</button>
- <ul class="dropdown-menu" aria-labelledby="dropdown-themes">
- <li><h6 class="dropdown-header" data-toc-skip>Themes</h6></li>
- <li><a class="dropdown-item" href="../articles/themes.html">Slide Themes</a></li>
- <li><a class="dropdown-item" href="../articles/ggplot2-themes.html">ggplot2 Themes</a></li>
- <li><hr class="dropdown-divider"></li>
- <li><h6 class="dropdown-header" data-toc-skip>More Customization</h6></li>
- <li><a class="dropdown-item" href="../articles/fonts.html">Fonts</a></li>
- <li><a class="dropdown-item" href="../articles/template-variables.html">Template Variables</a></li>
- </ul>
- </li>
- </ul>
- <ul class="navbar-nav">
- <li class="nav-item dropdown">
- <button class="nav-link dropdown-toggle" type="button" id="dropdown-" data-bs-toggle="dropdown" aria-expanded="false" aria-haspopup="true"><span class="fa far fa-newspaper fa-lg"></span> </button>
- <ul class="dropdown-menu dropdown-menu-end" aria-labelledby="dropdown-">
- <li><a class="external-link dropdown-item" href="https://garrickadenbuie.com/blog/xaringanthemer-v0-3-0/">xaringanthemer 0.3.0</a></li>
- <li><hr class="dropdown-divider"></li>
- <li><a class="dropdown-item" href="../news/index.html">Changelog</a></li>
- </ul>
- </li>
- <li class="nav-item"><a class="external-link nav-link" href="https://github.com/gadenbuie/xaringanthemer"><span class="fa fab fa-github fa-lg"></span></a></li>
- <li class="nav-item"><a class="external-link nav-link" href="https://twitter.com/grrrck"><span class="fa fab fa-twitter fa-lg"></span></a></li>
- <li class="nav-item"><a class="external-link nav-link" href="https://www.garrickadenbuie.com"><span class="fa fas fa-home fa-lg"></span></a></li>
- </ul>
- </div>
-
-
- </div>
- </nav><div class="container template-article">
-
-
-
-
- <div class="row">
- <main id="main" class="col-md-9"><div class="page-header">
- <img src="../logo.png" class="logo" alt=""><h1>Themes</h1>
-
-
- <small class="dont-index">Source: <a href="https://github.com/gadenbuie/xaringanthemer/blob/main/vignettes/themes.Rmd" class="external-link"><code>vignettes/themes.Rmd</code></a></small>
- <div class="d-none name"><code>themes.Rmd</code></div>
- </div>
-
-
-
- <p><strong>xaringanthemer</strong> includes a number of functions that
- provide themed <strong>xaringan</strong> styles. All of the styling
- functions start with the <code>style_</code> prefix.</p>
- <p>The goal of each style function is to quickly set up a coordinated
- color palette for your slides based on one or two starter colors. Styles
- based on one color start with <code>style_mono_</code> and styles based
- on two colors start with <code>style_duo_</code>. How the starter colors
- are used is described in the final portion of the style function name.
- For example, <code><a href="../reference/style_mono_accent.html">style_mono_accent()</a></code> uses a single color as an
- accent color.</p>
- <p>Note that the colors used below are for demonstration only, the point
- of the <code>style_</code> functions is for you to choose your own color
- palette!</p>
- <p>If your color palette uses more than two colors, you can add
- additional colors with the <code>colors</code> argument. See the <a href="#colors">Colors</a> section for more information.</p>
- <div class="section level3">
- <h3 id="monotone">Monotone<a class="anchor" aria-label="anchor" href="#monotone"></a>
- </h3>
- <p>Use these functions to automatically create a consistent color
- palette for your slides, based around a single color.</p>
- <div class="section level4">
- <h4 id="style_mono_light">
- <code>style_mono_light()</code><a class="anchor" aria-label="anchor" href="#style_mono_light"></a>
- </h4>
- <p>A light theme based around a single color.</p>
- <div class="sourceCode" id="cb1"><pre class="downlit sourceCode r">
- <code class="sourceCode R"><span><span class="fu"><a href="../reference/style_mono_light.html">style_mono_light</a></span><span class="op">(</span>base_color <span class="op">=</span> <span class="st">"#23395b"</span><span class="op">)</span></span></code></pre></div>
- <p><img src="https://raw.githubusercontent.com/gadenbuie/xaringanthemer/assets/example_mono_light.png" data-external="1"></p>
- </div>
- <div class="section level4">
- <h4 id="style_mono_dark">
- <code>style_mono_dark()</code><a class="anchor" aria-label="anchor" href="#style_mono_dark"></a>
- </h4>
- <p>A dark theme based around a single color.</p>
- <div class="sourceCode" id="cb2"><pre class="downlit sourceCode r">
- <code class="sourceCode R"><span><span class="fu"><a href="../reference/style_mono_dark.html">style_mono_dark</a></span><span class="op">(</span>base_color <span class="op">=</span> <span class="st">"#cbf7ed"</span><span class="op">)</span></span></code></pre></div>
- <p><img src="https://raw.githubusercontent.com/gadenbuie/xaringanthemer/assets/example_mono_dark.png" data-external="1"></p>
- </div>
- <div class="section level4">
- <h4 id="style_mono_accent">
- <code>style_mono_accent()</code><a class="anchor" aria-label="anchor" href="#style_mono_accent"></a>
- </h4>
- <p>The default xaringan theme with a single color used for color accents
- on select elements (headers, bold text, etc.).</p>
- <div class="sourceCode" id="cb3"><pre class="downlit sourceCode r">
- <code class="sourceCode R"><span><span class="fu"><a href="../reference/style_mono_accent.html">style_mono_accent</a></span><span class="op">(</span>base_color <span class="op">=</span> <span class="st">"#43418A"</span><span class="op">)</span></span></code></pre></div>
- <p><img src="https://raw.githubusercontent.com/gadenbuie/xaringanthemer/assets/example_mono_accent.png" data-external="1"></p>
- </div>
- <div class="section level4">
- <h4 id="style_mono_accent_inverse">
- <code>style_mono_accent_inverse()</code><a class="anchor" aria-label="anchor" href="#style_mono_accent_inverse"></a>
- </h4>
- <p>An “inverted” default xaringan theme with a single color used for
- color accents on select elements (headers, bold text, etc.).</p>
- <div class="sourceCode" id="cb4"><pre class="downlit sourceCode r">
- <code class="sourceCode R"><span><span class="fu"><a href="../reference/style_mono_accent_inverse.html">style_mono_accent_inverse</a></span><span class="op">(</span>base_color <span class="op">=</span> <span class="st">"#3C989E"</span><span class="op">)</span></span></code></pre></div>
- <p><img src="https://raw.githubusercontent.com/gadenbuie/xaringanthemer/assets/example_mono_accent_inverse.png" data-external="1"></p>
- </div>
- </div>
- <div class="section level3">
- <h3 id="duotone">Duotone<a class="anchor" aria-label="anchor" href="#duotone"></a>
- </h3>
- <p>These themes build from two (ideally) complementary colors.</p>
- <div class="section level4">
- <h4 id="style_duo">
- <code>style_duo()</code><a class="anchor" aria-label="anchor" href="#style_duo"></a>
- </h4>
- <p>A two-colored theme based on a primary and secondary color.</p>
- <div class="sourceCode" id="cb5"><pre class="downlit sourceCode r">
- <code class="sourceCode R"><span><span class="fu"><a href="../reference/style_duo.html">style_duo</a></span><span class="op">(</span>primary_color <span class="op">=</span> <span class="st">"#1F4257"</span>, secondary_color <span class="op">=</span> <span class="st">"#F97B64"</span><span class="op">)</span></span></code></pre></div>
- <p><img src="https://raw.githubusercontent.com/gadenbuie/xaringanthemer/assets/example_duo.png" data-external="1"></p>
- </div>
- <div class="section level4">
- <h4 id="style_duo_accent">
- <code>style_duo_accent()</code><a class="anchor" aria-label="anchor" href="#style_duo_accent"></a>
- </h4>
- <p>The default Xaringan theme with two accent colors.</p>
- <div class="sourceCode" id="cb6"><pre class="downlit sourceCode r">
- <code class="sourceCode R"><span><span class="fu"><a href="../reference/style_duo_accent.html">style_duo_accent</a></span><span class="op">(</span>primary_color <span class="op">=</span> <span class="st">"#035AA6"</span>, secondary_color <span class="op">=</span> <span class="st">"#03A696"</span><span class="op">)</span></span></code></pre></div>
- <p><img src="https://raw.githubusercontent.com/gadenbuie/xaringanthemer/assets/example_duo_accent.png" data-external="1"></p>
- </div>
- <div class="section level4">
- <h4 id="style_duo_accent_inverse">
- <code>style_duo_accent_inverse()</code><a class="anchor" aria-label="anchor" href="#style_duo_accent_inverse"></a>
- </h4>
- <p>An “inverted” default Xaringan theme with two accent colors.</p>
- <div class="sourceCode" id="cb7"><pre class="downlit sourceCode r">
- <code class="sourceCode R"><span><span class="fu"><a href="../reference/style_duo_accent_inverse.html">style_duo_accent_inverse</a></span><span class="op">(</span>primary_color <span class="op">=</span> <span class="st">"#035AA6"</span>, secondary_color <span class="op">=</span> <span class="st">"#03A696"</span><span class="op">)</span></span></code></pre></div>
- <p><img src="https://raw.githubusercontent.com/gadenbuie/xaringanthemer/assets/example_duo_accent_inverse.png" data-external="1"></p>
- </div>
- </div>
- <div class="section level3">
- <h3 id="solarized">Solarized<a class="anchor" aria-label="anchor" href="#solarized"></a>
- </h3>
- <p>There are also two themes based around the <a href="https://ethanschoonover.com/solarized/" class="external-link">solarized color
- palette</a>, <code><a href="../reference/style_solarized_light.html">style_solarized_light()</a></code> and
- <code><a href="../reference/style_solarized_dark.html">style_solarized_dark()</a></code>. For both themes, it is advisted to
- change the syntax highlighting theme to <code>solarized-light</code> or
- <code>solarized-dark</code> (looks great paired or constrasted).</p>
- <div class="section level4">
- <h4 id="style_solarized_light">
- <code>style_solarized_light()</code><a class="anchor" aria-label="anchor" href="#style_solarized_light"></a>
- </h4>
- <div class="sourceCode" id="cb8"><pre class="downlit sourceCode r">
- <code class="sourceCode R"><span><span class="fu"><a href="../reference/style_solarized_light.html">style_solarized_light</a></span><span class="op">(</span><span class="op">)</span></span></code></pre></div>
- <p><img src="https://raw.githubusercontent.com/gadenbuie/xaringanthemer/assets/example_solarized_light.png" data-external="1"></p>
- </div>
- <div class="section level4">
- <h4 id="style_solarized_dark">
- <code>style_solarized_dark()</code><a class="anchor" aria-label="anchor" href="#style_solarized_dark"></a>
- </h4>
- <div class="sourceCode" id="cb9"><pre class="downlit sourceCode r">
- <code class="sourceCode R"><span><span class="fu"><a href="../reference/style_solarized_dark.html">style_solarized_dark</a></span><span class="op">(</span><span class="op">)</span></span></code></pre></div>
- <p><img src="https://raw.githubusercontent.com/gadenbuie/xaringanthemer/assets/example_solarized_dark.png" data-external="1"></p>
- <p>To do this, your YAML header should look more-or-less like this:</p>
- <div class="sourceCode" id="cb10"><pre class="sourceCode yaml"><code class="sourceCode yaml"><span id="cb10-1"><a href="#cb10-1" tabindex="-1"></a><span class="fu">output</span><span class="kw">:</span></span>
- <span id="cb10-2"><a href="#cb10-2" tabindex="-1"></a><span class="at"> xaringan:</span><span class="fu">:moon_reader</span><span class="kw">:</span></span>
- <span id="cb10-3"><a href="#cb10-3" tabindex="-1"></a><span class="at"> </span><span class="fu">css</span><span class="kw">:</span><span class="at"> </span><span class="kw">[</span><span class="st">"xaringan-themer.css"</span><span class="kw">]</span></span>
- <span id="cb10-4"><a href="#cb10-4" tabindex="-1"></a><span class="at"> </span><span class="fu">nature</span><span class="kw">:</span></span>
- <span id="cb10-5"><a href="#cb10-5" tabindex="-1"></a><span class="at"> </span><span class="fu">highlightStyle</span><span class="kw">:</span><span class="at"> solarized-dark</span></span>
- <span id="cb10-6"><a href="#cb10-6" tabindex="-1"></a><span class="at"> </span><span class="fu">highlightLines</span><span class="kw">:</span><span class="at"> </span><span class="ch">true</span></span>
- <span id="cb10-7"><a href="#cb10-7" tabindex="-1"></a><span class="at"> </span><span class="fu">countIncrementalSlides</span><span class="kw">:</span><span class="at"> </span><span class="ch">false</span></span></code></pre></div>
- </div>
- </div>
- <div class="section level2">
- <h2 id="colors">Colors<a class="anchor" aria-label="anchor" href="#colors"></a>
- </h2>
- <p>When designing your xaringan theme, you may have additional colors in
- your desired color palette beyond those used in the accent colors of the
- mono and duotone styles.</p>
- <p>The <code>style*()</code> functions in xaringanthemer include a
- <code>colors</code> argument that lets you quickly define additional
- colors to use in your slides. This argument takes a vector of named
- colors</p>
- <div class="sourceCode" id="cb11"><pre class="downlit sourceCode r">
- <code class="sourceCode R"><span><span class="va">colors</span> <span class="op">=</span> <span class="fu"><a href="https://rdrr.io/r/base/c.html" class="external-link">c</a></span><span class="op">(</span></span>
- <span> red <span class="op">=</span> <span class="st">"#f34213"</span>,</span>
- <span> purple <span class="op">=</span> <span class="st">"#3e2f5b"</span>,</span>
- <span> orange <span class="op">=</span> <span class="st">"#ff8811"</span>,</span>
- <span> green <span class="op">=</span> <span class="st">"#136f63"</span>,</span>
- <span> white <span class="op">=</span> <span class="st">"#FFFFFF"</span></span>
- <span><span class="op">)</span></span></code></pre></div>
- <p>and creates CSS classes from the color name that set the text color —
- e.g. <code>.red</code> — or that set the background color —
- e.g. <code>.bg-red</code>. If you use custom CSS in your slides, the
- color name is also stored in a CSS variable —
- e.g. <code>var(--red)</code>.</p>
- <p>So slide text like this</p>
- <div class="sourceCode" id="cb12"><pre class="sourceCode markdown"><code class="sourceCode markdown"><span id="cb12-1"><a href="#cb12-1" tabindex="-1"></a>This **.red[simple]** .white.bg-purple<span class="co">[</span><span class="ot">demo</span><span class="co">]</span> </span>
- <span id="cb12-2"><a href="#cb12-2" tabindex="-1"></a>_.orange[shows]_ the colors .green<span class="co">[</span><span class="ot">in action</span><span class="co">]</span>.</span></code></pre></div>
- <p>will be rendered in HTML as</p>
- <blockquote>
- This <strong><span style="color: #f34213">simple</span></strong> <span style="color:#FFFFFF;background-color:#3e2f5b;">demo</span>
- <em style="color:#ff8811">shows</em> the colors <span style="color:#136f63">in action</span>.
- </blockquote>
- <p>Note that the color names in <code>colors</code> need to be valid CSS
- names, so <code>"purple-light"</code> will work, but
- <code>"purple light"</code> will not.</p>
- </div>
- </main><aside class="col-md-3"><nav id="toc" aria-label="Table of contents"><h2>On this page</h2>
- </nav></aside>
- </div>
-
-
-
- <footer><div class="pkgdown-footer-left">
- <p>Developed by <a href="https://www.garrickadenbuie.com" class="external-link">Garrick Aden-Buie</a>.</p>
- </div>
-
- <div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.1.3.</p>
- </div>
-
- </footer>
- </div>
-
-
-
- <script src="../doc-versions.js"></script>
- </body>
- </html>
|