-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Nav unification: Port over WP Admin color schemes as new options in Calypso /me section. #47036
Comments
@sfougnier @lcollette We have a design request for this one: We'll need to add thumbnails for the color schemes we're porting over from wp-admin similar to the ones that already exist in the Calypso Color Scheme picker. Could you please provide us with these? Thank you! For reference see SVGs for existing color schemes here: |
wp-admin color scheme detailsMost wp-admin colors seem to be auto generated from 4 main variables:
That's from Build steps
|
calypso color scheme details
So we may not be able to match the wp-admin colors 1:1, but rather use approximate matches that come from our internal color pallette. (Although, maybe the wp-admin colors were chosen from the pallette as well, haven't checked) |
I created a PR for adding ectoplasm here. This could serve as a basis for making other color schemes: #47075
This was a decent amount of work so, maybe one PR per color scheme is the way to go? Any thoughts here? |
Yes, we can easily change them. I was more thinking for design to provide us with guidance on how the thumbnails should look. That said, it's probably pretty easy for us to deduce the right look given that they simply reflect the implemented color scheme.
I'd argue it's imperative that we do match the wp-admin colors 1:1 (either by matching in Calyso or adjusting in wp-admin). The goal of nav unification is to make the two interfaces identical. If colors don't match up exactly, colors will change when switching between menu items. |
We do plan to remove the color scheme setting from wp-admin and have it read from calypso, so after all steps are completed, it would match wp-admin 1:1. The issue is that calypso (and other products) have standardized on a standard color pallette, https://color-studio.blog/ or npm package |
Best method to unify WP-Admin & Calypso color schemesContinued discussion here: #47103 |
Link to PRs dealing with individual schemes
Other PRs I created along the way:
|
I don't think we need to, right? Thinking out loud here: Initially, if we launch all of color schemes early, the default color scheme on the wp-admin side would be replaced by Classic Bright i.e. current Calypso colors. Then once we launch nav unification the default will be replaced by the new dark colors. With than in mind it seems like we wouldn't need to port the wp-admin default color scheme over to Calypso (but we'd definitely need to port over default Calypso Classic Bright to wp-admin). If folks want the old colours back, they can select the new Classic Dark theme we're creating that's very close to the wp-admin color scheme. |
Closing as last remaining task is logged as a new issue here #47597 |
This issue is part of the effort of combining color schemes in the Nav unification project.
For the approved direction please see #45675 (comment).
Reference Issues
The text was updated successfully, but these errors were encountered: