diff --git a/README.md b/README.md index ac12ceb..7a6fa1b 100644 --- a/README.md +++ b/README.md @@ -49,33 +49,13 @@ colorscheme zenbones If you want to make use of the lua version: ```vim -" has('nvim') only +" Requires `neovim` and `rktjmp/lush.nvim` installed colorscheme zenbones-lush ``` It works pretty much the same as the first one but pretty handy when extending or customizing the colors to your likings. - - -## Showcase - -**Diff highlights** - -Vim diff - -**Search matches** - -Search matches - -**LSP diagnostics** - -LSP diagnostics - -_Font used is [Iosevka Curly Slab](https://typeof.net/Iosevka/)_. - - - ## Configuration 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 -Zenbones is pretty extensible thanks to -[Lush](https://github.com/rktjmp/lush.nvim). You can easily retrieve the colors +Zenbones is pretty extensible thanks to Lush. You can easily retrieve the colors in lua: ```lua @@ -121,7 +100,7 @@ print(sand.darken(20).hex) See also [Lush's documentation](https://github.com/rktjmp/lush.nvim#advanced-usage) for -the complete options. +more options. ## 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 to submit a PR if you want to add some more. + + +## Showcase + +**Diff highlights** + +Vim diff + +**Search matches** + +Search matches + +**LSP diagnostics** + +LSP diagnostics + +_Font used is [Iosevka Curly Slab](https://typeof.net/Iosevka/)_. + + + ## Inspirations Zenbones is heavily inspired by