mirror of https://github.com/helix-editor/helix
deploy: 08ee8b9443
parent
51f89af5f0
commit
0302afacf5
|
@ -2115,6 +2115,8 @@ berry = "#2A2A4D"
|
|||
<tr><td><code>ui.bufferline.background</code></td><td>Style for bufferline background</td></tr>
|
||||
<tr><td><code>ui.popup</code></td><td>Documentation popups (e.g. Space + k)</td></tr>
|
||||
<tr><td><code>ui.popup.info</code></td><td>Prompt for multiple key options</td></tr>
|
||||
<tr><td><code>ui.picker.header</code></td><td>Column names in pickers with multiple columns</td></tr>
|
||||
<tr><td><code>ui.picker.header.active</code></td><td>The column name in pickers with multiple columns where the cursor is entering into.</td></tr>
|
||||
<tr><td><code>ui.window</code></td><td>Borderlines separating splits</td></tr>
|
||||
<tr><td><code>ui.help</code></td><td>Description box for commands</td></tr>
|
||||
<tr><td><code>ui.text</code></td><td>Default text style, command prompts, popup text, etc.</td></tr>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -549,6 +549,8 @@ berry = "#2A2A4D"
|
|||
<tr><td><code>ui.bufferline.background</code></td><td>Style for bufferline background</td></tr>
|
||||
<tr><td><code>ui.popup</code></td><td>Documentation popups (e.g. Space + k)</td></tr>
|
||||
<tr><td><code>ui.popup.info</code></td><td>Prompt for multiple key options</td></tr>
|
||||
<tr><td><code>ui.picker.header</code></td><td>Column names in pickers with multiple columns</td></tr>
|
||||
<tr><td><code>ui.picker.header.active</code></td><td>The column name in pickers with multiple columns where the cursor is entering into.</td></tr>
|
||||
<tr><td><code>ui.window</code></td><td>Borderlines separating splits</td></tr>
|
||||
<tr><td><code>ui.help</code></td><td>Description box for commands</td></tr>
|
||||
<tr><td><code>ui.text</code></td><td>Default text style, command prompts, popup text, etc.</td></tr>
|
||||
|
|
Loading…
Reference in New Issue