-
Notifications
You must be signed in to change notification settings - Fork 1
Adding a more full set of theme colors to schema #341
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
Conversation
✅ Deploy Preview for pss-scavenger-hunt ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for padp-staging ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for gbof-c19nyc-staging ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for juel-staging ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This brings up a good question: Should we allow the page build to let users select which color to use? Or should the system dictate which parts of the page builder components get which colors? (e.g. the button in the hero component is always "secondary"). The latter would simplify things and reduce the risk of creating inconsistencies between pages. |
This is mainly a question for @cblissg I guess; I've been going on the assumption that for the page builder components there should be sort of out-of-the-box defaults but mostly colors should be editable between the different theme colors. But of course I'm open to whatever sounds best to people. |
|
Closing this and folding it into PR #346 . |
In this PR
Per discussions with Chelsea, adds a more complete set of theme colors to the
brandingconfiguration and to the color options for various parts of the page builder components.Notes
This made my head hurt more than I expected it to, basically because there are two separate uses of the theme colors:
textPrimaryandtextSecondarycolors to mean "text color to be used on primary/secondary backgrounds".