6 Commits

Author SHA1 Message Date
Alex Duchesne
856e2f7144 Launcher: Updated images 2025-11-07 19:23:00 -05:00
Alex Duchesne
df74f0734a Launcher: Added a default background option for themes
Currently in a theme the background files are named `background_<tab name>.png`. The problem is that sometimes retro-go adds new tabs, which causes themes to have missing backgrounds.

So I added a fallback. Theme can now provide a file named `background.png` that will be used when a tab-specific background isn't found. This also enables themes to provide a single background file if they don't want per-tab ones.
2025-03-17 13:25:39 -04:00
Alex Duchesne
7a1a63bb57 Remove the example theme, default theme should now be used as a template instead 2024-12-13 13:33:50 -05:00
Alex Duchesne
0260ecaa70 Moved launcher images to themes/default 2024-12-13 13:22:23 -05:00
Alex Duchesne
99c7e38969 Moved gen_images.py to tools 2024-12-13 13:20:29 -05:00
Alex Duchesne
5145b336ae Added example theme (#161)
Still to do is move the default theme files and values to this new `themes` folder.
2024-12-08 14:16:40 -05:00