├── ## LAYOUT GUIDE ##.png ├── ## RESOLUTION AND LAYOUTS GUIDE ##.txt ├── .gitattributes ├── .gitignore ├── arcade ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── art ├── NESCyrillic_gamelist.ttf ├── TinyUnicode.ttf ├── carousel_bar.png ├── carousel_bar_detail.png ├── carousel_bar_edge.png ├── gamelist_help.png └── system_help.png ├── atari2600 ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── atari5200 ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── atari7800 ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── atarilynx ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png └── theme.xml ├── auto-allgames ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── auto-favorites ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── auto-lastplayed ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── c64 ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── colecovision ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── daphne ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png └── theme.xml ├── dreamcast ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── famicom-mini.xml ├── famicom ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── fba ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── fds ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── gamegear ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── gb ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── gba ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── gbc ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── genesis ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── intellivision ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── layout.xml ├── layouts ├── 1024x768.xml ├── 1280x720.xml ├── 1280x960.xml ├── 1366x768.xml ├── 1440x1080.xml ├── 1920x1080.xml ├── 320x240.xml ├── 4x3setup.xml ├── 640x480.xml ├── 800x600.xml ├── a.xml ├── b.xml ├── boxart_pos_1.xml ├── boxart_pos_2.xml ├── boxart_pos_3.xml ├── boxart_pos_4.xml ├── boxart_pos_5.xml ├── boxart_pos_6.xml ├── c.xml ├── d.xml ├── description_pos_1.xml ├── description_pos_2.xml ├── description_pos_3.xml ├── description_pos_4.xml ├── description_pos_5.xml ├── description_pos_6.xml ├── developer_pos_1.xml ├── developer_pos_2.xml ├── developer_pos_3.xml ├── developer_pos_4.xml ├── developer_pos_5.xml ├── developer_pos_6.xml ├── developer_pos_7.xml ├── developer_pos_8.xml ├── e.xml ├── f.xml ├── g.xml ├── genre_pos_1.xml ├── genre_pos_2.xml ├── genre_pos_3.xml ├── genre_pos_4.xml ├── genre_pos_5.xml ├── genre_pos_6.xml ├── genre_pos_7.xml ├── genre_pos_8.xml ├── h.xml ├── i.xml ├── j.xml ├── k.xml ├── l.xml ├── m.xml ├── missing.png ├── n.xml ├── ntsc-setup.xml ├── ntsc.xml ├── o.xml ├── p.xml ├── published_pos_1.xml ├── published_pos_2.xml ├── published_pos_3.xml ├── published_pos_4.xml ├── published_pos_5.xml ├── published_pos_6.xml ├── published_pos_7.xml ├── published_pos_8.xml ├── q.xml ├── r.xml ├── rating_pos###.xml ├── rating_pos_1.xml ├── rating_pos_2.xml ├── rating_pos_3.xml ├── rating_pos_4.xml ├── rating_pos_5.xml ├── rating_pos_6.xml ├── rating_pos_7.xml ├── rating_pos_8.xml ├── s.xml ├── setup.xml ├── t.xml ├── u.xml ├── v.xml ├── w.xml └── x.xml ├── mame ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── mastersystem ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── megadrive ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── n64 ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── nds ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── neogeo ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── nes ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── ngp ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── ngpc ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── odyssey2 ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── pcengine ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── ports ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png └── theme.xml ├── psp ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png └── theme.xml ├── psx ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── readme.txt ├── retropie ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── sega32x ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── segacd ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png ├── theme - Copy (2).xml ├── theme - Copy.xml └── theme.xml ├── sfc ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── sg-1000 ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png └── theme.xml ├── snes ├── carousel_logo.png ├── carousel_logo_US.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── sounds ├── se_sys_click_game.wav └── se_sys_cursor.wav ├── style ├── famicom │ ├── carousel_bar.png │ ├── heart_empty.png │ ├── heart_filled.png │ ├── info_bar.png │ ├── menu_background.png │ ├── player_box.png │ ├── rating_bar.png │ ├── selector.png │ ├── style.xml │ ├── system_background.png │ ├── window_body.png │ ├── window_border.png │ └── window_box.png ├── neogeo │ ├── carousel_bar.png │ ├── heart_empty.png │ ├── heart_filled.png │ ├── info_bar.png │ ├── menu_background.png │ ├── metal-overlay.png │ ├── player_box.png │ ├── rating_bar.png │ ├── selector.png │ ├── style.xml │ ├── system_background.png │ ├── window_body.png │ ├── window_border.png │ └── window_box.png └── nes │ ├── carousel_bar.png │ ├── heart_empty.png │ ├── heart_filled.png │ ├── info_bar.png │ ├── menu_background.png │ ├── player_box.png │ ├── rating_bar.png │ ├── selector.png │ ├── style.xml │ ├── system_background.png │ ├── window_body.png │ ├── window_border.png │ └── window_box.png ├── tg16 ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── vectrex ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── virtualboy ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png └── theme.xml ├── wonderswan ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml ├── wonderswancolor ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml └── zxspectrum ├── carousel_logo.png ├── developer.png ├── header-mask.png ├── header.png ├── logo.png └── theme.xml /## LAYOUT GUIDE ##.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/## LAYOUT GUIDE ##.png -------------------------------------------------------------------------------- /## RESOLUTION AND LAYOUTS GUIDE ##.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/## RESOLUTION AND LAYOUTS GUIDE ##.txt -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/.gitignore -------------------------------------------------------------------------------- /arcade/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/arcade/carousel_logo.png -------------------------------------------------------------------------------- /arcade/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/arcade/developer.png -------------------------------------------------------------------------------- /arcade/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/arcade/header-mask.png -------------------------------------------------------------------------------- /arcade/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/arcade/header.png -------------------------------------------------------------------------------- /arcade/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/arcade/logo.png -------------------------------------------------------------------------------- /arcade/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/arcade/theme.xml -------------------------------------------------------------------------------- /art/NESCyrillic_gamelist.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/art/NESCyrillic_gamelist.ttf -------------------------------------------------------------------------------- /art/TinyUnicode.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/art/TinyUnicode.ttf -------------------------------------------------------------------------------- /art/carousel_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/art/carousel_bar.png -------------------------------------------------------------------------------- /art/carousel_bar_detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/art/carousel_bar_detail.png -------------------------------------------------------------------------------- /art/carousel_bar_edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/art/carousel_bar_edge.png -------------------------------------------------------------------------------- /art/gamelist_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/art/gamelist_help.png -------------------------------------------------------------------------------- /art/system_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/art/system_help.png -------------------------------------------------------------------------------- /atari2600/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atari2600/carousel_logo.png -------------------------------------------------------------------------------- /atari2600/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atari2600/developer.png -------------------------------------------------------------------------------- /atari2600/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atari2600/header-mask.png -------------------------------------------------------------------------------- /atari2600/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atari2600/header.png -------------------------------------------------------------------------------- /atari2600/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atari2600/logo.png -------------------------------------------------------------------------------- /atari2600/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atari2600/theme.xml -------------------------------------------------------------------------------- /atari5200/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atari5200/carousel_logo.png -------------------------------------------------------------------------------- /atari5200/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atari5200/developer.png -------------------------------------------------------------------------------- /atari5200/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atari5200/header-mask.png -------------------------------------------------------------------------------- /atari5200/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atari5200/header.png -------------------------------------------------------------------------------- /atari5200/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atari5200/logo.png -------------------------------------------------------------------------------- /atari5200/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atari5200/theme.xml -------------------------------------------------------------------------------- /atari7800/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atari7800/carousel_logo.png -------------------------------------------------------------------------------- /atari7800/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atari7800/developer.png -------------------------------------------------------------------------------- /atari7800/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atari7800/header-mask.png -------------------------------------------------------------------------------- /atari7800/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atari7800/header.png -------------------------------------------------------------------------------- /atari7800/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atari7800/logo.png -------------------------------------------------------------------------------- /atari7800/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atari7800/theme.xml -------------------------------------------------------------------------------- /atarilynx/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atarilynx/carousel_logo.png -------------------------------------------------------------------------------- /atarilynx/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atarilynx/developer.png -------------------------------------------------------------------------------- /atarilynx/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atarilynx/header-mask.png -------------------------------------------------------------------------------- /atarilynx/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atarilynx/header.png -------------------------------------------------------------------------------- /atarilynx/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/atarilynx/theme.xml -------------------------------------------------------------------------------- /auto-allgames/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/auto-allgames/carousel_logo.png -------------------------------------------------------------------------------- /auto-allgames/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/auto-allgames/developer.png -------------------------------------------------------------------------------- /auto-allgames/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/auto-allgames/header-mask.png -------------------------------------------------------------------------------- /auto-allgames/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/auto-allgames/header.png -------------------------------------------------------------------------------- /auto-allgames/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/auto-allgames/logo.png -------------------------------------------------------------------------------- /auto-allgames/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/auto-allgames/theme.xml -------------------------------------------------------------------------------- /auto-favorites/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/auto-favorites/carousel_logo.png -------------------------------------------------------------------------------- /auto-favorites/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/auto-favorites/developer.png -------------------------------------------------------------------------------- /auto-favorites/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/auto-favorites/header-mask.png -------------------------------------------------------------------------------- /auto-favorites/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/auto-favorites/header.png -------------------------------------------------------------------------------- /auto-favorites/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/auto-favorites/logo.png -------------------------------------------------------------------------------- /auto-favorites/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/auto-favorites/theme.xml -------------------------------------------------------------------------------- /auto-lastplayed/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/auto-lastplayed/carousel_logo.png -------------------------------------------------------------------------------- /auto-lastplayed/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/auto-lastplayed/developer.png -------------------------------------------------------------------------------- /auto-lastplayed/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/auto-lastplayed/header-mask.png -------------------------------------------------------------------------------- /auto-lastplayed/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/auto-lastplayed/header.png -------------------------------------------------------------------------------- /auto-lastplayed/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/auto-lastplayed/logo.png -------------------------------------------------------------------------------- /auto-lastplayed/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/auto-lastplayed/theme.xml -------------------------------------------------------------------------------- /c64/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/c64/carousel_logo.png -------------------------------------------------------------------------------- /c64/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/c64/developer.png -------------------------------------------------------------------------------- /c64/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/c64/header-mask.png -------------------------------------------------------------------------------- /c64/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/c64/header.png -------------------------------------------------------------------------------- /c64/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/c64/logo.png -------------------------------------------------------------------------------- /c64/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/c64/theme.xml -------------------------------------------------------------------------------- /colecovision/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/colecovision/carousel_logo.png -------------------------------------------------------------------------------- /colecovision/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/colecovision/developer.png -------------------------------------------------------------------------------- /colecovision/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/colecovision/header-mask.png -------------------------------------------------------------------------------- /colecovision/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/colecovision/header.png -------------------------------------------------------------------------------- /colecovision/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/colecovision/logo.png -------------------------------------------------------------------------------- /colecovision/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/colecovision/theme.xml -------------------------------------------------------------------------------- /daphne/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/daphne/carousel_logo.png -------------------------------------------------------------------------------- /daphne/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/daphne/developer.png -------------------------------------------------------------------------------- /daphne/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/daphne/header-mask.png -------------------------------------------------------------------------------- /daphne/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/daphne/header.png -------------------------------------------------------------------------------- /daphne/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/daphne/theme.xml -------------------------------------------------------------------------------- /dreamcast/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/dreamcast/carousel_logo.png -------------------------------------------------------------------------------- /dreamcast/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/dreamcast/developer.png -------------------------------------------------------------------------------- /dreamcast/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/dreamcast/header-mask.png -------------------------------------------------------------------------------- /dreamcast/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/dreamcast/header.png -------------------------------------------------------------------------------- /dreamcast/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/dreamcast/logo.png -------------------------------------------------------------------------------- /dreamcast/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/dreamcast/theme.xml -------------------------------------------------------------------------------- /famicom-mini.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/famicom-mini.xml -------------------------------------------------------------------------------- /famicom/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/famicom/carousel_logo.png -------------------------------------------------------------------------------- /famicom/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/famicom/developer.png -------------------------------------------------------------------------------- /famicom/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/famicom/header-mask.png -------------------------------------------------------------------------------- /famicom/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/famicom/header.png -------------------------------------------------------------------------------- /famicom/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/famicom/logo.png -------------------------------------------------------------------------------- /famicom/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/famicom/theme.xml -------------------------------------------------------------------------------- /fba/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/fba/carousel_logo.png -------------------------------------------------------------------------------- /fba/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/fba/developer.png -------------------------------------------------------------------------------- /fba/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/fba/header-mask.png -------------------------------------------------------------------------------- /fba/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/fba/header.png -------------------------------------------------------------------------------- /fba/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/fba/logo.png -------------------------------------------------------------------------------- /fba/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/fba/theme.xml -------------------------------------------------------------------------------- /fds/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/fds/carousel_logo.png -------------------------------------------------------------------------------- /fds/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/fds/developer.png -------------------------------------------------------------------------------- /fds/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/fds/header-mask.png -------------------------------------------------------------------------------- /fds/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/fds/header.png -------------------------------------------------------------------------------- /fds/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/fds/logo.png -------------------------------------------------------------------------------- /fds/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/fds/theme.xml -------------------------------------------------------------------------------- /gamegear/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gamegear/carousel_logo.png -------------------------------------------------------------------------------- /gamegear/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gamegear/developer.png -------------------------------------------------------------------------------- /gamegear/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gamegear/header-mask.png -------------------------------------------------------------------------------- /gamegear/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gamegear/header.png -------------------------------------------------------------------------------- /gamegear/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gamegear/logo.png -------------------------------------------------------------------------------- /gamegear/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gamegear/theme.xml -------------------------------------------------------------------------------- /gb/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gb/carousel_logo.png -------------------------------------------------------------------------------- /gb/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gb/developer.png -------------------------------------------------------------------------------- /gb/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gb/header-mask.png -------------------------------------------------------------------------------- /gb/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gb/header.png -------------------------------------------------------------------------------- /gb/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gb/logo.png -------------------------------------------------------------------------------- /gb/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gb/theme.xml -------------------------------------------------------------------------------- /gba/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gba/carousel_logo.png -------------------------------------------------------------------------------- /gba/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gba/developer.png -------------------------------------------------------------------------------- /gba/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gba/header-mask.png -------------------------------------------------------------------------------- /gba/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gba/header.png -------------------------------------------------------------------------------- /gba/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gba/logo.png -------------------------------------------------------------------------------- /gba/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gba/theme.xml -------------------------------------------------------------------------------- /gbc/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gbc/carousel_logo.png -------------------------------------------------------------------------------- /gbc/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gbc/developer.png -------------------------------------------------------------------------------- /gbc/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gbc/header-mask.png -------------------------------------------------------------------------------- /gbc/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gbc/header.png -------------------------------------------------------------------------------- /gbc/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gbc/logo.png -------------------------------------------------------------------------------- /gbc/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/gbc/theme.xml -------------------------------------------------------------------------------- /genesis/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/genesis/carousel_logo.png -------------------------------------------------------------------------------- /genesis/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/genesis/developer.png -------------------------------------------------------------------------------- /genesis/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/genesis/header-mask.png -------------------------------------------------------------------------------- /genesis/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/genesis/header.png -------------------------------------------------------------------------------- /genesis/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/genesis/logo.png -------------------------------------------------------------------------------- /genesis/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/genesis/theme.xml -------------------------------------------------------------------------------- /intellivision/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/intellivision/carousel_logo.png -------------------------------------------------------------------------------- /intellivision/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/intellivision/developer.png -------------------------------------------------------------------------------- /intellivision/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/intellivision/header-mask.png -------------------------------------------------------------------------------- /intellivision/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/intellivision/header.png -------------------------------------------------------------------------------- /intellivision/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/intellivision/logo.png -------------------------------------------------------------------------------- /intellivision/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/intellivision/theme.xml -------------------------------------------------------------------------------- /layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layout.xml -------------------------------------------------------------------------------- /layouts/1024x768.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/1024x768.xml -------------------------------------------------------------------------------- /layouts/1280x720.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/1280x720.xml -------------------------------------------------------------------------------- /layouts/1280x960.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/1280x960.xml -------------------------------------------------------------------------------- /layouts/1366x768.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/1366x768.xml -------------------------------------------------------------------------------- /layouts/1440x1080.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/1440x1080.xml -------------------------------------------------------------------------------- /layouts/1920x1080.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/1920x1080.xml -------------------------------------------------------------------------------- /layouts/320x240.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/320x240.xml -------------------------------------------------------------------------------- /layouts/4x3setup.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/4x3setup.xml -------------------------------------------------------------------------------- /layouts/640x480.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/640x480.xml -------------------------------------------------------------------------------- /layouts/800x600.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/800x600.xml -------------------------------------------------------------------------------- /layouts/a.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/a.xml -------------------------------------------------------------------------------- /layouts/b.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/b.xml -------------------------------------------------------------------------------- /layouts/boxart_pos_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/boxart_pos_1.xml -------------------------------------------------------------------------------- /layouts/boxart_pos_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/boxart_pos_2.xml -------------------------------------------------------------------------------- /layouts/boxart_pos_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/boxart_pos_3.xml -------------------------------------------------------------------------------- /layouts/boxart_pos_4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/boxart_pos_4.xml -------------------------------------------------------------------------------- /layouts/boxart_pos_5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/boxart_pos_5.xml -------------------------------------------------------------------------------- /layouts/boxart_pos_6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/boxart_pos_6.xml -------------------------------------------------------------------------------- /layouts/c.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/c.xml -------------------------------------------------------------------------------- /layouts/d.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/d.xml -------------------------------------------------------------------------------- /layouts/description_pos_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/description_pos_1.xml -------------------------------------------------------------------------------- /layouts/description_pos_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/description_pos_2.xml -------------------------------------------------------------------------------- /layouts/description_pos_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/description_pos_3.xml -------------------------------------------------------------------------------- /layouts/description_pos_4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/description_pos_4.xml -------------------------------------------------------------------------------- /layouts/description_pos_5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/description_pos_5.xml -------------------------------------------------------------------------------- /layouts/description_pos_6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/description_pos_6.xml -------------------------------------------------------------------------------- /layouts/developer_pos_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/developer_pos_1.xml -------------------------------------------------------------------------------- /layouts/developer_pos_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/developer_pos_2.xml -------------------------------------------------------------------------------- /layouts/developer_pos_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/developer_pos_3.xml -------------------------------------------------------------------------------- /layouts/developer_pos_4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/developer_pos_4.xml -------------------------------------------------------------------------------- /layouts/developer_pos_5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/developer_pos_5.xml -------------------------------------------------------------------------------- /layouts/developer_pos_6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/developer_pos_6.xml -------------------------------------------------------------------------------- /layouts/developer_pos_7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/developer_pos_7.xml -------------------------------------------------------------------------------- /layouts/developer_pos_8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/developer_pos_8.xml -------------------------------------------------------------------------------- /layouts/e.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/e.xml -------------------------------------------------------------------------------- /layouts/f.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/f.xml -------------------------------------------------------------------------------- /layouts/g.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/g.xml -------------------------------------------------------------------------------- /layouts/genre_pos_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/genre_pos_1.xml -------------------------------------------------------------------------------- /layouts/genre_pos_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/genre_pos_2.xml -------------------------------------------------------------------------------- /layouts/genre_pos_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/genre_pos_3.xml -------------------------------------------------------------------------------- /layouts/genre_pos_4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/genre_pos_4.xml -------------------------------------------------------------------------------- /layouts/genre_pos_5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/genre_pos_5.xml -------------------------------------------------------------------------------- /layouts/genre_pos_6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/genre_pos_6.xml -------------------------------------------------------------------------------- /layouts/genre_pos_7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/genre_pos_7.xml -------------------------------------------------------------------------------- /layouts/genre_pos_8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/genre_pos_8.xml -------------------------------------------------------------------------------- /layouts/h.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/h.xml -------------------------------------------------------------------------------- /layouts/i.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/i.xml -------------------------------------------------------------------------------- /layouts/j.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/j.xml -------------------------------------------------------------------------------- /layouts/k.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/k.xml -------------------------------------------------------------------------------- /layouts/l.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/l.xml -------------------------------------------------------------------------------- /layouts/m.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/m.xml -------------------------------------------------------------------------------- /layouts/missing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/missing.png -------------------------------------------------------------------------------- /layouts/n.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/n.xml -------------------------------------------------------------------------------- /layouts/ntsc-setup.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/ntsc-setup.xml -------------------------------------------------------------------------------- /layouts/ntsc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/ntsc.xml -------------------------------------------------------------------------------- /layouts/o.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/o.xml -------------------------------------------------------------------------------- /layouts/p.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/p.xml -------------------------------------------------------------------------------- /layouts/published_pos_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/published_pos_1.xml -------------------------------------------------------------------------------- /layouts/published_pos_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/published_pos_2.xml -------------------------------------------------------------------------------- /layouts/published_pos_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/published_pos_3.xml -------------------------------------------------------------------------------- /layouts/published_pos_4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/published_pos_4.xml -------------------------------------------------------------------------------- /layouts/published_pos_5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/published_pos_5.xml -------------------------------------------------------------------------------- /layouts/published_pos_6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/published_pos_6.xml -------------------------------------------------------------------------------- /layouts/published_pos_7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/published_pos_7.xml -------------------------------------------------------------------------------- /layouts/published_pos_8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/published_pos_8.xml -------------------------------------------------------------------------------- /layouts/q.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/q.xml -------------------------------------------------------------------------------- /layouts/r.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/r.xml -------------------------------------------------------------------------------- /layouts/rating_pos###.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/rating_pos###.xml -------------------------------------------------------------------------------- /layouts/rating_pos_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/rating_pos_1.xml -------------------------------------------------------------------------------- /layouts/rating_pos_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/rating_pos_2.xml -------------------------------------------------------------------------------- /layouts/rating_pos_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/rating_pos_3.xml -------------------------------------------------------------------------------- /layouts/rating_pos_4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/rating_pos_4.xml -------------------------------------------------------------------------------- /layouts/rating_pos_5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/rating_pos_5.xml -------------------------------------------------------------------------------- /layouts/rating_pos_6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/rating_pos_6.xml -------------------------------------------------------------------------------- /layouts/rating_pos_7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/rating_pos_7.xml -------------------------------------------------------------------------------- /layouts/rating_pos_8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/rating_pos_8.xml -------------------------------------------------------------------------------- /layouts/s.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/s.xml -------------------------------------------------------------------------------- /layouts/setup.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/setup.xml -------------------------------------------------------------------------------- /layouts/t.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/t.xml -------------------------------------------------------------------------------- /layouts/u.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/u.xml -------------------------------------------------------------------------------- /layouts/v.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/v.xml -------------------------------------------------------------------------------- /layouts/w.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/w.xml -------------------------------------------------------------------------------- /layouts/x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/layouts/x.xml -------------------------------------------------------------------------------- /mame/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/mame/carousel_logo.png -------------------------------------------------------------------------------- /mame/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/mame/developer.png -------------------------------------------------------------------------------- /mame/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/mame/header-mask.png -------------------------------------------------------------------------------- /mame/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/mame/header.png -------------------------------------------------------------------------------- /mame/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/mame/logo.png -------------------------------------------------------------------------------- /mame/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/mame/theme.xml -------------------------------------------------------------------------------- /mastersystem/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/mastersystem/carousel_logo.png -------------------------------------------------------------------------------- /mastersystem/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/mastersystem/developer.png -------------------------------------------------------------------------------- /mastersystem/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/mastersystem/header-mask.png -------------------------------------------------------------------------------- /mastersystem/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/mastersystem/header.png -------------------------------------------------------------------------------- /mastersystem/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/mastersystem/logo.png -------------------------------------------------------------------------------- /mastersystem/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/mastersystem/theme.xml -------------------------------------------------------------------------------- /megadrive/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/megadrive/carousel_logo.png -------------------------------------------------------------------------------- /megadrive/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/megadrive/developer.png -------------------------------------------------------------------------------- /megadrive/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/megadrive/header-mask.png -------------------------------------------------------------------------------- /megadrive/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/megadrive/header.png -------------------------------------------------------------------------------- /megadrive/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/megadrive/logo.png -------------------------------------------------------------------------------- /megadrive/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/megadrive/theme.xml -------------------------------------------------------------------------------- /n64/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/n64/carousel_logo.png -------------------------------------------------------------------------------- /n64/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/n64/developer.png -------------------------------------------------------------------------------- /n64/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/n64/header-mask.png -------------------------------------------------------------------------------- /n64/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/n64/header.png -------------------------------------------------------------------------------- /n64/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/n64/logo.png -------------------------------------------------------------------------------- /n64/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/n64/theme.xml -------------------------------------------------------------------------------- /nds/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/nds/carousel_logo.png -------------------------------------------------------------------------------- /nds/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/nds/developer.png -------------------------------------------------------------------------------- /nds/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/nds/header-mask.png -------------------------------------------------------------------------------- /nds/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/nds/header.png -------------------------------------------------------------------------------- /nds/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/nds/logo.png -------------------------------------------------------------------------------- /nds/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/nds/theme.xml -------------------------------------------------------------------------------- /neogeo/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/neogeo/carousel_logo.png -------------------------------------------------------------------------------- /neogeo/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/neogeo/developer.png -------------------------------------------------------------------------------- /neogeo/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/neogeo/header-mask.png -------------------------------------------------------------------------------- /neogeo/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/neogeo/header.png -------------------------------------------------------------------------------- /neogeo/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/neogeo/logo.png -------------------------------------------------------------------------------- /neogeo/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/neogeo/theme.xml -------------------------------------------------------------------------------- /nes/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/nes/carousel_logo.png -------------------------------------------------------------------------------- /nes/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/nes/developer.png -------------------------------------------------------------------------------- /nes/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/nes/header-mask.png -------------------------------------------------------------------------------- /nes/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/nes/header.png -------------------------------------------------------------------------------- /nes/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/nes/logo.png -------------------------------------------------------------------------------- /nes/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/nes/theme.xml -------------------------------------------------------------------------------- /ngp/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/ngp/carousel_logo.png -------------------------------------------------------------------------------- /ngp/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/ngp/developer.png -------------------------------------------------------------------------------- /ngp/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/ngp/header-mask.png -------------------------------------------------------------------------------- /ngp/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/ngp/header.png -------------------------------------------------------------------------------- /ngp/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/ngp/logo.png -------------------------------------------------------------------------------- /ngp/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/ngp/theme.xml -------------------------------------------------------------------------------- /ngpc/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/ngpc/carousel_logo.png -------------------------------------------------------------------------------- /ngpc/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/ngpc/developer.png -------------------------------------------------------------------------------- /ngpc/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/ngpc/header-mask.png -------------------------------------------------------------------------------- /ngpc/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/ngpc/header.png -------------------------------------------------------------------------------- /ngpc/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/ngpc/logo.png -------------------------------------------------------------------------------- /ngpc/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/ngpc/theme.xml -------------------------------------------------------------------------------- /odyssey2/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/odyssey2/carousel_logo.png -------------------------------------------------------------------------------- /odyssey2/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/odyssey2/developer.png -------------------------------------------------------------------------------- /odyssey2/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/odyssey2/header-mask.png -------------------------------------------------------------------------------- /odyssey2/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/odyssey2/header.png -------------------------------------------------------------------------------- /odyssey2/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/odyssey2/logo.png -------------------------------------------------------------------------------- /odyssey2/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/odyssey2/theme.xml -------------------------------------------------------------------------------- /pcengine/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/pcengine/carousel_logo.png -------------------------------------------------------------------------------- /pcengine/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/pcengine/developer.png -------------------------------------------------------------------------------- /pcengine/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/pcengine/header-mask.png -------------------------------------------------------------------------------- /pcengine/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/pcengine/header.png -------------------------------------------------------------------------------- /pcengine/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/pcengine/logo.png -------------------------------------------------------------------------------- /pcengine/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/pcengine/theme.xml -------------------------------------------------------------------------------- /ports/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/ports/carousel_logo.png -------------------------------------------------------------------------------- /ports/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/ports/developer.png -------------------------------------------------------------------------------- /ports/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/ports/header-mask.png -------------------------------------------------------------------------------- /ports/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/ports/header.png -------------------------------------------------------------------------------- /ports/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/ports/theme.xml -------------------------------------------------------------------------------- /psp/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/psp/carousel_logo.png -------------------------------------------------------------------------------- /psp/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/psp/developer.png -------------------------------------------------------------------------------- /psp/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/psp/header-mask.png -------------------------------------------------------------------------------- /psp/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/psp/header.png -------------------------------------------------------------------------------- /psp/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/psp/theme.xml -------------------------------------------------------------------------------- /psx/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/psx/carousel_logo.png -------------------------------------------------------------------------------- /psx/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/psx/developer.png -------------------------------------------------------------------------------- /psx/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/psx/header-mask.png -------------------------------------------------------------------------------- /psx/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/psx/header.png -------------------------------------------------------------------------------- /psx/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/psx/logo.png -------------------------------------------------------------------------------- /psx/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/psx/theme.xml -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/readme.txt -------------------------------------------------------------------------------- /retropie/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/retropie/carousel_logo.png -------------------------------------------------------------------------------- /retropie/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/retropie/developer.png -------------------------------------------------------------------------------- /retropie/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/retropie/header-mask.png -------------------------------------------------------------------------------- /retropie/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/retropie/header.png -------------------------------------------------------------------------------- /retropie/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/retropie/logo.png -------------------------------------------------------------------------------- /retropie/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/retropie/theme.xml -------------------------------------------------------------------------------- /sega32x/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/sega32x/carousel_logo.png -------------------------------------------------------------------------------- /sega32x/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/sega32x/developer.png -------------------------------------------------------------------------------- /sega32x/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/sega32x/header-mask.png -------------------------------------------------------------------------------- /sega32x/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/sega32x/header.png -------------------------------------------------------------------------------- /sega32x/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/sega32x/logo.png -------------------------------------------------------------------------------- /sega32x/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/sega32x/theme.xml -------------------------------------------------------------------------------- /segacd/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/segacd/carousel_logo.png -------------------------------------------------------------------------------- /segacd/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/segacd/developer.png -------------------------------------------------------------------------------- /segacd/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/segacd/header-mask.png -------------------------------------------------------------------------------- /segacd/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/segacd/header.png -------------------------------------------------------------------------------- /segacd/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/segacd/logo.png -------------------------------------------------------------------------------- /segacd/theme - Copy (2).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/segacd/theme - Copy (2).xml -------------------------------------------------------------------------------- /segacd/theme - Copy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/segacd/theme - Copy.xml -------------------------------------------------------------------------------- /segacd/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/segacd/theme.xml -------------------------------------------------------------------------------- /sfc/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/sfc/carousel_logo.png -------------------------------------------------------------------------------- /sfc/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/sfc/developer.png -------------------------------------------------------------------------------- /sfc/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/sfc/header-mask.png -------------------------------------------------------------------------------- /sfc/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/sfc/header.png -------------------------------------------------------------------------------- /sfc/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/sfc/logo.png -------------------------------------------------------------------------------- /sfc/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/sfc/theme.xml -------------------------------------------------------------------------------- /sg-1000/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/sg-1000/carousel_logo.png -------------------------------------------------------------------------------- /sg-1000/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/sg-1000/developer.png -------------------------------------------------------------------------------- /sg-1000/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/sg-1000/header-mask.png -------------------------------------------------------------------------------- /sg-1000/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/sg-1000/header.png -------------------------------------------------------------------------------- /sg-1000/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/sg-1000/theme.xml -------------------------------------------------------------------------------- /snes/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/snes/carousel_logo.png -------------------------------------------------------------------------------- /snes/carousel_logo_US.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/snes/carousel_logo_US.png -------------------------------------------------------------------------------- /snes/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/snes/developer.png -------------------------------------------------------------------------------- /snes/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/snes/header-mask.png -------------------------------------------------------------------------------- /snes/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/snes/header.png -------------------------------------------------------------------------------- /snes/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/snes/logo.png -------------------------------------------------------------------------------- /snes/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/snes/theme.xml -------------------------------------------------------------------------------- /sounds/se_sys_click_game.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/sounds/se_sys_click_game.wav -------------------------------------------------------------------------------- /sounds/se_sys_cursor.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/sounds/se_sys_cursor.wav -------------------------------------------------------------------------------- /style/famicom/carousel_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/famicom/carousel_bar.png -------------------------------------------------------------------------------- /style/famicom/heart_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/famicom/heart_empty.png -------------------------------------------------------------------------------- /style/famicom/heart_filled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/famicom/heart_filled.png -------------------------------------------------------------------------------- /style/famicom/info_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/famicom/info_bar.png -------------------------------------------------------------------------------- /style/famicom/menu_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/famicom/menu_background.png -------------------------------------------------------------------------------- /style/famicom/player_box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/famicom/player_box.png -------------------------------------------------------------------------------- /style/famicom/rating_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/famicom/rating_bar.png -------------------------------------------------------------------------------- /style/famicom/selector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/famicom/selector.png -------------------------------------------------------------------------------- /style/famicom/style.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/famicom/style.xml -------------------------------------------------------------------------------- /style/famicom/system_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/famicom/system_background.png -------------------------------------------------------------------------------- /style/famicom/window_body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/famicom/window_body.png -------------------------------------------------------------------------------- /style/famicom/window_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/famicom/window_border.png -------------------------------------------------------------------------------- /style/famicom/window_box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/famicom/window_box.png -------------------------------------------------------------------------------- /style/neogeo/carousel_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/neogeo/carousel_bar.png -------------------------------------------------------------------------------- /style/neogeo/heart_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/neogeo/heart_empty.png -------------------------------------------------------------------------------- /style/neogeo/heart_filled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/neogeo/heart_filled.png -------------------------------------------------------------------------------- /style/neogeo/info_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/neogeo/info_bar.png -------------------------------------------------------------------------------- /style/neogeo/menu_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/neogeo/menu_background.png -------------------------------------------------------------------------------- /style/neogeo/metal-overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/neogeo/metal-overlay.png -------------------------------------------------------------------------------- /style/neogeo/player_box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/neogeo/player_box.png -------------------------------------------------------------------------------- /style/neogeo/rating_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/neogeo/rating_bar.png -------------------------------------------------------------------------------- /style/neogeo/selector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/neogeo/selector.png -------------------------------------------------------------------------------- /style/neogeo/style.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/neogeo/style.xml -------------------------------------------------------------------------------- /style/neogeo/system_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/neogeo/system_background.png -------------------------------------------------------------------------------- /style/neogeo/window_body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/neogeo/window_body.png -------------------------------------------------------------------------------- /style/neogeo/window_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/neogeo/window_border.png -------------------------------------------------------------------------------- /style/neogeo/window_box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/neogeo/window_box.png -------------------------------------------------------------------------------- /style/nes/carousel_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/nes/carousel_bar.png -------------------------------------------------------------------------------- /style/nes/heart_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/nes/heart_empty.png -------------------------------------------------------------------------------- /style/nes/heart_filled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/nes/heart_filled.png -------------------------------------------------------------------------------- /style/nes/info_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/nes/info_bar.png -------------------------------------------------------------------------------- /style/nes/menu_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/nes/menu_background.png -------------------------------------------------------------------------------- /style/nes/player_box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/nes/player_box.png -------------------------------------------------------------------------------- /style/nes/rating_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/nes/rating_bar.png -------------------------------------------------------------------------------- /style/nes/selector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/nes/selector.png -------------------------------------------------------------------------------- /style/nes/style.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/nes/style.xml -------------------------------------------------------------------------------- /style/nes/system_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/nes/system_background.png -------------------------------------------------------------------------------- /style/nes/window_body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/nes/window_body.png -------------------------------------------------------------------------------- /style/nes/window_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/nes/window_border.png -------------------------------------------------------------------------------- /style/nes/window_box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/style/nes/window_box.png -------------------------------------------------------------------------------- /tg16/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/tg16/carousel_logo.png -------------------------------------------------------------------------------- /tg16/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/tg16/developer.png -------------------------------------------------------------------------------- /tg16/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/tg16/header-mask.png -------------------------------------------------------------------------------- /tg16/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/tg16/header.png -------------------------------------------------------------------------------- /tg16/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/tg16/logo.png -------------------------------------------------------------------------------- /tg16/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/tg16/theme.xml -------------------------------------------------------------------------------- /vectrex/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/vectrex/carousel_logo.png -------------------------------------------------------------------------------- /vectrex/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/vectrex/developer.png -------------------------------------------------------------------------------- /vectrex/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/vectrex/header-mask.png -------------------------------------------------------------------------------- /vectrex/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/vectrex/header.png -------------------------------------------------------------------------------- /vectrex/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/vectrex/logo.png -------------------------------------------------------------------------------- /vectrex/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/vectrex/theme.xml -------------------------------------------------------------------------------- /virtualboy/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/virtualboy/carousel_logo.png -------------------------------------------------------------------------------- /virtualboy/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/virtualboy/developer.png -------------------------------------------------------------------------------- /virtualboy/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/virtualboy/header-mask.png -------------------------------------------------------------------------------- /virtualboy/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/virtualboy/header.png -------------------------------------------------------------------------------- /virtualboy/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/virtualboy/theme.xml -------------------------------------------------------------------------------- /wonderswan/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/wonderswan/carousel_logo.png -------------------------------------------------------------------------------- /wonderswan/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/wonderswan/developer.png -------------------------------------------------------------------------------- /wonderswan/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/wonderswan/header-mask.png -------------------------------------------------------------------------------- /wonderswan/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/wonderswan/header.png -------------------------------------------------------------------------------- /wonderswan/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/wonderswan/logo.png -------------------------------------------------------------------------------- /wonderswan/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/wonderswan/theme.xml -------------------------------------------------------------------------------- /wonderswancolor/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/wonderswancolor/carousel_logo.png -------------------------------------------------------------------------------- /wonderswancolor/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/wonderswancolor/developer.png -------------------------------------------------------------------------------- /wonderswancolor/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/wonderswancolor/header-mask.png -------------------------------------------------------------------------------- /wonderswancolor/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/wonderswancolor/header.png -------------------------------------------------------------------------------- /wonderswancolor/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/wonderswancolor/logo.png -------------------------------------------------------------------------------- /wonderswancolor/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/wonderswancolor/theme.xml -------------------------------------------------------------------------------- /zxspectrum/carousel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/zxspectrum/carousel_logo.png -------------------------------------------------------------------------------- /zxspectrum/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/zxspectrum/developer.png -------------------------------------------------------------------------------- /zxspectrum/header-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/zxspectrum/header-mask.png -------------------------------------------------------------------------------- /zxspectrum/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/zxspectrum/header.png -------------------------------------------------------------------------------- /zxspectrum/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/zxspectrum/logo.png -------------------------------------------------------------------------------- /zxspectrum/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruckage/es-theme-famicom-mini/HEAD/zxspectrum/theme.xml --------------------------------------------------------------------------------