From 6555ec6eccbdf0f0faad51694c28d3ee3266559f Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sat, 4 Sep 2021 17:48:42 +0800 Subject: [PATCH] mention config templates --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index baa55aa..0bfc3ce 100644 --- a/README.md +++ b/README.md @@ -107,9 +107,8 @@ Set to `v:true` to make non-current window background dimmer than _Normal_. ## Other plugins support -Aside from LSP and basic Tree-sitter support, there are only a few plugins that -are currently supported. Please feel free to open a PR to support your favorite -plugins. +Aside from LSP and basic Tree-sitter support, here are some plugins that are +currently supported. - [Git Signs](https://github.com/lewis6991/gitsigns.nvim) - [Git Gutter](https://github.com/airblade/vim-gitgutter) @@ -135,8 +134,6 @@ print(theme.StatusLine.bg.hex) print(sand.darken(20).hex) ``` -One such example is the custom [lualine](lua/lualine/themes/zenbones.lua) theme. - See also [Lush's documentation](https://github.com/rktjmp/lush.nvim#advanced-usage) for the complete options. @@ -183,6 +180,10 @@ inactive cursor background: #4D5C65 selection background: #D2DFE7 ``` +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. + ## Inspirations Zenbones is heavily inspired by