improve read me
This commit is contained in:
27
README.md
27
README.md
@@ -1,13 +1,14 @@
|
|||||||
# Zenbones
|
# Zenbones
|
||||||
|
|
||||||
Zenbones is a colorscheme designed
|
Zenbones uses contrast
|
||||||
|
|
||||||
It's made using the handy [lush](https://github.com/rktjmp/lush.nvim) theme builder.
|
It's made using the handy [lush](https://github.com/rktjmp/lush.nvim) theme
|
||||||
|
builder.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://en.wikipedia.org/wiki/Ry%C5%8Dan-ji">Ryōan-ji</a>
|
A rock garden in <a href="https://en.wikipedia.org/wiki/Ry%C5%8Dan-ji">Ryōan-ji</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
@@ -28,11 +29,10 @@ set termguicolors
|
|||||||
colorscheme zenbones
|
colorscheme zenbones
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, if you want to make use of lua or forked this repo and tweaked
|
Alternatively, if you want to make use of lua or you forked this repo and
|
||||||
the colors to your liking:
|
tweaked the colors to your liking:
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
set termguicolors
|
|
||||||
colorscheme zenbones-lua
|
colorscheme zenbones-lua
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -63,15 +63,16 @@ To make it work however, you must install lush.
|
|||||||
|
|
||||||
_Font used is [Iosevka](https://typeof.net/Iosevka/)_.
|
_Font used is [Iosevka](https://typeof.net/Iosevka/)_.
|
||||||
|
|
||||||
## Other plugin support
|
## Other plugins support
|
||||||
|
|
||||||
There are only a few plugins that are currently supported. Please feel free to
|
Aside from LSP and basic Tree-sitter support, there are only a few plugins that
|
||||||
open a PR to support your favorite plugins.
|
are currently supported. Please feel free to open a PR to support your favorite
|
||||||
|
plugins.
|
||||||
|
|
||||||
- [gitsigns](https://github.com/lewis6991/gitsigns.nvim)
|
- [gitsigns](https://github.com/lewis6991/gitsigns.nvim)
|
||||||
- [indent-blankline](https://github.com/lukas-reineke/indent-blankline.nvim)
|
- [indent-blankline](https://github.com/lukas-reineke/indent-blankline.nvim)
|
||||||
- [Telescope](https://github.com/nvim-telescope/telescope.nvim)
|
- [Telescope](https://github.com/nvim-telescope/telescope.nvim)
|
||||||
- [sneak](https://github.com/justinmk/vim-sneak)
|
- [sneak](https://github.com/justinmk/vim-sneak)
|
||||||
|
|
||||||
## Other implementations
|
## Other implementations
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user