This commit is contained in:
the-mikedavis 2022-04-08 22:22:10 +00:00
parent 596991a951
commit cd2f7a2f08
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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;