-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Gutenberg DarkMode #12379
Gutenberg DarkMode #12379
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking really good! I know you identified the toolbar as not being correctly coloured yet, but I also noticed one or two other things:
I think the deselected block movement icons are too faint – it's hard to make them out against the background. Also, in Thomas's original mockups the selected ones are a light grey instead of blue:
If possible, I think it'd be good if image placeholders and dimmed out uploading images were dark too – but this might need to wait for a future PR depending on complexity:
Thank you for the review @frosty ! Yes, those issues with the toolbar button colors are the ones I was referring too. It will take some refactoring on the JS side to make the proper change, so the idea is to handle that on another PR.
Good catch! And I agree that it's better for a future PR too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, let’s ship this and address those other things separately!
Thank you! (Also cc @iamthomasbishop about the image placeholder) |
Agreed, this is looking really solid for the first version! I made some notes over the weekend of things I noticed on the design side, some of which you've already identified. I'd like to get these into the mix as quickly as possible, but I'll order based on "importance" from my POV:
And as @frosty noted:
I agree, we should lighten these up. When we update those icon colors in general, let's make the disabled style color == |
@etoledom Do we have @iamthomasbishop's list of changes documented anywhere else (in an issue, maybe)? Just don't want to lose track of these :) |
PR for Gutenberg DarkMode
Known Issues:
All these will be worked on, on future PRs.
To test:
rake dependencies
Test for a solved crash: