chore: generated vimdoc
This commit is contained in:
@@ -25,20 +25,20 @@ Just apply the colorscheme as usual:
|
|||||||
|
|
||||||
colorscheme zenbones
|
colorscheme zenbones
|
||||||
|
|
||||||
colorscheme zenwritten " Zero hue and saturation version
|
" or any from the collection
|
||||||
colorscheme neobones " https://neovim.io flavor
|
colorscheme zenwritten
|
||||||
colorscheme vimbones " https://www.vim.org flavor
|
colorscheme neobones
|
||||||
colorscheme rosebones " Rosé Pine flavor - https://rosepinetheme.com
|
colorscheme vimbones
|
||||||
colorscheme forestbones " Everforest flavor - https://github.com/sainnhe/everforest
|
colorscheme rosebones
|
||||||
colorscheme nordbones " Nord flavor - https://www.nordtheme.com/docs/colors-and-palettes
|
colorscheme forestbones
|
||||||
colorscheme tokyobones " Tokyo Night flavor - https://github.com/enkia/tokyo-night-vscode-theme#color-palette
|
colorscheme nordbones
|
||||||
colorscheme duckbones " Spaceduck flavor - https://pineapplegiant.github.io/spaceduck
|
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 *zenbones-configuration*
|
||||||
|
|
||||||
Configuration is only available for Neovim. There are two ways to set
|
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*
|
*zenbones-g:zenbones_compat*
|
||||||
|
|
||||||
g:zenbones_compat Set to `1` to enable compatibility mode.
|
g:zenbones_compat Set to `1` to enable compatibility mode.
|
||||||
Enable in Vim.
|
Enabled in Vim.
|
||||||
|
|
||||||
|
|
||||||
LIGHTLINE ~
|
LIGHTLINE ~
|
||||||
|
|
||||||
>
|
>
|
||||||
let g:lightline = #{ colorscheme: 'zenbones' }
|
let g:lightline = #{ colorscheme: 'zenbones' } " or any other flavor
|
||||||
<
|
<
|
||||||
|
|
||||||
|
|
||||||
@@ -130,7 +130,7 @@ LUALINE ~
|
|||||||
|
|
||||||
>
|
>
|
||||||
require("lualine").setup {
|
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:
|
colors in lua:
|
||||||
|
|
||||||
>
|
>
|
||||||
local theme = require "zenbones"
|
local theme = require "zenbones" -- or any other flavor
|
||||||
local palette = require "zenbones.palette"
|
local palette = require "zenbones.palette"
|
||||||
|
|
||||||
print(theme.StatusLine.bg.hex)
|
print(theme.StatusLine.bg.hex)
|
||||||
@@ -252,9 +252,6 @@ following:
|
|||||||
And there you have it. Just call `colorscheme gruvbones` to use your new
|
And there you have it. Just call `colorscheme gruvbones` to use your new
|
||||||
colorscheme. It respects `&background` and other configurations too.
|
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>
|
Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>
|
||||||
|
|
||||||
vim:tw=78:ts=8:noet:ft=help:norl:
|
vim:tw=78:ts=8:noet:ft=help:norl:
|
||||||
|
|||||||
Reference in New Issue
Block a user