Skip to content

Commit ddb7ef2

Browse files
committed
chore: Update files
1 parent f65b5ad commit ddb7ef2

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

doc/panvimdoc.md

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -236,27 +236,28 @@ Support for markdown tables is also available:
236236

237237
<!-- panvimdoc-ignore-start -->
238238

239-
```
240-
| Option | Background | Default | Description |
241-
| ---------------------------------- | ---------- | ------- | ------------------------------------------------------------------------- |
242-
| lightness | light | `nil` | Change background colors lightness. Options: `'bright'`, `'dim'`. |
243-
| darkness | dark | `nil` | Change background colors darkness. Options: `'stark'`, `'warm'`. |
244-
| solid_vert_split | both | `false` | Solid \|hl-VertSplit\| background. |
245-
| solid_line_nr | both | `false` | Solid \|hl-LineNr\| background. |
246-
| solid_float_border | both | `false` | Make \|hl-FloatBorder\| have a more distinguishable background highlight. |
247-
| darken_noncurrent_window | light | `false` | Make non-current window background darker than _Normal_. |
248-
| lighten_noncurrent_window | dark | `false` | Make non-current window background lighter than _Normal_. |
249-
| italic_comments | both | `true` | Make comments italicize. |
250-
| darken_comments | light | `38` | Percentage to darken comments relative to Normal bg. |
251-
| lighten_comments | dark | `38` | Percentage to lighten comments relative to Normal bg. |
252-
| darken_non_text | light | `25` | Percentage to darken \|hl-NonText\| relative to Normal bg. |
253-
| lighten_non_text | dark | `30` | Percentage to lighten \|hl-NonText\| relative to Normal bg. |
254-
| darken_line_nr | light | `33` | Percentage to darken \|hl-LineNr\| relative to Normal bg. |
255-
| lighten_line_nr | dark | `35` | Percentage to lighten \|hl-LineNr\| relative to Normal bg. |
256-
| darken_cursor_line | light | `3` | Percentage to darken \|hl-CursorLine\| relative to Normal bg. |
257-
| lighten_cursor_line | dark | `4` | Percentage to lighten \|hl-CursorLine\| relative to Normal bg. |
258-
| colorize_diagnostic_underline_text | both | `false` | Colorize the fg of `DiagnosticUnderline*`. |
259-
| transparent_background | both | `false` | Make background transparent. |
239+
The following gets generated:
240+
241+
```
242+
│ Option │Background│ Default │ Description │
243+
│lightness │light │nil │Change background colors lightness. Options: 'bright', 'dim'. │
244+
│darkness │dark │nil │Change background colors darkness. Options: 'stark', 'warm'. │
245+
│solid_vert_split │both │false │Solid |hl-VertSplit| background. │
246+
│solid_line_nr │both │false │Solid |hl-LineNr| background. │
247+
│solid_float_border │both │false │Make |hl-FloatBorder| have a more distinguishable background highlight.│
248+
│darken_noncurrent_window │light │false │Make non-current window background darker than _Normal_. │
249+
│lighten_noncurrent_window │dark │false │Make non-current window background lighter than _Normal_. │
250+
│italic_comments │both │true │Make comments italicize. │
251+
│darken_comments │light │38 │Percentage to darken comments relative to Normal bg. │
252+
│lighten_comments │dark │38 │Percentage to lighten comments relative to Normal bg. │
253+
│darken_non_text │light │25 │Percentage to darken |hl-NonText| relative to Normal bg. │
254+
│lighten_non_text │dark │30 │Percentage to lighten |hl-NonText| relative to Normal bg. │
255+
│darken_line_nr │light │33 │Percentage to darken |hl-LineNr| relative to Normal bg. │
256+
│lighten_line_nr │dark │35 │Percentage to lighten |hl-LineNr| relative to Normal bg. │
257+
│darken_cursor_line │light │3 │Percentage to darken |hl-CursorLine| relative to Normal bg. │
258+
│lighten_cursor_line │dark │4 │Percentage to lighten |hl-CursorLine| relative to Normal bg. │
259+
│colorize_diagnostic_underline_text│both │false │Colorize the fg of DiagnosticUnderline*. │
260+
│transparent_background │both │false │Make background transparent. │
260261
```
261262

262263
<!-- panvimdoc-ignore-end -->

0 commit comments

Comments
 (0)