fix readme order

This commit is contained in:
Michael Chris Lopez
2021-09-05 09:22:56 +08:00
parent d9d90dfeb1
commit 6adc224ef4

View File

@@ -46,9 +46,10 @@ set termguicolors
colorscheme zenbones
```
Alternatively, if you want to make use of the lua version:
If you want to make use of the lua version:
```vim
" has('nvim') only
set termguicolors
colorscheme zenbones-lush
```
@@ -103,6 +104,8 @@ highlight.
#### g:zenbones_dim_noncurrent_window
Set to `v:true` to make non-current window background dimmer than _Normal_.
## Advanced Usage
Zenbones is pretty extensible thanks to
@@ -117,7 +120,9 @@ print(theme.StatusLine.bg.hex)
print(sand.darken(20).hex)
```
Set to `v:true` to make non-current window background dimmer than _Normal_.
See also
[Lush's documentation](https://github.com/rktjmp/lush.nvim#advanced-usage) for
the complete options.
## Other plugins support
@@ -134,10 +139,6 @@ currently supported.
- [CoC](https://github.com/neoclide/coc.nvim)
- [Neogit](https://github.com/TimUntersberger/neogit)
See also
[Lush's documentation](https://github.com/rktjmp/lush.nvim#advanced-usage) for
the complete options.
## Other implementations
- [iTerm2](extras/iterm/zenbones.itermcolors)