mirror of https://github.com/helix-editor/helix
deploy: e4e93e176c
parent
e4619bba84
commit
c2fc255f92
21
print.html
21
print.html
|
@ -347,6 +347,27 @@ black = "#000000"
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<p>Remember that the <code>[palette]</code> table includes all keys after its header,
|
<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>
|
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>
|
<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>
|
<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>
|
<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
21
themes.html
21
themes.html
|
@ -244,6 +244,27 @@ black = "#000000"
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<p>Remember that the <code>[palette]</code> table includes all keys after its header,
|
<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>
|
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>
|
</main>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue