Skip to content
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

Feature: daily color palette changing #24

Open
rdnt opened this issue Mar 9, 2024 · 0 comments
Open

Feature: daily color palette changing #24

rdnt opened this issue Mar 9, 2024 · 0 comments
Assignees
Labels
feature A new feature request help-wanted Issues you could help with!

Comments

@rdnt
Copy link
Owner

rdnt commented Mar 9, 2024

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)

@rdnt rdnt added help-wanted Issues you could help with! feature A new feature request labels Mar 9, 2024
@rdnt rdnt assigned b10z May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature request help-wanted Issues you could help with!
Projects
Status: In Progress
Development

No branches or pull requests

2 participants