pull/11885/head
archseer 2024-07-15 14:31:14 +00:00
parent 51f89af5f0
commit 0302afacf5
4 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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>