Sfoglia il codice sorgente

Deploy from Github Actions build 145704200 [ci skip]

Build URL: https://github.com/gadenbuie/xaringanthemer/actions/runs/145704200
Commit: e5ecb0eca9
gh-pages
Garrick Aden-Buie 6 anni fa
parent
commit
94d537a3bd
2 ha cambiato i file con 9 aggiunte e 1 eliminazioni
  1. +8
    -0
      articles/template-variables.html
  2. +1
    -1
      pkgdown.yml

+ 8
- 0
articles/template-variables.html Vedi File

@@ -142,6 +142,14 @@
<p>Note that some theme functions, like <code><a href="../reference/style_mono_accent.html">style_mono_accent()</a></code>, have additional parameters and a specific set of default values unique to the theme. However, with any theme function you can override the theme’s defaults by directly setting any of the arguments listed below when calling the theme function.</p>
<p>To be concrete, <code><a href="../reference/style_mono_accent.html">style_mono_accent()</a></code> has three additional arguments: <code>base_color</code> (the accent color), <code>white_color</code>, and <code>black_color</code>. In this theme, the background slide color defaults to <code>white_color</code>, but you can choose a different slide background color by setting <code>background_color</code>, for example <code>background_color = "#EAEAEA"</code>.</p>
<table class="table">
<colgroup>
<col width="7%">
<col width="48%">
<col width="10%">
<col width="17%">
<col width="10%">
<col width="6%">
</colgroup>
<thead><tr class="header">
<th align="left">Variable</th>
<th align="left">Description</th>

+ 1
- 1
pkgdown.yml Vedi File

@@ -7,7 +7,7 @@ articles:
template-variables: template-variables.html
themes: themes.html
xaringanthemer: xaringanthemer.html
last_built: 2020-06-23T04:19Z
last_built: 2020-06-24T04:18Z
urls:
reference: https://pkg.garrickadenbuie.com/xaringanthemer//reference
article: https://pkg.garrickadenbuie.com/xaringanthemer//articles

Loading…
Annulla
Salva