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