improve docs

This commit is contained in:
Michael Chris Lopez
2021-09-18 16:11:00 +08:00
parent 912a7e316b
commit 267b432145

View File

@@ -1,7 +1,8 @@
Zenbones is a vim/neovim colorscheme designed to highlight code using contrasts # Zenbones
and font variations. Colors are tasked only for other roles such as diagnostics,
diffs, search matches. **Zenflesh, Zenbones** is a vim/neovim colorscheme designed to highlight code
using contrasts and font variations. Colors are tasked only for other roles such
as diagnostics, diffs, search matches.
## Usage ## Usage
@@ -39,22 +40,29 @@ Change background colors darkness. Options: `'stark'`, `'warm'`.
#### g:zenflesh_solid_vert_split #### g:zenflesh_solid_vert_split
Default: `v:false` Make vertical split more distinguishable background Default: `v:false`
highlight.
Make vertical split more distinguishable background highlight.
#### g:zenbones_dim_noncurrent_window #### g:zenbones_dim_noncurrent_window
Default: `v:false` Make non-current window background dimmer than _Normal_. Default: `v:false`
Make non-current window background dimmer than _Normal_.
#### g:zenflesh_lighten_noncurrent_window #### g:zenflesh_lighten_noncurrent_window
Default: `v:false` Make non-current window background warmer than _Normal_. Default: `v:false`
Make non-current window background warmer than _Normal_.
#### g:zenbones_italic_comments #### g:zenbones_italic_comments
#### g:zenflesh_italic_comments #### g:zenflesh_italic_comments
Default: `v:true` Make comments not italicize. Default: `v:true`
Make comments not italicize.
## Advanced Usage ## Advanced Usage