Skip to content

omka153/SwitchThemeInjector

 
 

Repository files navigation

Switch theme injector

The Switch theme injector project is composed of three parts:

  • Switch theme injector (Windows app): An app to create and edit custom themes
  • NXThemes installer: An homebrew app that runs on the switch itself and can be used to install and manage themes.
  • Switch theme injector online (also called WebInjector): A port of the windows injector as a web app, it lacks some features like image to DDS conversion.

The main objective is to develop a complete toolset to create and install custom themes on the switch. As the console os doesn't implement custom themes natively most of this is done by patching system SZS files to get the desidered aspect.

Unfortunately SZS files from the switch os contain copyrighted data so to make theme sharing legal the nxtheme format has been developed, it's 100% legal and works on every firmware, unless you're dealing with making your own patches and custom layouts you should only use nxtheme files.

Usage

Open the injector and go to the NXThemes builder tab, open any 720p image (1280x720 pixels) and fill the form, then click on build nxtheme.
To install nxthemes files on your console download the NxThemes installer homebrew from the releases then just select any nxtheme file from your sd.
This app works on windows, you can use the CLI through mono on linux.

Command line args.

You can automate theme creation using command line args. Here's an example to build a theme: SwitchThemes.exe buildNX home "<your image.png/jpg/dds>" "<json layout file, optional>" "name=<theme name>" "author=<author name>" "commonlyt=<custom common.szs layout>" "album=<custom album icon.png/dds>" "out=<OutputPath>.nxtheme" this will build a theme for the home menu, instead of home you can use: lock for lockscreen, apps for the all apps screen, set for the settings applet, user for the user page applet and news for the news applet. Only the image and out file args are needed.

Useful resources

You can make your own custom layouts using Switch Layout Editor
To learn how to convert your layouts to json or make your own patch templates read Templates.md

About

Create custom themes for qlaunch !

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 72.3%
  • C++ 21.3%
  • C# 5.4%
  • HTML 0.3%
  • Makefile 0.3%
  • Objective-C 0.1%
  • Other 0.3%