-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add colorable output #4
Comments
how would you like to go about this? |
@koolamusic think there are a few ways to go about it. I dig the idea of just outputting all combos, could provide options for various views (matrix, list, large previews.) A bit more computationally difficult but have also been experimenting with for every color showing the other accessible combos within that same hue as often times this is how scales of hues are composed together. Easy to do with themes that have hue based scales, but color sorting is definitely hard to do perfectly. I think one of the trickier things is handling multiple formats of the color object as it might be a bunch of different arrays for hues, or a flat object with names for each color. Or a mix of both (all would be valid with styled-system). Do you have some thoughts? |
Also share any resource or links you can with regards to this topic |
Add preview of accessible color combos from theme
The text was updated successfully, but these errors were encountered: