rdnt / m8

Source code and issue tracker for M8, a digital, pixelated, retro-futuristic watch face for Wear OS.
https://play.google.com/store/apps/details?id=dev.rdnt.m8face
MIT License
13 stars 1 forks source link

Feature: daily color palette changing #24

Open rdnt opened 8 months ago

rdnt commented 8 months ago

Feature request from user:

Would be nice if there was an option to dynamically rotate the color palette to one of the available ones, randomly, let's say once per day.

This would require converting the current date to a seemingly random index in the available colors list. Something in the lines idx = hash(dayInYear) % len(colorOptions)