RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Good themes for vertical arcade cabinet

    Scheduled Pinned Locked Moved General Discussion and Gaming
    themesvertical gamesvertical themeemulationstaton
    4 Posts 3 Posters 1.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      rasp_renegade
      last edited by

      Hi everyone. Does anyone know much about the options for themes? I tried all the ones I have available in the gallery and only VERTICAL_LIMIT_VERTICALTHEME is close to decent. It offers tiny previews for image and video at the bottom and Id like larger previews.

      Specs
      raspberry pi3
      Image from here ->https://retropie.org.uk/download/
      RP v4.8
      ES v2.10.2RP

      WeirdHW 1 Reply Last reply Reply Quote 0
      • WeirdHW
        WeirdH @rasp_renegade
        last edited by WeirdH

        Found this and this with my impressive google-fu, so YMMV.

        R 1 Reply Last reply Reply Quote 0
        • R
          rasp_renegade @WeirdH
          last edited by

          @WeirdH

          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?

          S 1 Reply Last reply Reply Quote 0
          • S
            sleve_mcdichael @rasp_renegade
            last edited by

            @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.)

            1 Reply Last reply Reply Quote 2
            • First post
              Last post

            Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

            Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.