diff --git a/doc/zenbones.md b/doc/zenbones.md index faafcf3..b056428 100644 --- a/doc/zenbones.md +++ b/doc/zenbones.md @@ -58,7 +58,21 @@ Default: `v:false`. Make non-current window background warmer than _Normal_. #### g:zenflesh_italic_comments -Default: `v:true`. Make comments not italicize. +Default: `v:true`. Make comments italicize. + +#### lightline + +```vim +let g:lightline = { + \ 'colorscheme': 'zenbones', " or 'zenflesh' + \ } +``` + +#### lualine + +```lua +options = { theme = 'zenbones' } -- or 'zenflesh' +``` ## Advanced Usage