pull/11885/head
archseer 2022-10-03 14:46:48 +00:00
parent cd3ddb3350
commit d111348ac6
4 changed files with 6 additions and 2 deletions

View File

@ -1419,6 +1419,8 @@ over it and is merged into the default palette.</p>
<tr><td><code>ui.cursor.select</code></td><td></td></tr>
<tr><td><code>ui.cursor.match</code></td><td>Matching bracket etc.</td></tr>
<tr><td><code>ui.cursor.primary</code></td><td>Cursor with primary selection</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.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.statusline</code></td><td>Statusline</td></tr>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -417,6 +417,8 @@ over it and is merged into the default palette.</p>
<tr><td><code>ui.cursor.select</code></td><td></td></tr>
<tr><td><code>ui.cursor.match</code></td><td>Matching bracket etc.</td></tr>
<tr><td><code>ui.cursor.primary</code></td><td>Cursor with primary selection</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.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.statusline</code></td><td>Statusline</td></tr>