godot-syntax-themes icon indicating copy to clipboard operation
godot-syntax-themes copied to clipboard

Broken links to preview images

Open squirrel-bat opened this issue 6 months ago • 3 comments

All links to preview images in README.md and THEMES.md are currently broken. :(

squirrel-bat avatar Jun 25 '25 12:06 squirrel-bat

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.

Calinou avatar Jun 25 '25 21:06 Calinou

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? :)

squirrel-bat avatar Dec 01 '25 16:12 squirrel-bat

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).

Calinou avatar Dec 04 '25 00:12 Calinou