diff --git a/README.md b/README.md
index ca28499..86acdfa 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,8 @@
# Zenflesh, Zenbones
-Zenbones is a light vim/neovim
-[colorscheme](https://neovim.io/doc/user/syntax.html#:colorscheme) designed to
-highlight code using contrasts and font variations. Colors are tasked only for
-other roles such as diagnostics, diffs, search matches.
+Zenbones is a vim/neovim colorscheme designed to highlight code using contrasts
+and font variations. Colors are tasked only for other roles such as diagnostics,
+diffs, search matches.
@@ -43,7 +42,10 @@ use "rktjmp/lush.nvim"
Just apply the colorscheme as usual:
```vim
+" light
colorscheme zenbones
+" dark
+colorscheme zenflesh
```
If you want to make use of the lua version:
@@ -51,6 +53,7 @@ If you want to make use of the lua version:
```vim
" Requires `neovim` and `rktjmp/lush.nvim` installed
colorscheme zenbones-lush
+colorscheme zenflesh-lush
```
It works pretty much the same as the first one but pretty handy when extending
@@ -58,23 +61,17 @@ or customizing the colors to your likings.
## Configuration
-Configuration is only available for `zenbones-lush`.
+Configuration is only available for `zenbones-lush` and `zenflesh-lush`.
#### g:zenbones_lightness
Change background colors lightness.
-**'bright'**
+| 'bright' | _(unset)_ | 'dim' |
+| :-----------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------: |
+|  |  |  |
-
-
-**Default** _(unset)_
-
-
-
-**'dim'**
-
-
+#### g:zenflesh_lightness
#### g:zenbones_solid_vert_split
@@ -99,7 +96,7 @@ local theme = require "zenbones"
local palette = require "zenbones.palette"
print(theme.StatusLine.bg.hex)
-print(palette.sand.darken(20).hex)
+print(palette.blossom.darken(20).hex)
```
See also