-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Color Palette #1
Comments
Assistant Specifications for Color palette GenerationBased on our discussion yesterday on Slack, I have improved the color palette instructions for the Assistant. We will be following this format, which is more consistent with TT4 and the future trajectory of color management in GB: Backgrounds Text Accents Here is the updated instructions for the assistant:
I have already updated the theme json in my [branch] with these color slugs (https://github.com/Codeinwp/quickwp-theme/tree/cleanup-and-styles). It's working quite great actually, with a lot of efficiency. |
@HardeepAsrani here is my recent work on the color palette for Quick theme, and the HSL-based formula. As discussed, despite the fact that this can be AI-generated, we decided to go for a manual solution which is more safe and within specific boundaries.
Let me know if the above make sense:
Theme Color Palette
For each color you will find a lightness value in the parenthesis, to give you an idea of the lightness
Example with HSL values
The idea is that we define a primary accent color in HEX (?), and then we extract tints and shades by manipulating the Lightness value. The generated colors are then assigned to theme colors (for example the lightest color would go as site background, and the darkest shade would be assigned to text color.
The text was updated successfully, but these errors were encountered: