simplify readme
This commit is contained in:
47
README.md
47
README.md
@@ -49,33 +49,13 @@ colorscheme zenbones
|
|||||||
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
|
" Requires `neovim` and `rktjmp/lush.nvim` installed
|
||||||
colorscheme zenbones-lush
|
colorscheme zenbones-lush
|
||||||
```
|
```
|
||||||
|
|
||||||
It works pretty much the same as the first one but pretty handy when extending
|
It works pretty much the same as the first one but pretty handy when extending
|
||||||
or customizing the colors to your likings.
|
or customizing the colors to your likings.
|
||||||
|
|
||||||
<!-- panvimdoc-ignore-start -->
|
|
||||||
|
|
||||||
## Showcase
|
|
||||||
|
|
||||||
**Diff highlights**
|
|
||||||
|
|
||||||
<img width="1080" alt="Vim diff" src="https://user-images.githubusercontent.com/7200153/131212101-3a3b4083-f3ae-4dfc-ab1f-133cf3600a01.png">
|
|
||||||
|
|
||||||
**Search matches**
|
|
||||||
|
|
||||||
<img width="1080" alt="Search matches" src="https://user-images.githubusercontent.com/7200153/131212102-620323dc-01db-4e40-ae74-640a00368121.png">
|
|
||||||
|
|
||||||
**LSP diagnostics**
|
|
||||||
|
|
||||||
<img width="1080" alt="LSP diagnostics" src="https://user-images.githubusercontent.com/7200153/131212106-b515ba76-d157-46b3-b1cb-c72811abbff3.png">
|
|
||||||
|
|
||||||
_Font used is [Iosevka Curly Slab](https://typeof.net/Iosevka/)_.
|
|
||||||
|
|
||||||
<!-- panvimdoc-ignore-end -->
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Configuration is only available for `zenbones-lush`.
|
Configuration is only available for `zenbones-lush`.
|
||||||
@@ -107,8 +87,7 @@ 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 Lush. You can easily retrieve the colors
|
||||||
[Lush](https://github.com/rktjmp/lush.nvim). You can easily retrieve the colors
|
|
||||||
in lua:
|
in lua:
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
@@ -121,7 +100,7 @@ print(sand.darken(20).hex)
|
|||||||
|
|
||||||
See also
|
See also
|
||||||
[Lush's documentation](https://github.com/rktjmp/lush.nvim#advanced-usage) for
|
[Lush's documentation](https://github.com/rktjmp/lush.nvim#advanced-usage) for
|
||||||
the complete options.
|
more options.
|
||||||
|
|
||||||
## Other plugins support
|
## Other plugins support
|
||||||
|
|
||||||
@@ -192,6 +171,26 @@ It's also possible to generate color configuration files using a template,
|
|||||||
[this one for Kitty](lua/zenbones/build/kitty.lua) for example. Please feel free
|
[this one for Kitty](lua/zenbones/build/kitty.lua) for example. Please feel free
|
||||||
to submit a PR if you want to add some more.
|
to submit a PR if you want to add some more.
|
||||||
|
|
||||||
|
<!-- panvimdoc-ignore-start -->
|
||||||
|
|
||||||
|
## Showcase
|
||||||
|
|
||||||
|
**Diff highlights**
|
||||||
|
|
||||||
|
<img width="1080" alt="Vim diff" src="https://user-images.githubusercontent.com/7200153/131212101-3a3b4083-f3ae-4dfc-ab1f-133cf3600a01.png">
|
||||||
|
|
||||||
|
**Search matches**
|
||||||
|
|
||||||
|
<img width="1080" alt="Search matches" src="https://user-images.githubusercontent.com/7200153/131212102-620323dc-01db-4e40-ae74-640a00368121.png">
|
||||||
|
|
||||||
|
**LSP diagnostics**
|
||||||
|
|
||||||
|
<img width="1080" alt="LSP diagnostics" src="https://user-images.githubusercontent.com/7200153/131212106-b515ba76-d157-46b3-b1cb-c72811abbff3.png">
|
||||||
|
|
||||||
|
_Font used is [Iosevka Curly Slab](https://typeof.net/Iosevka/)_.
|
||||||
|
|
||||||
|
<!-- panvimdoc-ignore-end -->
|
||||||
|
|
||||||
## Inspirations
|
## Inspirations
|
||||||
|
|
||||||
Zenbones is heavily inspired by
|
Zenbones is heavily inspired by
|
||||||
|
|||||||
Reference in New Issue
Block a user