I want to change some of the colors (especially the primary ones) and I was wondering what is the cleanest and / or easiest way to do so, as I myself am a CSS and Frontend noob ;D ? I guess just changing the values in the dist folder of the node module is not how it should be done, do I need to fork the project and make my personal node module, or is there an easier way?
Hi there, thank you for your question, let me fetch the possibilities for you regarding this, and be right back!
Hi Lara,
All the colors variable are defined in colors.scss file. (https://github.com/appwrite/pink/blob/main/packages/ui/src/1-css-variables/_colors.scss)
The color are with HSL values.
The way we work with color we define for every group of colors the main Hue which affect all colors from the same type.
Further reading how we exactly working with colors, you can read my article: https://medium.com/p/ca5de26f2df7
Hope it will be more clear now🙂
Thank you @Elad Shechter
Recommended threads
- Account Status
Hello! I'm a student and am in the GitHub Student Organization, and according to GitHub, I am recieving pro membership via the Student Dev Pack. However, when I...
- Refund Request - Just purchased 2 mins a...
Hello Appwrite Team! I am a student and like 2 minutes ago I purchased Appwrite Pro ($15) because I had reached a limit on the number of attributes in a collect...
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?