From 3d091a5291911e464e21c2aa3ca5d6a79fa5b9ad Mon Sep 17 00:00:00 2001 From: ini <81521595+InioX@users.noreply.github.com> Date: Tue, 26 Mar 2024 18:49:25 +0100 Subject: [PATCH] docs(readme): update features --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 634d71a..dd11d54 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ - Generate a Material You color palette either from an image or a color - Output the generated palette as JSON to stdout, or use keywords inside templates that get exported as files - **Keyword Filters:** - - Use filters to change values of the keywords, like changing lightness for colors and manipulating strings with `replace`, `to_upper` and `to_lower` + - Use filters to change values of the keywords, like changing lightness for colors and manipulating strings with `replace`, `to_upper`, `to_lower` and `set_lightness` - **Custom Keywords/Colors:** - Define your own custom keywords or colors you would like to be harmonized inside the config file, that you can then use in templates - **Palette Customization:**