This is a fork of the sdpico-theme-loader, see the original here
Pico Theme Loader is a small Nintendo DS app that lets you switch themes on the Pico Launcher by LNH Team.
![]() |
![]() |
| Credits: LNH Team | Credits: GBATemp user Noods |
- Shows a list of themes already on your SD card.
- Lets you choose one theme using DS buttons.
- Applies your selected theme.
Important: This app does not download themes. You still need to copy theme folders to your SD card manually.
- A DS set up with Pico Launcher.
- An SD card for your DS.
- Theme folders already copied to:
_pico/themes
- The app file:
_pico-theme-loader.nds
- Download or build
_pico-theme-loader.nds. - Copy
_pico-theme-loader.ndsto the root of your SD card. - Make sure your themes are in
_pico/themes. - Put the SD card back in your DS and start Pico Theme Loader.
- Open Pico Theme Loader.
- Use UP and DOWN to move through the theme list.
- Press A to apply the selected theme.
- Press B to cancel and go back.
- No themes shown:
- Check that theme folders are inside
_pico/themes. - Check folder names and file structure are correct.
- Check that theme folders are inside
- App does not start:
- Confirm
_pico-theme-loader.ndsis in the SD card root. - Re-copy the file in case the transfer was interrupted.
- Confirm
- Pull the build image:
docker image pull skylyrac/blocksds:slim-latest- Build the project:
docker run --rm -it -v ./:/work -w /work skylyrac/blocksds:slim-latest make clean
docker run --rm -it -v ./:/work -w /work skylyrac/blocksds:slim-latest make
