Merge branch 'main' into refactor-build
Conflicts: README.md autoload/zenbones_dark.vim colors/zenbones.vim doc/zenbones.md lua/zenflesh/init.lua
This commit is contained in:
10
README.md
10
README.md
@@ -1,6 +1,6 @@
|
||||
# Zenbones
|
||||
|
||||
Zenbones is a collection of vim/neovim colorschemes designed to highlight code
|
||||
Zenbones is a collection of Vim/Neovim colorschemes designed to highlight code
|
||||
using contrasts and font variations. Colors are tasked only for other roles such
|
||||
as diagnostics, diffs, search matches.
|
||||
|
||||
@@ -29,8 +29,8 @@ Example installation using packer:
|
||||
use {
|
||||
"mcchrish/zenbones.nvim",
|
||||
-- Optionally install Lush. Allows for more configuration or extending the colorscheme
|
||||
requires = "rktjmp/lush.nvim"
|
||||
-- If you don't want to install lush, make sure to set g:zenbones_compat = 1
|
||||
requires = "rktjmp/lush.nvim"
|
||||
}
|
||||
```
|
||||
|
||||
@@ -40,8 +40,9 @@ Just apply the colorscheme as usual:
|
||||
|
||||
```vim
|
||||
set termguicolors
|
||||
set background=light " or dark
|
||||
|
||||
colorscheme zenbones " light
|
||||
colorscheme zenbones
|
||||
|
||||
colorscheme zenwritten " Zero hue and saturation version
|
||||
colorscheme neobones " https://neovim.io flavor
|
||||
@@ -50,6 +51,7 @@ 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
|
||||
```
|
||||
|
||||
## [Configuration and other documentations](doc/zenbones.md)
|
||||
@@ -58,7 +60,7 @@ See [documentations](doc/zenbones.md) or `:help zenbones.txt`.
|
||||
|
||||
## Showcase
|
||||
|
||||
| light | dark |
|
||||
| light | dark |
|
||||
| :------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------: |
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
Reference in New Issue
Block a user