From 37a4e11e74bd149f593985bef1d998e7e81de259 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Thu, 26 Aug 2021 15:25:43 +0800 Subject: [PATCH] add instruction to print terminal colors --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 27ac380..0474f82 100644 --- a/README.md +++ b/README.md @@ -75,11 +75,17 @@ plugins. - [indent-blankline](https://github.com/lukas-reineke/indent-blankline.nvim) - [Telescope](https://github.com/nvim-telescope/telescope.nvim) - [sneak](https://github.com/justinmk/vim-sneak) +- [lualine](https://github.com/hoob3rt/lualine.nvim) ## Other implementations - [iterm2](https://github.com/mcchrish/zenbones-iterm) +### Print terminal colors + +You can retrieve the terminal colors as using this command: +`lua require('zenbones.print').print_terminal_colors()`. + ## Inspirations Zenbones is heavily inspired by