gh-pages
archseer 3 years ago
parent e4619bba84
commit c2fc255f92

@ -347,6 +347,27 @@ black = "#000000"
</code></pre>
<p>Remember that the <code>[palette]</code> table includes all keys after its header,
so you should define the palette after normal theme options.</p>
<p>The default palette uses the terminal's default 16 colors, and the colors names
are listed below. The <code>[palette]</code> section in the config file takes precedence
over it and is merged into the default palette.</p>
<table><thead><tr><th>Color Name</th></tr></thead><tbody>
<tr><td><code>black</code></td></tr>
<tr><td><code>red</code></td></tr>
<tr><td><code>green</code></td></tr>
<tr><td><code>yellow</code></td></tr>
<tr><td><code>blue</code></td></tr>
<tr><td><code>magenta</code></td></tr>
<tr><td><code>cyan</code></td></tr>
<tr><td><code>gray</code></td></tr>
<tr><td><code>light-red</code></td></tr>
<tr><td><code>light-green</code></td></tr>
<tr><td><code>light-yellow</code></td></tr>
<tr><td><code>light-blue</code></td></tr>
<tr><td><code>light-magenta</code></td></tr>
<tr><td><code>light-cyan</code></td></tr>
<tr><td><code>light-gray</code></td></tr>
<tr><td><code>white</code></td></tr>
</tbody></table>
<div style="break-before: page; page-break-before: always;"></div><h1 id="keymap"><a class="header" href="#keymap">Keymap</a></h1>
<h2 id="normal-mode"><a class="header" href="#normal-mode">Normal mode</a></h2>
<h3 id="movement"><a class="header" href="#movement">Movement</a></h3>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -244,6 +244,27 @@ black = &quot;#000000&quot;
</code></pre>
<p>Remember that the <code>[palette]</code> table includes all keys after its header,
so you should define the palette after normal theme options.</p>
<p>The default palette uses the terminal's default 16 colors, and the colors names
are listed below. The <code>[palette]</code> section in the config file takes precedence
over it and is merged into the default palette.</p>
<table><thead><tr><th>Color Name</th></tr></thead><tbody>
<tr><td><code>black</code></td></tr>
<tr><td><code>red</code></td></tr>
<tr><td><code>green</code></td></tr>
<tr><td><code>yellow</code></td></tr>
<tr><td><code>blue</code></td></tr>
<tr><td><code>magenta</code></td></tr>
<tr><td><code>cyan</code></td></tr>
<tr><td><code>gray</code></td></tr>
<tr><td><code>light-red</code></td></tr>
<tr><td><code>light-green</code></td></tr>
<tr><td><code>light-yellow</code></td></tr>
<tr><td><code>light-blue</code></td></tr>
<tr><td><code>light-magenta</code></td></tr>
<tr><td><code>light-cyan</code></td></tr>
<tr><td><code>light-gray</code></td></tr>
<tr><td><code>white</code></td></tr>
</tbody></table>
</main>

Loading…
Cancel
Save