Broken links to preview images
All links to preview images in README.md and THEMES.md are currently broken. :(
We should figure out how to automate creating preview images (it used to be a manual task), then upload them to a separate repository (so that people cloning this repository don't have to clone the images as well). This can be done by enabling wikis on this repository and moving it to a wiki page.
We should figure out how to automate creating preview images (it used to be a manual task), then upload them to a separate repository (so that people cloning this repository don't have to clone the images as well). This can be done by enabling wikis on this repository and moving it to a wiki page.
Anything I can do as a follow up in this issue or should this be kept as an open bug for potential contributors to find and work on in the future? :)
Anything I can do as a follow up in this issue
If you have time, you could look into automating screenshot creation. This would be very helpful already, then I can look into setting up the wiki.
One way to automate this may be to create a project with an example script, then write an editor plugin that switches the color theme in the editor settings, waits ~3 seconds and takes a screenshot of the viewport (rinse and repeat for all themes). The screenshots can then be cropped using Image class functions and saved to lossless WebP (which results in smaller files than PNG).