From 7d849149f9139c9f9d79cb6e6f01a4859a32f22c Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Thu, 26 Aug 2021 15:50:06 +0800 Subject: [PATCH] improve usage section --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 40615c2..07346a1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It's made using the handy [lush.nvim](https://github.com/rktjmp/lush.nvim). ![zenbones-main-image](https://user-images.githubusercontent.com/7200153/130731060-85313919-8a04-45e2-813a-ea67f602d1c5.jpg)

-A rock garden in Ryōan-ji. +A rock garden in Ryōan-ji.

## Requirements @@ -36,22 +36,22 @@ use "rktjmp/lush.nvim" ## Usage -Install using your favorite plugin manager and just apply the colorscheme as -usual: +Just apply the colorscheme as usual: ```vim set termguicolors colorscheme zenbones ``` -Alternatively, if you want to make use of lua or you forked this repo and -tweaked the colors to your liking: +Alternatively, if you want to make use of the lua version: ```vim +set termguicolors 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 @@ -90,6 +90,8 @@ plugins. - [sneak](https://github.com/justinmk/vim-sneak) - [lualine](https://github.com/hoob3rt/lualine.nvim) +## Advance Usage + ## Other implementations - [iterm2](https://github.com/mcchrish/zenbones-iterm) @@ -97,7 +99,8 @@ plugins. ### Print terminal colors 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