-
Notifications
You must be signed in to change notification settings - Fork 7
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
colors for generation clock #114
Comments
We're getting close to publishing a public preview version for #116. @amanda-phet is this issue something that you want to address before we publish the preview? |
The illustrator protanopia color-filter doesn't make it seem like the pink+green is a problem. However my color blinding Chrome add-on makes it seem like it is a problem. Since I'm not color-blind, I'm not sure which is more "accurate." In either case, can you confirm that the pink you are using is #f473a7? It seems bolder than the pink I'm seeing in the sim, which is registering as #CB78A2 using a color-picker add-on. If we make it bolder, it might fix this situation. |
There are no clock colors specified in the design doc. I picked the pink out of one of your mockups using the Digital Color Meter app on macOS, which tells me that it's Easy to change it. But where did you get |
Clock color changed to Here's the complete set of colors used by the clock, from NaturalSelectionColors.js: // Generation Clock
CLOCK_FILL: '#f473a7', // pink
CLOCK_STROKE: 'black',
CLOCK_REVEAL_COLOR: 'rgba( 255, 255, 255, 0.4 )', // transparent white
CLOCK_FOOD_SLICE_COLOR: 'rgb( 0, 210, 0 )', // green
CLOCK_WOLVES_SLICE_COLOR: 'rgb( 102, 102, 102 )', // grey |
This is looking a lot better on my color-blindness plug-in, in addition to illustrator. I think these colors are suitable now for color-blind individuals. |
Related to colors used for the generations clock...
In #92 (comment), @amanda-phet said:
The text was updated successfully, but these errors were encountered: