├── vendor ├── Romstar │ └── info.txt ├── Zaccaria │ ├── info.txt │ └── Konami licence logo - ZZZ.png ├── commodore │ ├── commodore logos.PNG │ └── c64_new_udb.svg ├── readme.txt ├── snk.svg ├── seevend.svg ├── midway.svg ├── taito_full.svg ├── taito.svg ├── konami.svg ├── namco.svg ├── namco_lr.svg ├── irem.svg ├── namco_white.svg ├── Capcom.svg ├── atari_red.svg ├── sega.svg ├── konami_old.svg ├── konami_reverse.svg └── Jaleco_logo.svg ├── requested └── info.txt ├── Emulation Station └── themes │ ├── gba │ └── gba.png │ ├── fba │ ├── FBA_new.PNG │ ├── system_std_carbon_optim.svg │ └── lr-fba.svg │ ├── psx │ ├── psx logos.PNG │ ├── system_new_square.svg │ └── system_new_square_black background.svg │ ├── segacd │ ├── megacd.PNG │ ├── megacd_white.PNG │ ├── sega_megacd.svg │ └── system.svg │ ├── vic20 │ └── vic-20 logos.png │ ├── arcade │ ├── Arcade logos.PNG │ ├── arcade_nin.svg │ └── arcade_seg.svg │ ├── sega32x │ └── sega32megadrive.png │ ├── auto-allgames │ └── system.svg │ └── auto-favorites │ └── controller.svg └── README.md /vendor/Romstar/info.txt: -------------------------------------------------------------------------------- 1 | not for commercial use 2 | -------------------------------------------------------------------------------- /requested/info.txt: -------------------------------------------------------------------------------- 1 | Contains custon logos I got request to create 2 | -------------------------------------------------------------------------------- /vendor/Zaccaria/info.txt: -------------------------------------------------------------------------------- 1 | Zaccaria related logos. 2 | Not for commercial use. 3 | -------------------------------------------------------------------------------- /Emulation Station/themes/gba/gba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UDb23/rpie-custom/HEAD/Emulation Station/themes/gba/gba.png -------------------------------------------------------------------------------- /vendor/commodore/commodore logos.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UDb23/rpie-custom/HEAD/vendor/commodore/commodore logos.PNG -------------------------------------------------------------------------------- /Emulation Station/themes/fba/FBA_new.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UDb23/rpie-custom/HEAD/Emulation Station/themes/fba/FBA_new.PNG -------------------------------------------------------------------------------- /Emulation Station/themes/psx/psx logos.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UDb23/rpie-custom/HEAD/Emulation Station/themes/psx/psx logos.PNG -------------------------------------------------------------------------------- /Emulation Station/themes/segacd/megacd.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UDb23/rpie-custom/HEAD/Emulation Station/themes/segacd/megacd.PNG -------------------------------------------------------------------------------- /vendor/Zaccaria/Konami licence logo - ZZZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UDb23/rpie-custom/HEAD/vendor/Zaccaria/Konami licence logo - ZZZ.png -------------------------------------------------------------------------------- /Emulation Station/themes/vic20/vic-20 logos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UDb23/rpie-custom/HEAD/Emulation Station/themes/vic20/vic-20 logos.png -------------------------------------------------------------------------------- /Emulation Station/themes/arcade/Arcade logos.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UDb23/rpie-custom/HEAD/Emulation Station/themes/arcade/Arcade logos.PNG -------------------------------------------------------------------------------- /Emulation Station/themes/segacd/megacd_white.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UDb23/rpie-custom/HEAD/Emulation Station/themes/segacd/megacd_white.PNG -------------------------------------------------------------------------------- /Emulation Station/themes/sega32x/sega32megadrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UDb23/rpie-custom/HEAD/Emulation Station/themes/sega32x/sega32megadrive.png -------------------------------------------------------------------------------- /vendor/readme.txt: -------------------------------------------------------------------------------- 1 | Original logos, artwork, graphics and trademarks are property of their respective owners. 2 | 3 | All these vector graphics are NOT for commercial use. 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # rpie-custom 2 | Logos and artwork to customize Retropie 3 | 4 | Original logos, artwork, graphics and trademarks are property of their respective owners. 5 | 6 | # All these vector graphics are NOT for commercial use. 7 | -------------------------------------------------------------------------------- /Emulation Station/themes/fba/system_std_carbon_optim.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml -------------------------------------------------------------------------------- /vendor/snk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 45 | 46 | 48 | image/svg+xml 49 | 51 | 52 | 53 | 54 | 55 | 60 | 62 | 67 | 72 | 77 | 82 | 83 | 84 | 85 | -------------------------------------------------------------------------------- /vendor/seevend.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 29 | 31 | 55 | 58 | 67 | 76 | 85 | 94 | 95 | 96 | -------------------------------------------------------------------------------- /vendor/midway.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml -------------------------------------------------------------------------------- /vendor/taito_full.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml -------------------------------------------------------------------------------- /vendor/taito.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml -------------------------------------------------------------------------------- /vendor/konami.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml -------------------------------------------------------------------------------- /vendor/namco.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml -------------------------------------------------------------------------------- /vendor/namco_lr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml -------------------------------------------------------------------------------- /vendor/irem.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml -------------------------------------------------------------------------------- /vendor/namco_white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml -------------------------------------------------------------------------------- /vendor/Capcom.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml -------------------------------------------------------------------------------- /vendor/atari_red.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xmlUDb23 -------------------------------------------------------------------------------- /Emulation Station/themes/fba/lr-fba.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml -------------------------------------------------------------------------------- /vendor/sega.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml -------------------------------------------------------------------------------- /Emulation Station/themes/arcade/arcade_nin.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xmlAugust 2016 -------------------------------------------------------------------------------- /Emulation Station/themes/segacd/sega_megacd.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml -------------------------------------------------------------------------------- /vendor/konami_old.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml -------------------------------------------------------------------------------- /vendor/commodore/c64_new_udb.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 45 | 46 | 48 | image/svg+xml 49 | 51 | 52 | 53 | 54 | 55 | 60 | 62 | 66 | 71 | 76 | 81 | 86 | 91 | 96 | 101 | 102 | 103 | 104 | 105 | -------------------------------------------------------------------------------- /vendor/konami_reverse.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml -------------------------------------------------------------------------------- /Emulation Station/themes/arcade/arcade_seg.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xmlAugust 2016 -------------------------------------------------------------------------------- /Emulation Station/themes/auto-allgames/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml -------------------------------------------------------------------------------- /vendor/Jaleco_logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml -------------------------------------------------------------------------------- /Emulation Station/themes/psx/system_new_square.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml -------------------------------------------------------------------------------- /Emulation Station/themes/segacd/system.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml -------------------------------------------------------------------------------- /Emulation Station/themes/auto-favorites/controller.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 20 | 22 | 25 | 29 | 33 | 37 | 41 | 45 | 46 | 56 | 59 | 63 | 67 | 71 | 75 | 79 | 80 | 90 | 91 | 119 | 121 | 122 | 124 | image/svg+xml 125 | 127 | 128 | 129 | 130 | 131 | 136 | 140 | 143 | 148 | 153 | 158 | 163 | 168 | 169 | 170 | 171 | -------------------------------------------------------------------------------- /Emulation Station/themes/psx/system_new_square_black background.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml --------------------------------------------------------------------------------