improve usage section
This commit is contained in:
17
README.md
17
README.md
@@ -9,7 +9,7 @@ It's made using the handy [lush.nvim](https://github.com/rktjmp/lush.nvim).
|
|||||||

|

|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
A rock garden in <a href="https://en.wikipedia.org/wiki/Ry%C5%8Dan-ji">Ryōan-ji</a>.
|
<em>A rock garden in <a href="https://en.wikipedia.org/wiki/Ry%C5%8Dan-ji">Ryōan-ji</a>.</em>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
@@ -36,22 +36,22 @@ use "rktjmp/lush.nvim"
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Install using your favorite plugin manager and just apply the colorscheme as
|
Just apply the colorscheme as usual:
|
||||||
usual:
|
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
set termguicolors
|
set termguicolors
|
||||||
colorscheme zenbones
|
colorscheme zenbones
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, if you want to make use of lua or you forked this repo and
|
Alternatively, if you want to make use of the lua version:
|
||||||
tweaked the colors to your liking:
|
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
|
set termguicolors
|
||||||
colorscheme zenbones-lua
|
colorscheme zenbones-lua
|
||||||
```
|
```
|
||||||
|
|
||||||
To make it work however, you must also install lush.
|
It works pretty much the same as the first one however you have to also install
|
||||||
|
lush.
|
||||||
|
|
||||||
## Showcase
|
## Showcase
|
||||||
|
|
||||||
@@ -90,6 +90,8 @@ plugins.
|
|||||||
- [sneak](https://github.com/justinmk/vim-sneak)
|
- [sneak](https://github.com/justinmk/vim-sneak)
|
||||||
- [lualine](https://github.com/hoob3rt/lualine.nvim)
|
- [lualine](https://github.com/hoob3rt/lualine.nvim)
|
||||||
|
|
||||||
|
## Advance Usage
|
||||||
|
|
||||||
## Other implementations
|
## Other implementations
|
||||||
|
|
||||||
- [iterm2](https://github.com/mcchrish/zenbones-iterm)
|
- [iterm2](https://github.com/mcchrish/zenbones-iterm)
|
||||||
@@ -97,7 +99,8 @@ plugins.
|
|||||||
### Print terminal colors
|
### Print terminal colors
|
||||||
|
|
||||||
You can retrieve the terminal colors as using this command:
|
You can retrieve the terminal colors as using this command:
|
||||||
`lua require('zenbones.print').print_terminal_colors()`.
|
`lua require('zenbones.print').print_terminal_colors()`. Useful when you want to
|
||||||
|
apply a zenbones theme to your terminal.
|
||||||
|
|
||||||
## Inspirations
|
## Inspirations
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user