mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-24 02:16:18 +04:00
deploy: ba3c24aa02
This commit is contained in:
parent
9ee804561c
commit
9a9ce264a3
@ -1569,6 +1569,7 @@ berry = "#2A2A4D"
|
|||||||
<tr><td><code>ui.help</code></td><td>Description box for commands</td></tr>
|
<tr><td><code>ui.help</code></td><td>Description box for commands</td></tr>
|
||||||
<tr><td><code>ui.text</code></td><td>Command prompts, popup text, etc.</td></tr>
|
<tr><td><code>ui.text</code></td><td>Command prompts, popup text, etc.</td></tr>
|
||||||
<tr><td><code>ui.text.focus</code></td><td></td></tr>
|
<tr><td><code>ui.text.focus</code></td><td></td></tr>
|
||||||
|
<tr><td><code>ui.text.inactive</code></td><td>Same as <code>ui.text</code> but when the text is inactive (e.g. suggestions)</td></tr>
|
||||||
<tr><td><code>ui.text.info</code></td><td>The key: command text in <code>ui.popup.info</code> boxes</td></tr>
|
<tr><td><code>ui.text.info</code></td><td>The key: command text in <code>ui.popup.info</code> boxes</td></tr>
|
||||||
<tr><td><code>ui.virtual.ruler</code></td><td>Ruler columns (see the <a href="./configuration.html#editor-section"><code>editor.rulers</code> config</a>)</td></tr>
|
<tr><td><code>ui.virtual.ruler</code></td><td>Ruler columns (see the <a href="./configuration.html#editor-section"><code>editor.rulers</code> config</a>)</td></tr>
|
||||||
<tr><td><code>ui.virtual.whitespace</code></td><td>Visible whitespace characters</td></tr>
|
<tr><td><code>ui.virtual.whitespace</code></td><td>Visible whitespace characters</td></tr>
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -469,6 +469,7 @@ berry = "#2A2A4D"
|
|||||||
<tr><td><code>ui.help</code></td><td>Description box for commands</td></tr>
|
<tr><td><code>ui.help</code></td><td>Description box for commands</td></tr>
|
||||||
<tr><td><code>ui.text</code></td><td>Command prompts, popup text, etc.</td></tr>
|
<tr><td><code>ui.text</code></td><td>Command prompts, popup text, etc.</td></tr>
|
||||||
<tr><td><code>ui.text.focus</code></td><td></td></tr>
|
<tr><td><code>ui.text.focus</code></td><td></td></tr>
|
||||||
|
<tr><td><code>ui.text.inactive</code></td><td>Same as <code>ui.text</code> but when the text is inactive (e.g. suggestions)</td></tr>
|
||||||
<tr><td><code>ui.text.info</code></td><td>The key: command text in <code>ui.popup.info</code> boxes</td></tr>
|
<tr><td><code>ui.text.info</code></td><td>The key: command text in <code>ui.popup.info</code> boxes</td></tr>
|
||||||
<tr><td><code>ui.virtual.ruler</code></td><td>Ruler columns (see the <a href="./configuration.html#editor-section"><code>editor.rulers</code> config</a>)</td></tr>
|
<tr><td><code>ui.virtual.ruler</code></td><td>Ruler columns (see the <a href="./configuration.html#editor-section"><code>editor.rulers</code> config</a>)</td></tr>
|
||||||
<tr><td><code>ui.virtual.whitespace</code></td><td>Visible whitespace characters</td></tr>
|
<tr><td><code>ui.virtual.whitespace</code></td><td>Visible whitespace characters</td></tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user