mirror of https://github.com/helix-editor/helix
deploy: d6e2434f73
parent
93674cd9f1
commit
4baa8a60a7
|
@ -1659,6 +1659,7 @@ berry = "#2A2A4D"
|
|||
<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.indent-guide</code></td><td>Vertical indent width guides</td></tr>
|
||||
<tr><td><code>ui.virtual.wrap</code></td><td>Soft-wrap indicator (see the <a href="./configuration.html#editor-section"><code>editor.soft-wrap</code> config</a>)</td></tr>
|
||||
<tr><td><code>ui.menu</code></td><td>Code and command completion menus</td></tr>
|
||||
<tr><td><code>ui.menu.selected</code></td><td>Selected autocomplete item</td></tr>
|
||||
<tr><td><code>ui.menu.scroll</code></td><td><code>fg</code> sets thumb color, <code>bg</code> sets track color of scrollbar</td></tr>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -486,6 +486,7 @@ berry = "#2A2A4D"
|
|||
<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.indent-guide</code></td><td>Vertical indent width guides</td></tr>
|
||||
<tr><td><code>ui.virtual.wrap</code></td><td>Soft-wrap indicator (see the <a href="./configuration.html#editor-section"><code>editor.soft-wrap</code> config</a>)</td></tr>
|
||||
<tr><td><code>ui.menu</code></td><td>Code and command completion menus</td></tr>
|
||||
<tr><td><code>ui.menu.selected</code></td><td>Selected autocomplete item</td></tr>
|
||||
<tr><td><code>ui.menu.scroll</code></td><td><code>fg</code> sets thumb color, <code>bg</code> sets track color of scrollbar</td></tr>
|
||||
|
|
Loading…
Reference in New Issue