-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
featureA new feature requestA new feature requesthelp-wantedIssues you could help with!Issues you could help with!
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureA new feature requestA new feature requesthelp-wantedIssues you could help with!Issues you could help with!
Projects
Status
In Progress