gh-pages
archseer 1 month ago
parent 76aff12d3d
commit b4f76d4dd4

@ -2171,7 +2171,6 @@ berry = "#2A2A4D"
<tr><td><code>ui.debug.active</code></td><td>Indicator for the line at which debugging execution is paused at, found in the gutter</td></tr> <tr><td><code>ui.debug.active</code></td><td>Indicator for the line at which debugging execution is paused at, found in the gutter</td></tr>
<tr><td><code>ui.gutter</code></td><td>Gutter</td></tr> <tr><td><code>ui.gutter</code></td><td>Gutter</td></tr>
<tr><td><code>ui.gutter.selected</code></td><td>Gutter for the line the cursor is on</td></tr> <tr><td><code>ui.gutter.selected</code></td><td>Gutter for the line the cursor is on</td></tr>
<tr><td><code>ui.highlight.frameline</code></td><td>Line at which debugging execution is paused at</td></tr>
<tr><td><code>ui.linenr</code></td><td>Line numbers</td></tr> <tr><td><code>ui.linenr</code></td><td>Line numbers</td></tr>
<tr><td><code>ui.linenr.selected</code></td><td>Line number for the line the cursor is on</td></tr> <tr><td><code>ui.linenr.selected</code></td><td>Line number for the line the cursor is on</td></tr>
<tr><td><code>ui.statusline</code></td><td>Statusline</td></tr> <tr><td><code>ui.statusline</code></td><td>Statusline</td></tr>
@ -2208,6 +2207,7 @@ berry = "#2A2A4D"
<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>ui.highlight</code></td><td>Highlighted lines in the picker preview</td></tr> <tr><td><code>ui.highlight</code></td><td>Highlighted lines in the picker preview</td></tr>
<tr><td><code>ui.highlight.frameline</code></td><td>Line at which debugging execution is paused at</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.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.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> <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

@ -535,7 +535,6 @@ berry = "#2A2A4D"
<tr><td><code>ui.debug.active</code></td><td>Indicator for the line at which debugging execution is paused at, found in the gutter</td></tr> <tr><td><code>ui.debug.active</code></td><td>Indicator for the line at which debugging execution is paused at, found in the gutter</td></tr>
<tr><td><code>ui.gutter</code></td><td>Gutter</td></tr> <tr><td><code>ui.gutter</code></td><td>Gutter</td></tr>
<tr><td><code>ui.gutter.selected</code></td><td>Gutter for the line the cursor is on</td></tr> <tr><td><code>ui.gutter.selected</code></td><td>Gutter for the line the cursor is on</td></tr>
<tr><td><code>ui.highlight.frameline</code></td><td>Line at which debugging execution is paused at</td></tr>
<tr><td><code>ui.linenr</code></td><td>Line numbers</td></tr> <tr><td><code>ui.linenr</code></td><td>Line numbers</td></tr>
<tr><td><code>ui.linenr.selected</code></td><td>Line number for the line the cursor is on</td></tr> <tr><td><code>ui.linenr.selected</code></td><td>Line number for the line the cursor is on</td></tr>
<tr><td><code>ui.statusline</code></td><td>Statusline</td></tr> <tr><td><code>ui.statusline</code></td><td>Statusline</td></tr>
@ -572,6 +571,7 @@ berry = "#2A2A4D"
<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>ui.highlight</code></td><td>Highlighted lines in the picker preview</td></tr> <tr><td><code>ui.highlight</code></td><td>Highlighted lines in the picker preview</td></tr>
<tr><td><code>ui.highlight.frameline</code></td><td>Line at which debugging execution is paused at</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.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.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> <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…
Cancel
Save