configurable NonText contrast

This commit is contained in:
Michael Chris Lopez
2021-10-26 17:10:17 +08:00
parent 7b85e5327d
commit 3fc8d324fc
4 changed files with 18 additions and 6 deletions

View File

@@ -76,13 +76,23 @@ Default: `v:true`. Make comments italicize.
#### g:zenbones_darken_comments
Default: 38. Percentage to darken comments. Comments base their foreground color
on the bg palette. See also |lush-color-darken|.
Default: 38. Percentage to darken comments relative to Normal bg. See also
|lush-color-darken|.
#### g:zenflesh_lighten_comments
Default: 38. Percentage to lighten comments. Comments base their foreground
color on the bg palette. See also |lush-color-lighten|.
Default: 38. Percentage to lighten comments relative to Normal bg. See also
|lush-color-lighten|.
#### g:zenbones_darken_non_text
Default: 22. Percentage to darken |hl-NonText| relative to Normal bg. See also
|lush-color-darken|.
#### g:zenflesh_lighten_none_text
Default: 26. Percentage to lighten |hl-NonText| relative to Normal bg. See also
|lush-color-darken|.
#### g:zenbones_compat