thinking about how it would work.
• have a background task that monitors #mastoart or some twitter equivalent. maybe a curated list of artists? extract color scheme from each one, save, expire after a week
• I wouldn't want to invent a scheme generation algorithm, maybe just steal from Palitra
• otoh, generated schemes aren't going to match art trends
• can't use levenshtein to match art to scheme, since it's linear. would have to come up with something. maybe just summed minimum distances?