├── #playing ├── _inc │ └── system.svg └── theme.xml ├── .gitignore ├── 3do ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── 3ds ├── _inc │ └── system.svg └── theme.xml ├── README.md ├── _inc ├── fonts │ ├── Cabin-Bold.ttf │ └── ChangaOne-Italic.ttf ├── images │ ├── art-book-splashscreen.png │ ├── help-favorite-arcade.svg │ ├── help-favorite.svg │ ├── help-launch-arcade.svg │ ├── help-launch.svg │ ├── help-random-arcade.svg │ ├── help-random.svg │ └── space.png ├── templates │ ├── landscape.xml │ └── portrait.xml ├── uxs │ ├── art-book-no-video.xml │ └── art-book-video.xml └── videos │ └── static.mp4 ├── ags ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── amiga ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── amstradcpc ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── apple2 ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── arcade ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── astrocade ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── atari ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── atari2600 ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── atari5200 ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── atari7800 ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── atari800 ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── atarijaguar ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── atarilynx ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── atarist ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── atomiswave ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── auto-allgames ├── _inc │ └── system.svg └── theme.xml ├── auto-favorites ├── _inc │ └── system.svg └── theme.xml ├── auto-lastplayed ├── _inc │ └── system.svg └── theme.xml ├── auto-random ├── _inc │ └── system.svg └── theme.xml ├── batman ├── _inc │ └── system.svg └── theme.xml ├── bbcmicro ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── btmups ├── _inc │ └── system.svg └── theme.xml ├── c64 ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── capcom ├── _inc │ └── system.svg └── theme.xml ├── castlevania ├── _inc │ └── system.svg └── theme.xml ├── cdimono1 ├── _inc │ └── system.svg └── theme.xml ├── channelf ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── coco ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── colecovision ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── cps1 ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── cps2 ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── cps3 ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── custom-collections ├── _inc │ └── system.svg └── theme.xml ├── daphne ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── dataeast ├── _inc │ └── system.svg └── theme.xml ├── disney ├── _inc │ └── system.svg └── theme.xml ├── dnd ├── _inc │ └── system.svg └── theme.xml ├── donkeykong ├── _inc │ └── system.svg └── theme.xml ├── doubledragon ├── _inc │ └── system.svg └── theme.xml ├── dragon32 ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── dreamcast ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── enix ├── _inc │ └── system.svg └── theme.xml ├── famicom ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── fba ├── _inc │ ├── controller.svg │ └── system.svg └── theme.xml ├── fds ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── fighting ├── _inc │ └── system.svg └── theme.xml ├── finalfantasy ├── _inc │ └── system.svg └── theme.xml ├── frogger ├── _inc │ └── system.svg └── theme.xml ├── gameandwatch ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── gamecom ├── _inc │ └── system.svg └── theme.xml ├── gamegear ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── gb ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── gba ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── gbc ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── gc ├── _inc │ └── system.svg └── theme.xml ├── gems ├── _inc │ └── system.svg └── theme.xml ├── genesis ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── hudson ├── _inc │ └── system.svg └── theme.xml ├── intellivision ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── irem ├── _inc │ └── system.svg └── theme.xml ├── kirby ├── _inc │ └── system.svg └── theme.xml ├── kodi ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── konami ├── _inc │ └── system.svg └── theme.xml ├── lightgun ├── _inc │ └── system.svg └── theme.xml ├── love ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── macintosh ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── mame ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── mario ├── _inc │ └── system.svg └── theme.xml ├── marvel ├── _inc │ └── system.svg └── theme.xml ├── mastersystem ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── megacd ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── megadrive-japan ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── megadrive ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── megaman ├── _inc │ └── system.svg └── theme.xml ├── metalslug ├── _inc │ └── system.svg └── theme.xml ├── metroid ├── _inc │ └── system.svg └── theme.xml ├── midway ├── _inc │ └── system.svg └── theme.xml ├── mortalkombat ├── _inc │ └── system.svg └── theme.xml ├── msu1 ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── msx ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── n64 ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── namco ├── _inc │ └── system.svg └── theme.xml ├── nds ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── neogeo ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── neogeocd ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── nes ├── _inc │ ├── art.png │ ├── art.svg │ └── system.svg └── theme.xml ├── ngp ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── ngpc ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── nintendo ├── _inc │ └── system.svg └── theme.xml ├── odyssey2 ├── _inc │ ├── art.svg │ ├── system.svg │ └── system2.svg └── theme.xml ├── openbor ├── _inc │ └── system.svg └── theme.xml ├── oric ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── pacman ├── _inc │ └── system.svg └── theme.xml ├── pc-98 ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── pc ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── pce-cd ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── pcengine ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── pcfx ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── phantasystar ├── _inc │ └── system.svg └── theme.xml ├── pinball ├── _inc │ └── system.svg └── theme.xml ├── platformer ├── _inc │ └── system.svg └── theme.xml ├── pokemon ├── _inc │ └── system.svg └── theme.xml ├── ports ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── ps2 ├── _inc │ └── system.svg └── theme.xml ├── ps3 ├── _inc │ └── system.svg └── theme.xml ├── psp ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── pspminis ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── psx ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── puzzle ├── _inc │ └── system.svg └── theme.xml ├── racing ├── _inc │ └── system.svg └── theme.xml ├── residualvm ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── retropie ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── rpg ├── _inc │ └── system.svg └── theme.xml ├── samcoupe ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── saturn ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── scummvm ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── sega ├── _inc │ └── system.svg └── theme.xml ├── sega32x ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── segacd ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── sfc ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── sg-1000 ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── shmups ├── _inc │ └── system.svg └── theme.xml ├── singe ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── snes ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── snk ├── _inc │ └── system.svg └── theme.xml ├── solarus ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── sonic ├── _inc │ └── system.svg └── theme.xml ├── sports ├── _inc │ └── system.svg └── theme.xml ├── squaresoft ├── _inc │ └── system.svg └── theme.xml ├── starwars ├── _inc │ └── system.svg └── theme.xml ├── steam ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── stratagus ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── strategy ├── _inc │ └── system.svg └── theme.xml ├── streetfighter ├── _inc │ └── system.svg └── theme.xml ├── sunsoft ├── _inc │ └── system.svg └── theme.xml ├── supergrafx ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── taito ├── _inc │ └── system.svg └── theme.xml ├── tg-cd ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── tg-td ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── tg16 ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── theme.xml ├── ti99 ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── trackball ├── _inc │ └── system.svg └── theme.xml ├── trs-80 ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── vectrex ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── videopac ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── virtualboy ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── wii ├── _inc │ └── system.svg └── theme.xml ├── wiiu ├── _inc │ └── system.svg └── theme.xml ├── williams ├── _inc │ └── system.svg └── theme.xml ├── wonderboy ├── _inc │ └── system.svg └── theme.xml ├── wonderswan ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── wonderswancolor ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── wrestling ├── _inc │ └── system.svg └── theme.xml ├── x1 ├── _inc │ ├── system-alt.svg │ └── system.svg └── theme.xml ├── x68000 ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── zelda ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml ├── zmachine ├── _inc │ ├── art.svg │ └── system.svg └── theme.xml └── zxspectrum ├── _inc ├── art.svg └── system.svg └── theme.xml /#playing/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # OS generated files # 2 | ###################### 3 | .DS_Store 4 | .DS_Store? 5 | ._* 6 | .Spotlight-V100 7 | .Trashes 8 | Icon? 9 | ehthumbs.db 10 | Thumbs.db 11 | -------------------------------------------------------------------------------- /3do/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /3ds/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Art Book, an EmulationStation theme 2 | A simple theme for Emulation Station and RetroPie based on the look of a coffee table book. 3 | Discussion is ongoing in this thread: https://retropie.org.uk/forum/topic/11728/new-theme-art-book 4 | 5 | ## Preview 6 | 7 | ### Video Walkthrough 8 | https://www.youtube.com/watch?v=k_fKUiH_j-8 9 | 10 | ### Screenshots 11 | 12 | *Detailed View* 13 | ![Detailed View](http://i.imgur.com/BVkhz56.png) 14 | 15 | *Video View* 16 | ![Video View](http://i.imgur.com/7QDFPud.png) 17 | 18 | *Basic View* 19 | ![Basic View](http://i.imgur.com/YH4oAci.png) 20 | 21 | *System View* 22 | ![System View](http://i.imgur.com/VsXBB6E.png) 23 | 24 | ## Details 25 | 26 | - Full list of supported systems: https://docs.google.com/spreadsheets/d/1gzaP0klzaBaE5_oB1_hQwr46qOmQnacSvSU3o-p5Q7U/edit#gid=0 27 | - Has many custom themes as well - mario (Super Mario Bros), zelda (Legend of Zelda), megaman, etc... (see "custom themes" tab in the google doc above for the full list) 28 | - System, basic, detailed and video views are supported 29 | - Support for new "All Games", "Favorites", "Last Played" and "Custom Collections" features in latest version of EmulationStation 30 | - Displays rating, description, # of players, genre, publish date & last played metadata on detailed and video views 31 | - 16x9 resolutions only (tested at 1280x720 and 1920x1080) 32 | - Layout designed to support hardware accelerated OMX player on video views 33 | 34 | ## Acknowledgments 35 | 36 | - System logos modified from the Carbom theme by Eric Hettervik 37 | - Controller artwork created by Eric Hettervik from the Carbon theme (see: https://github.com/RetroPie/es-theme-carbon) 38 | - ChangaOne font by Eduardo Tunni 39 | - Static.mp4 default video from OldRoom theme by Nismo (see: https://retropie.org.uk/forum/topic/8019/oldroom-theme-w-i-p-new-1-9-beta-media-packs) 40 | 41 | ## Scraping 42 | using selph's scraper: https://github.com/sselph/scraper 43 | 44 | ### Arcade 45 | - Run the following commands in an arcade system's folder (i.e. /roms/mame-libretro, /roms/fba): 46 | - First Scrape Flyers (from theGamesDB): /opt/retropie/supplementary/scraper/scraper -mame=true -mame_src=gdb,adb,ss -mame_img=fly,b,t,s -max_height=540 -max_width=394 -image_dir=media -image_path=media 47 | - Then if you want Videos and Marquees (from ScreenScraper) run this: /opt/retropie/supplementary/scraper/scraper -mame=true -mame_src=ss,gdb,adb -download_videos=true -download_marquees=true -image_dir=media -image_path=media -video_dir=media -video_path=media -marquee_dir=media -marquee_path=media 48 | 49 | ### Console 50 | 51 | - Run this command in a system's folder (i.e. /roms/nes): /opt/retropie/supplementary/scraper/scraper -console_src=ss -max_height=540 -max_width=505 -download_videos=true -download_marquees=true -image_dir=media -image_path=media -video_dir=media -video_path=media -marquee_dir=media -marquee_path=media -use_nointro_name=false 52 | - Other Notes: 53 | - If you only want images (no video/marquee) then you can modfiy the command to this: /opt/retropie/supplementary/scraper/scraper -console_src=ss -max_height=540 -max_width=505 image_dir=media -image_path=media -use_nointro_name=false 54 | - If you want higher quality art, add -img_format=png to the end of the command (that will download pngs instead of jpgs but will also result in larger filesizes - which may add lag if you are on a pi0) 55 | 56 | ### Game & Watch 57 | 58 | - Run this command in the /roms/gameandwatch folder: /opt/retropie/supplementary/scraper/scraper -console_src=ss -console_img=clabel,b,s -img_format=png -max_height=540 -max_width=505 -image_dir=media -image_path=media 59 | -------------------------------------------------------------------------------- /_inc/fonts/Cabin-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-art-book/a4b4321eecd3a14853d53a3f51702a80dc21743c/_inc/fonts/Cabin-Bold.ttf -------------------------------------------------------------------------------- /_inc/fonts/ChangaOne-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-art-book/a4b4321eecd3a14853d53a3f51702a80dc21743c/_inc/fonts/ChangaOne-Italic.ttf -------------------------------------------------------------------------------- /_inc/images/art-book-splashscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-art-book/a4b4321eecd3a14853d53a3f51702a80dc21743c/_inc/images/art-book-splashscreen.png -------------------------------------------------------------------------------- /_inc/images/help-favorite-arcade.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /_inc/images/help-favorite.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_inc/images/help-launch-arcade.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /_inc/images/help-launch.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_inc/images/help-random-arcade.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /_inc/images/help-random.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_inc/images/space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-art-book/a4b4321eecd3a14853d53a3f51702a80dc21743c/_inc/images/space.png -------------------------------------------------------------------------------- /_inc/templates/landscape.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | 4 | 5 | 0.29555 0 6 | 0.1859375 0.1277777777777778 7 | 0.3859375 0.547222222222222 8 | 9 | 10 | 0.490625 0.1388888888888889 11 | 12 | 13 | 0.490625 0.1944444444444444 14 | 15 | 16 | 0.575 0.1944444444444444 17 | 0.1171875 0.0222222222222222 18 | 19 | 20 | 0.490625 0.2222222222222222 21 | 22 | 23 | 0.575 0.2222222222222222 24 | 0.1171875 0.0222222222222222 25 | 26 | 27 | 0.490625 0.25 28 | 29 | 30 | 0.575 0.25 31 | 32 | 33 | 0.490625 0.2777777777777778 34 | 35 | 36 | 0.575 0.2777777777777778 37 | 0.1171875 0.0222222222222222 38 | 39 | 40 | 0.490625 0.472222222222222 41 | 42 | 43 | 0.575 0.472222222222222 44 | 45 | 46 | 47 | 48 | 0.3859375 0.0027777777777778 49 | 50 | 51 | 0.3859375 0.1180555555555556 52 | 53 | 54 | -------------------------------------------------------------------------------- /_inc/templates/portrait.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | 4 | 5 | 0 0 6 | 0.071875 0.1277777777777778 7 | 0.3078125 0.75 8 | 9 | 10 | 0.4125 0.736111111111111 11 | 0.25 0.0027777777777778 12 | 13 | 14 | 0.4125 0.755555555555556 15 | 0.25 0.1180555555555556 16 | 17 | 18 | 19 | 20 | 1 1 21 | 22 | 23 | 0.4125 0.338888888888889 24 | 0.25 0.0875 25 | 26 | 27 | -------------------------------------------------------------------------------- /_inc/videos/static.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-art-book/a4b4321eecd3a14853d53a3f51702a80dc21743c/_inc/videos/static.mp4 -------------------------------------------------------------------------------- /ags/_inc/art.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ags/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /amiga/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /amstradcpc/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /apple2/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /arcade/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /astrocade/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /atari/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /atari/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /atari2600/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /atari5200/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /atari7800/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /atari800/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /atarijaguar/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /atarilynx/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /atarilynx/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /atarist/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /atomiswave/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /atomiswave/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /auto-allgames/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /auto-favorites/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /auto-lastplayed/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /auto-random/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /auto-random/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /batman/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /bbcmicro/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /btmups/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /c64/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /capcom/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /castlevania/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /cdimono1/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /cdimono1/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /channelf/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /channelf/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /coco/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /coco/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /colecovision/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /colecovision/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /cps1/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /cps2/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /cps3/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /custom-collections/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /daphne/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /dataeast/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /disney/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /dnd/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /donkeykong/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /doubledragon/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /dragon32/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /dreamcast/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /enix/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /enix/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /famicom/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /famicom/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/landscape.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /fba/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /fba/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /fds/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /fighting/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /finalfantasy/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /frogger/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /gameandwatch/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /gamecom/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /gamegear/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /gb/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /gb/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /gba/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /gbc/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /gc/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /gems/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /genesis/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /hudson/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /hudson/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /intellivision/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /irem/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /irem/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /kirby/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /kodi/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /konami/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /lightgun/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /love/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /macintosh/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /mame/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /mame/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /mario/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /marvel/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /marvel/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /mastersystem/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /megacd/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /megadrive-japan/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /megadrive/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /megaman/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /metalslug/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /metroid/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /midway/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /midway/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /mortalkombat/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /msu1/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /msx/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /msx/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /n64/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/landscape.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /namco/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /namco/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /nds/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /neogeo/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /neogeocd/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /nes/_inc/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-art-book/a4b4321eecd3a14853d53a3f51702a80dc21743c/nes/_inc/art.png -------------------------------------------------------------------------------- /nes/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /ngp/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /ngpc/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /nintendo/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /odyssey2/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /openbor/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /oric/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /oric/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /pacman/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /pc-98/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /pc/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /pc/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /pce-cd/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /pcengine/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /pcfx/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /phantasystar/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /pinball/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /platformer/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /pokemon/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /ports/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /ps2/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /ps3/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /psp/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /pspminis/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /pspminis/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /psx/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /puzzle/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /puzzle/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /racing/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /residualvm/_inc/art.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /residualvm/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /retropie/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | 11 | 12 | 0.5 0.5 13 | 0.225 0.5027777777777778 14 | 15 | 16 | 1 1 17 | 18 | 19 | 1 1 20 | 21 | 22 | 1 1 23 | 24 | 25 | 0.4125 0.5333333333333333 26 | 27 | 28 | -------------------------------------------------------------------------------- /rpg/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /samcoupe/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /samcoupe/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /saturn/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /scummvm/_inc/art.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /scummvm/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /sega/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /sega/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /sega32x/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /segacd/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /segacd/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /sfc/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /sg-1000/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /sg-1000/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /shmups/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /singe/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /snes/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/landscape.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /snk/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /snk/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /solarus/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /sonic/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /sports/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /squaresoft/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /squaresoft/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /starwars/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /steam/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /stratagus/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /strategy/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /streetfighter/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /sunsoft/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /sunsoft/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /supergrafx/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /supergrafx/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /taito/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /taito/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /tg-cd/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /tg-td/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /tg-td/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /tg16/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /ti99/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /trackball/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /trs-80/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /vectrex/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /vectrex/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /videopac/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /virtualboy/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /virtualboy/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /wii/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /wii/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /wiiu/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /williams/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /wonderboy/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /wonderswan/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /wonderswancolor/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /wrestling/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /x1/_inc/system-alt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /x1/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /x1/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /x68000/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | -------------------------------------------------------------------------------- /zelda/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /zmachine/_inc/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /zmachine/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | ./_inc/system.svg 7 | 8 | 9 | -------------------------------------------------------------------------------- /zxspectrum/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | ./../_inc/templates/portrait.xml 5 | 6 | 7 | ./_inc/system.svg 8 | 9 | 10 | --------------------------------------------------------------------------------