mirror of https://github.com/helix-editor/helix
deploy: a26943de4e
parent
213d049d1e
commit
83dfcd897e
|
@ -1279,6 +1279,7 @@ over it and is merged into the default palette.</p>
|
||||||
<tr><td><code>ui.virtual.indent-guide</code></td><td>Vertical indent width guides</td></tr>
|
<tr><td><code>ui.virtual.indent-guide</code></td><td>Vertical indent width guides</td></tr>
|
||||||
<tr><td><code>ui.menu</code></td><td>Code and command completion menus</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.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>
|
||||||
<tr><td><code>ui.selection</code></td><td>For selections in the editing area</td></tr>
|
<tr><td><code>ui.selection</code></td><td>For selections in the editing area</td></tr>
|
||||||
<tr><td><code>ui.selection.primary</code></td><td></td></tr>
|
<tr><td><code>ui.selection.primary</code></td><td></td></tr>
|
||||||
<tr><td><code>warning</code></td><td>Diagnostics warning (gutter)</td></tr>
|
<tr><td><code>warning</code></td><td>Diagnostics warning (gutter)</td></tr>
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -423,6 +423,7 @@ over it and is merged into the default palette.</p>
|
||||||
<tr><td><code>ui.virtual.indent-guide</code></td><td>Vertical indent width guides</td></tr>
|
<tr><td><code>ui.virtual.indent-guide</code></td><td>Vertical indent width guides</td></tr>
|
||||||
<tr><td><code>ui.menu</code></td><td>Code and command completion menus</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.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>
|
||||||
<tr><td><code>ui.selection</code></td><td>For selections in the editing area</td></tr>
|
<tr><td><code>ui.selection</code></td><td>For selections in the editing area</td></tr>
|
||||||
<tr><td><code>ui.selection.primary</code></td><td></td></tr>
|
<tr><td><code>ui.selection.primary</code></td><td></td></tr>
|
||||||
<tr><td><code>warning</code></td><td>Diagnostics warning (gutter)</td></tr>
|
<tr><td><code>warning</code></td><td>Diagnostics warning (gutter)</td></tr>
|
||||||
|
|
Loading…
Reference in New Issue