Go to file
2018-09-09 17:35:03 -05:00
common Implement theming and fix spelling errors 2018-09-09 16:33:41 -05:00
data Use SharedFont for the A/B button icons. 2018-07-27 21:05:25 -04:00
nx_main Added touch controls. (#41) 2018-07-30 17:23:34 -04:00
pc_main Added font-loading support for the pc-build. 2018-07-24 21:50:01 -04:00
resources Renamed switchicon_questionmark to invalid_icon 2018-02-26 23:52:13 +01:00
.gitignore Added LICENSE.md and updated .gitignore. 2018-02-18 16:50:56 -05:00
icon.jpg add icon.jpg 2018-02-28 23:43:29 +01:00
LICENSE.md Added LICENSE.md and updated .gitignore. 2018-02-18 16:50:56 -05:00
Makefile Moved 'v' from APP_VERSION in Makefile to Makefile.nx/Makefile.pc, so that the version in the built nro-nacp doesn't include 'v'. Removed nxlink.h include since switch.h has this. 2018-03-19 18:36:58 -04:00
Makefile.nx Implement theming and fix spelling errors 2018-09-09 16:33:41 -05:00
Makefile.pc Implement theming and fix spelling errors 2018-09-09 16:33:41 -05:00
README.md Added theming info 2018-09-09 17:35:03 -05:00

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.