auto generate docs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
*zenbones.txt* A contrast-focused vim/neovim colorscheme
|
||||
*zenbones.txt* A collection of contrast-based vim/neovim colorschemes
|
||||
|
||||
==============================================================================
|
||||
Table of Contents *zenbones-table-of-contents*
|
||||
@@ -20,6 +20,8 @@ USAGE *zenbones-usage*
|
||||
Just apply the colorscheme as usual:
|
||||
|
||||
>
|
||||
set termguicolors
|
||||
|
||||
colorscheme zenbones " light
|
||||
colorscheme zenflesh " dark
|
||||
|
||||
@@ -43,6 +45,20 @@ Configuration is only available for neovim.
|
||||
the flavor name e.g. `g:rosebones_italic_comments`. Just remember: `zenbones_`
|
||||
are for the `light` background and `zenflesh_` is for the dark.
|
||||
|
||||
Another way to set configuration is to assign a dictionary to the prefix:
|
||||
|
||||
>
|
||||
let g:forestbones = #{ solid_line_nr: v:true }
|
||||
<
|
||||
|
||||
|
||||
Or in lua:
|
||||
|
||||
>
|
||||
vim.g.forestbones = { solid_line_nr = true }
|
||||
<
|
||||
|
||||
|
||||
*zenbones-g:zenbones_lightness*
|
||||
|
||||
g:zenbones_lightness Change background colors lightness.
|
||||
@@ -217,7 +233,7 @@ See also Lush’s documentation
|
||||
|
||||
CREATE YOUR OWN COLORSCHEME ~
|
||||
|
||||
You can ultimately create your own colorscheme that is based on Zenbones by
|
||||
You can ultimately create your own colorscheme that is based on zenbones by
|
||||
defining a palette and generating a specs. Best way to demonstrate this is
|
||||
through an example. Let’s make a zenbones-flavored Gruvbox colorscheme called
|
||||
`gruvbones`.
|
||||
|
||||
Reference in New Issue
Block a user