diff --git a/doc/zenbones.txt b/doc/zenbones.txt index ceffbb8..1f14680 100644 --- a/doc/zenbones.txt +++ b/doc/zenbones.txt @@ -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 @@ -116,13 +116,13 @@ 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 < @@ -130,7 +130,7 @@ LUALINE ~ > require("lualine").setup { - options = { theme = "zenbones" }, + options = { theme = "zenbones" }, -- or any other flavor } < @@ -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) @@ -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 vim:tw=78:ts=8:noet:ft=help:norl: