mirror of https://github.com/helix-editor/helix
deploy: 589d17c758
parent
cd3ddb3350
commit
d111348ac6
|
@ -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
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue