Hi, I know the contribution policy for this repo is very limited but I wanted to suggest a small but very helpful enhancement to the demo website:
https://platane.github.io/snk/
It would be great if the website allowed users to interactively test different color themes and parameters, such as:
color_snake
color_dots
palettes (e.g. github-dark)
Ideally, users could tweak values via inputs or presets and instantly preview the result, similar to a playground.
Right now, users often need to:
- Edit the workflow
- Push changes
- Wait for Actions to run
- Refresh their README
A live preview would streamline this a lot.
Thanks!