doc: colorize_diagnostic_underline_text

This commit is contained in:
Michael Chris Lopez
2021-11-14 11:59:29 +08:00
parent 1b5fb60a0f
commit b9a25c4d0f

View File

@@ -61,7 +61,7 @@ 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. |
@@ -78,6 +78,7 @@ the flavor name e.g. `g:rosebones_italic_comments`.
| lighten_line_nr | dark | `35` | Percentage to lighten \|hl-LineNr\| relative to Normal bg. |
| darken_cursor_line | light | `3` | Percentage to darken \|hl-CursorLine\| relative to Normal bg. |
| lighten_cursor_line | dark | `4` | Percentage to lighten \|hl-CursorLine\| relative to Normal bg. |
| colorize_diagnostic_underline_text | both | `false` | Colorize the fg of `DiagnosticUnderline*`. |
| transparent_background | both | `false` | Make background transparent. |
#### g:zenbones_compat