Images - joneavila/aesthetic GitHub Wiki

General Information about Images

Images for boot, reboot, and shutdown are generated in-app using Lucide icons and the TÖVE library.

Most images should be PNGs with transparency. muOS will apply the theme's background color behind transparent areas.

When downloading Lucide SVG icons, use a stroke width of 2px and a size of 24px. Icons are rescaled automatically when generating the theme.

Boot Image

The boot image must be in BMP format. While LÖVE does not natively support BMP, the source code includes a conversion function. To convert images to BMP outside the app, refer to the muOS documentation or use this online converter.