Skip to content

Commit

Permalink
Merge pull request #45 from mcchrish/bot/vimdoc/main
Browse files Browse the repository at this point in the history
chore: generated vimdoc
  • Loading branch information
mcchrish authored Nov 7, 2021
2 parents 4879c81 + b6243ce commit 6dae870
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions doc/zenbones.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ Just apply the colorscheme as usual:
colorscheme zenbones
colorscheme zenwritten " Zero hue and saturation version
colorscheme neobones " https://neovim.io flavor
colorscheme vimbones " https://www.vim.org flavor
colorscheme rosebones " Rosé Pine flavor - https://rosepinetheme.com
colorscheme forestbones " Everforest flavor - https://github.com/sainnhe/everforest
colorscheme nordbones " Nord flavor - https://www.nordtheme.com/docs/colors-and-palettes
colorscheme tokyobones " Tokyo Night flavor - https://github.com/enkia/tokyo-night-vscode-theme#color-palette
colorscheme duckbones " Spaceduck flavor - https://pineapplegiant.github.io/spaceduck
" or any from the collection
colorscheme zenwritten
colorscheme neobones
colorscheme vimbones
colorscheme rosebones
colorscheme forestbones
colorscheme nordbones
colorscheme tokyobones
colorscheme duckbones
colorscheme zenburned
colorscheme randombones
<


It works pretty much the same as the first one but pretty handy when extending
or customizing the colors to your likings.

CONFIGURATION *zenbones-configuration*

Configuration is only available for Neovim. There are two ways to set
Expand Down Expand Up @@ -116,21 +116,21 @@ the flavor name e.g. `g:rosebones_italic_comments`.
*zenbones-g:zenbones_compat*

g:zenbones_compat Set to `1` to enable compatibility mode.
Enable in Vim.
Enabled in Vim.


LIGHTLINE ~

>
let g:lightline = #{ colorscheme: 'zenbones' }
let g:lightline = #{ colorscheme: 'zenbones' } " or any other flavor
<


LUALINE ~

>
require("lualine").setup {
options = { theme = "zenbones" },
options = { theme = "zenbones" }, -- or any other flavor
}
<

Expand All @@ -141,7 +141,7 @@ Zenbones is pretty extensible thanks to Lush. You can easily retrieve the
colors in lua:

>
local theme = require "zenbones"
local theme = require "zenbones" -- or any other flavor
local palette = require "zenbones.palette"
print(theme.StatusLine.bg.hex)
Expand Down Expand Up @@ -252,9 +252,6 @@ following:
And there you have it. Just call `colorscheme gruvbones` to use your new
colorscheme. It respects `&background` and other configurations too.

Also checkout the neobones <../colors/neobones.lua> and rosebones
<../colors/rosebones.lua> colorscheme for a similar and complete example.

Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>

vim:tw=78:ts=8:noet:ft=help:norl:

0 comments on commit 6dae870

Please sign in to comment.