@rasp_renegade said in Good themes for vertical arcade cabinet:
I think I saw these but there is nothing to download just a bunch of links with flat files . ??? How do I download them and how would I add to ES?
@rasp_renegade looks like these aren't in the theme installer, so you'll have to clone them manually off the GitHub. Plug in a keyboard and press F4 to exit EmulationStation, or remote in from your favorite SSH client (I use the Termius app on my phone, or just type ssh pi@retropie.local in the search bar on my Win10 PC to use its built-in client. Connect as user "pi" to server "retropie.local", and the password is "raspberry" if you haven't changed it yet. You'll be presented with a security certificate the first time you connect to/from a particular pair, go ahead and accept this so you may continue.)
Either way, you should now be at a command prompt now that looks like:
pi@retropie:~ $
Use the following commands to create and navigate to the themes directory and clone the GitHub repository there, using the first one as an example:
mkdir -p ~/.emulationstation/themes
cd ~/.emulationstation/themes
git clone --depth=1 https://github.com/losernator/es-theme-ssimple-ve ssimple-ve
Adding the second "ssimple-ve" at the end clones it into that directory instead of one called after the repo with "es-theme-" in front. You can call it something else, if you want. Whatever you write after the repo URL will be the directory it's cloned into and that will be the name that's used in EmulationStation.
After it downloads, just type exit to either leave the terminal and return to ES, or to terminate the SSH session (or you can just close the app/window). You should now be able to select the theme ssimple-ve in ES's options menu (I can't remember, you might need to restart it first, if you were remoted in.)