pull/11885/head
the-mikedavis 3 years ago
parent 596991a951
commit cd2f7a2f08

@ -869,8 +869,8 @@ name = "rust"
<p>It's recommended define a palette of named colors, and refer to them from the <p>It's recommended define a palette of named colors, and refer to them from the
configuration values in your theme. To do this, add a table called configuration values in your theme. To do this, add a table called
<code>palette</code> to your theme file:</p> <code>palette</code> to your theme file:</p>
<pre><code class="language-toml">ui.background = &quot;white&quot; <pre><code class="language-toml">&quot;ui.background&quot; = &quot;white&quot;
ui.text = &quot;black&quot; &quot;ui.text&quot; = &quot;black&quot;
[palette] [palette]
white = &quot;#ffffff&quot; white = &quot;#ffffff&quot;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -157,8 +157,8 @@
<p>It's recommended define a palette of named colors, and refer to them from the <p>It's recommended define a palette of named colors, and refer to them from the
configuration values in your theme. To do this, add a table called configuration values in your theme. To do this, add a table called
<code>palette</code> to your theme file:</p> <code>palette</code> to your theme file:</p>
<pre><code class="language-toml">ui.background = &quot;white&quot; <pre><code class="language-toml">&quot;ui.background&quot; = &quot;white&quot;
ui.text = &quot;black&quot; &quot;ui.text&quot; = &quot;black&quot;
[palette] [palette]
white = &quot;#ffffff&quot; white = &quot;#ffffff&quot;

Loading…
Cancel
Save