mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 18:06:18 +04:00
deploy: 203cf1a919
This commit is contained in:
parent
a2cf50f61a
commit
72d9c0d5b5
@ -1807,6 +1807,7 @@ berry = "#2A2A4D"
|
||||
<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.primary</code></td><td></td></tr>
|
||||
<tr><td><code>ui.highlight</code></td><td>Highlighted lines in the picker preview</td></tr>
|
||||
<tr><td><code>ui.cursorline.primary</code></td><td>The line of the primary cursor (<a href="./configuration.html#editor-section">if cursorline is enabled</a>)</td></tr>
|
||||
<tr><td><code>ui.cursorline.secondary</code></td><td>The lines of any other cursors (<a href="./configuration.html#editor-section">if cursorline is enabled</a>)</td></tr>
|
||||
<tr><td><code>ui.cursorcolumn.primary</code></td><td>The column of the primary cursor (<a href="./configuration.html#editor-section">if cursorcolumn is enabled</a>)</td></tr>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -511,6 +511,7 @@ berry = "#2A2A4D"
|
||||
<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.primary</code></td><td></td></tr>
|
||||
<tr><td><code>ui.highlight</code></td><td>Highlighted lines in the picker preview</td></tr>
|
||||
<tr><td><code>ui.cursorline.primary</code></td><td>The line of the primary cursor (<a href="./configuration.html#editor-section">if cursorline is enabled</a>)</td></tr>
|
||||
<tr><td><code>ui.cursorline.secondary</code></td><td>The lines of any other cursors (<a href="./configuration.html#editor-section">if cursorline is enabled</a>)</td></tr>
|
||||
<tr><td><code>ui.cursorcolumn.primary</code></td><td>The column of the primary cursor (<a href="./configuration.html#editor-section">if cursorcolumn is enabled</a>)</td></tr>
|
||||
|
Loading…
Reference in New Issue
Block a user