You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a way to generate random themes that would be pleasing to the eye. Don't know enough about harmonious colors and color theory to pull it off though. Any thoughts @atesgoral?
The text was updated successfully, but these errors were encountered:
It wouldn't be too hard to add a "randomize" button to:
Randomly pick a base HSV colour (I'd normalize all components to [0-1) for cleaner computation)
Randomly pick a colour scheme, or use a fixed scheme
Pick the complementary colours based on the scheme - e.g. just offset the initial hue by 1/3, 1/2 etc.
Use luminance computation to pick light/dark text (see what we did for the RelayRobin theme customizer) -- this might be the trickiest part to keep the text readable
There should be a way to generate random themes that would be pleasing to the eye. Don't know enough about harmonious colors and color theory to pull it off though. Any thoughts @atesgoral?
The text was updated successfully, but these errors were encountered: