From 4d1aec1028df3af410478e5b5248a76a092c7bcb Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Wed, 27 Oct 2021 18:12:20 +0800 Subject: [PATCH] doc: cleanup config table --- doc/zenbones.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/zenbones.md b/doc/zenbones.md index e5d0e82..b761690 100644 --- a/doc/zenbones.md +++ b/doc/zenbones.md @@ -54,21 +54,21 @@ vim.g.forestbones = { solid_line_nr = true, darken_comments = 45 } the flavor name e.g. `g:rosebones_italic_comments`. | Option | Background | Default | Description | -| ------------------------- | ---------- | ------- | ------------------------------------------------------------------------------------------- | +| :------------------------ | :--------- | :------ | :------------------------------------------------------------------------------------------ | | lightness | light | `nil` | Change background colors lightness. Options: `'bright'`, `'dim'`. | | darkness | dark | `nil` | Change background colors darkness. Options: `'stark'`, `'warm'`. | | solid_vert_split | both | `false` | Solid \|hl-VertSplit\| background. | | solid_line_nr | both | `false` | Solid \|hl-LineNr\| background. | | solid_float_border | both | `false` | Make \|hl-FloatBorder\| have a more distinguishable background highlight. | -| darken_noncurrent_window | light | `false` | Default: `v:false`. Make non-current window background darker than _Normal_. | -| lighten_noncurrent_window | dark | `false` | Default: `v:false`. Make non-current window background lighter than _Normal_. | +| darken_noncurrent_window | light | `false` | Make non-current window background darker than _Normal_. | +| lighten_noncurrent_window | dark | `false` | Make non-current window background lighter than _Normal_. | | italic_comments | both | `true` | Make comments italicize. | -| darken_comments | light | 38 | Percentage to darken comments relative to Normal bg. See also \|lush-color-darken\|. | -| lighten_comments | dark | 38 | Percentage to lighten comments relative to Normal bg. See also \|lush-color-lighten\|. | -| darken_non_text | light | 25 | Percentage to darken \|hl-NonText\| relative to Normal bg. See also \|lush-color-darken\|. | -| lighten_non_text | dark | 30 | Percentage to lighten \|hl-NonText\| relative to Normal bg. See also \|lush-color-darken\|. | -| darken_line_nr | light | 33 | Percentage to darken \|hl-LineNr\| relative to Normal bg. See also \|lush-color-darken\|. | -| lighten_line_nr | dark | 35 | Percentage to lighten \|hl-LineNr\| relative to Normal bg. See also \|lush-color-darken\|. | +| darken_comments | light | `38` | Percentage to darken comments relative to Normal bg. See also \|lush-color-darken\|. | +| lighten_comments | dark | `38` | Percentage to lighten comments relative to Normal bg. See also \|lush-color-lighten\|. | +| darken_non_text | light | `25` | Percentage to darken \|hl-NonText\| relative to Normal bg. See also \|lush-color-darken\|. | +| lighten_non_text | dark | `30` | Percentage to lighten \|hl-NonText\| relative to Normal bg. See also \|lush-color-darken\|. | +| darken_line_nr | light | `33` | Percentage to darken \|hl-LineNr\| relative to Normal bg. See also \|lush-color-darken\|. | +| lighten_line_nr | dark | `35` | Percentage to lighten \|hl-LineNr\| relative to Normal bg. See also \|lush-color-darken\|. | #### g:zenbones_compat