common | ||
data | ||
nx_main | ||
pc_main | ||
resources | ||
.gitignore | ||
icon.jpg | ||
LICENSE.md | ||
Makefile | ||
Makefile.nx | ||
Makefile.pc | ||
README.md |
Theming
See the example in the releases for the correct structure. In short, there are two seperate entries for the dark and light system themes, but you only need to make a them for one of them for it to work. If there are any colors missing, the missing color is set to #800080 (purple), and if anything else is wrong the theme won't take effect. You place the hbtheme.cfg file on the root of the SD card and then you should be good to go.
Usage
See Homebrew_Applications for SD layout and applications, etc. See Switchbrew for hbmenu docs.
Download
The latest release is available from the releases page.
Building
Build with make nx
or just run make
.
Credits
- This uses code based on 3DS new-hbmenu.
- nanojpeg is used for handling JPEG icons. This library doesn't support lossless JPEG.