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
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)
- Domain is already used. Please try again...
I have a website with where the www.domain.me This website works just fine But if I try to visit domain.me. I get this error. I keep getting sent to some app ri...
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...