From 6574c725c0192e8f9a8cbe574abc5a7cd944bb17 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Sat, 28 Aug 2021 13:21:08 -0500 Subject: [PATCH 1/2] dev: todo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ab54354..2c05fc9 100644 --- a/README.md +++ b/README.md @@ -527,10 +527,12 @@ For more convoluted language, see the [LICENSE file](https://github.com/Pocco81/ **High Priority** - Add Aquamarine Frappé +- Get rid of `CPLoad` and use the native `colorscheme` command **Low Priority** - Finish DOC +- Make TODO Comments bold - Add more integrations
From fb4a1730f16b90144d1c727d54e23f09a1f4d593 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Sun, 29 Aug 2021 11:20:19 -0500 Subject: [PATCH 2/2] dev (refactor): editable fields --- README.md | 73 +------------------------------------------------------ 1 file changed, 1 insertion(+), 72 deletions(-) diff --git a/README.md b/README.md index 2c05fc9..89d4f7a 100644 --- a/README.md +++ b/README.md @@ -398,77 +398,7 @@ catppuccino.setup({ }) ``` -You could use an existing color scheme as a template if you will ([`lua/catppuccino/color_schemes`](https://github.com/Pocco81/Catppuccino.nvim/tree/main/lua/catppuccino/color_schemes)) - -
- Available colors -

- -- `bg`: nvim background color. -- `fg`: color of the text. -- `fg_gutter` -- `black` -- `gray` -- `red` -- `green` -- `yellow` -- `blue` -- `magenta` -- `cyan` -- `white` -- `orange` -- `pink` -- `black_br` -- `red_bg` -- `green_br` -- `yellow_br` -- `blue_br` -- `magenta_br` -- `cyan_br` -- `white_br` -- `orange_br` -- `pink_br` -- `comment` -- `git`: - -```lua - git = { - add - change - delete - conflict - }, -``` - -- `bg_alt` -- `bg_highlight` -- `fg_alt` -- `git.ignore` -- `diff`: - -```lua -diff = { -- also used for gitsigns - add, - delete, - change, - text, -} -``` - -- `border_highlight` -- `border` -- `bg_popup` -- `bg_statusline` -- `bg_sidebar` -- `bg_float` -- `bg_visual` -- `bg_search` -- `fg_sidebar` -- `error` -- `warning` -- `info` -- `hint` -- `variable` +All editable fields are the same as the ones mentioned in any of the colorschemes found at: [`lua/catppuccino/color_schemes`](https://github.com/Pocco81/Catppuccino.nvim/tree/main/lua/catppuccino/color_schemes). You could also use one as a template, if you will.

@@ -532,7 +462,6 @@ For more convoluted language, see the [LICENSE file](https://github.com/Pocco81/ **Low Priority** - Finish DOC -- Make TODO Comments bold - Add more integrations