From 20221d6b0d6fa3cf9d21d0d5a2c10b3c335038a1 Mon Sep 17 00:00:00 2001 From: friedkeenan Date: Sun, 9 Sep 2018 17:35:03 -0500 Subject: [PATCH] Added theming info --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df706f2..c7ab61b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ +#### Theming +See the [example](https://github.com/friedkeenan/nx-hbmenu/releases/download/2.0.1/hbtheme.cfg) 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](http://switchbrew.org/index.php?title=Homebrew_Applications) for SD layout and applications, etc. See [Switchbrew](http://switchbrew.org/index.php?title=Homebrew_Menu) for hbmenu docs. #### Download -The latest release is available from the [releases](https://github.com/switchbrew/nx-hbmenu/releases/latest) page. +The latest release is available from the [releases](https://github.com/friedkeenan/nx-hbmenu/releases/latest) page. #### Building Build with ```make nx``` or just run ```make```.