fix readme order
This commit is contained in:
13
README.md
13
README.md
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user