The theme is done, and should show up soon in ESThemes. By default, if you install the theme from ESThemes, it'll use the Indigo/Purple color scheme. You can change this by editing /etc/emulationstation/themes/freeplay/color.xml
Since it has the 12 different-colored versions, I actually have a script at https://github.com/rxbrad/rxbrad_themeutils that you can use to install all 12. The lines below install the tool used to install all 12 colors. Note that you don't even need to install the theme from es-themes to use this tool. ES-themes installs a "freeplay" theme. This tool installs themes called "freeplay-red", "freeplay-blue", etc...
Then you can install the theme with the FreeplayTech logo using:
If you ever need to update the theme after that, here's the code to do it (ESThemes won't see the different color variants):
Code:
sudo nano /etc/emulationstation/themes/freeplay/color.xml
Since it has the 12 different-colored versions, I actually have a script at https://github.com/rxbrad/rxbrad_themeutils that you can use to install all 12. The lines below install the tool used to install all 12 colors. Note that you don't even need to install the theme from es-themes to use this tool. ES-themes installs a "freeplay" theme. This tool installs themes called "freeplay-red", "freeplay-blue", etc...
Code:
cd ~;git clone https://github.com/rxbrad/rxbrad_themeutils.git
Then you can install the theme with the FreeplayTech logo using:
Code:
cd ~/rxbrad_themeutils;./freeplay_logoinstall.sh
If you ever need to update the theme after that, here's the code to do it (ESThemes won't see the different color variants):
Code:
cd ~/rxbrad_themeutils;./freeplay_logoupdate.sh