mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 18:06:18 +04:00
deploy: d59b80514e
This commit is contained in:
parent
e324338ace
commit
8090fb359d
@ -1790,8 +1790,11 @@ berry = "#2A2A4D"
|
||||
<tr><td><code>ui.cursor.primary.normal</code></td><td></td></tr>
|
||||
<tr><td><code>ui.cursor.primary.insert</code></td><td></td></tr>
|
||||
<tr><td><code>ui.cursor.primary.select</code></td><td></td></tr>
|
||||
<tr><td><code>ui.debug.breakpoint</code></td><td>Breakpoint indicator, 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.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.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
@ -483,8 +483,11 @@ berry = "#2A2A4D"
|
||||
<tr><td><code>ui.cursor.primary.normal</code></td><td></td></tr>
|
||||
<tr><td><code>ui.cursor.primary.insert</code></td><td></td></tr>
|
||||
<tr><td><code>ui.cursor.primary.select</code></td><td></td></tr>
|
||||
<tr><td><code>ui.debug.breakpoint</code></td><td>Breakpoint indicator, 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.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.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
Block a user