From ade94e3bd67e8fb3f9d23eaa30e8e81af57bddbc Mon Sep 17 00:00:00 2001 From: ghostx31 Date: Sun, 26 Mar 2023 12:39:11 +0530 Subject: [PATCH] docs(README): add package dependencies in dev guide --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fdf45e34..10dcf4a3 100644 --- a/README.md +++ b/README.md @@ -148,11 +148,16 @@ python install.py all -a all ## Development +You need to install the following packages to build the theme. Check with your distribution for the package names in the repository +- `sassc` +- `inkscape` +- `optipng` + A few important notes to keep in mind -* `recolor.py` handles all changes that needs to be done to colloid to ensure it generated catppuccin colors. If vinceliuice changes anything in his theme in future, that is where you must change -* `var.py` includes all different variables that you can tinker around as per your personal requirements. -* `create_theme.py` consists of a wrapper that will recolor the colloid theme, install it as per the args provided and rename it accordingly. +- `recolor.py` handles all changes that needs to be done to colloid to ensure it generated catppuccin colors. If vinceliuice changes anything in his theme in future, that is where you must change +- `var.py` includes all different variables that you can tinker around as per your personal requirements. +- `create_theme.py` consists of a wrapper that will recolor the colloid theme, install it as per the args provided and rename it accordingly. ## 💝 Thanks to