├── .gitignore ├── 3do ├── _inc │ └── system.svg └── theme.xml ├── README.md ├── _inc ├── fonts │ └── Cabin-Bold-TTF.ttf ├── images │ ├── background.png │ ├── crt-bezel-tate.svg │ ├── crt-bezel.svg │ ├── crt-screen-tate.svg │ ├── crt-screen.svg │ ├── crt-splashscreen-1080.png │ ├── crt-splashscreen-4x3.png │ ├── crt-splashscreen-720.png │ ├── favorite.svg │ ├── hidden.svg │ ├── kid.svg │ ├── metadata.svg │ ├── star_empty.svg │ └── star_filled.svg ├── sounds │ └── select.wav ├── templates │ ├── 16x10.xml │ ├── 16x9.xml │ └── 4x3.xml └── videos │ └── static.mp4 ├── ags ├── _inc │ └── system.svg └── theme.xml ├── amiga ├── _inc │ └── system.svg └── theme.xml ├── amstradcpc ├── _inc │ └── system.svg └── theme.xml ├── apple2 ├── _inc │ └── system.svg └── theme.xml ├── arcade ├── _inc │ └── system.svg └── theme.xml ├── atari2600 ├── _inc │ └── system.svg └── theme.xml ├── atari5200 ├── _inc │ └── system.svg └── theme.xml ├── atari7800 ├── _inc │ └── system.svg └── theme.xml ├── atari800 ├── _inc │ └── system.svg └── theme.xml ├── atarijaguar ├── _inc │ └── system.svg └── theme.xml ├── atarilynx ├── _inc │ └── system.svg └── theme.xml ├── atarist ├── _inc │ └── system.svg └── theme.xml ├── auto-allgames ├── _inc │ └── system.svg └── theme.xml ├── auto-favorites ├── _inc │ └── system.svg └── theme.xml ├── auto-lastplayed ├── _inc │ └── system.svg └── theme.xml ├── bbcmicro ├── _inc │ └── system.svg └── theme.xml ├── c64 ├── _inc │ └── system.svg └── theme.xml ├── channelf ├── _inc │ └── system.svg └── theme.xml ├── coco ├── _inc │ └── system.svg └── theme.xml ├── colecovision ├── _inc │ └── system.svg └── theme.xml ├── custom-collections ├── _inc │ └── system.svg └── theme.xml ├── daphne ├── _inc │ └── system.svg └── theme.xml ├── dragon32 ├── _inc │ └── system.svg └── theme.xml ├── dreamcast ├── _inc │ └── system.svg └── theme.xml ├── famicom ├── _inc │ └── system.svg └── theme.xml ├── fba ├── _inc │ └── system.svg └── theme.xml ├── fds ├── _inc │ └── system.svg └── theme.xml ├── gameandwatch ├── _inc │ └── system.svg └── theme.xml ├── gamegear ├── _inc │ └── system.svg └── theme.xml ├── gb ├── _inc │ └── system.svg └── theme.xml ├── gba ├── _inc │ └── system.svg └── theme.xml ├── gbc ├── _inc │ └── system.svg └── theme.xml ├── gc ├── _inc │ └── system.svg └── theme.xml ├── genesis ├── _inc │ └── system.svg └── theme.xml ├── intellivision ├── _inc │ └── system.svg └── theme.xml ├── kodi ├── _inc │ └── system.svg └── theme.xml ├── love ├── _inc │ └── system.svg └── theme.xml ├── macintosh ├── _inc │ └── system.svg └── theme.xml ├── mame ├── _inc │ └── system.svg └── theme.xml ├── mastersystem ├── _inc │ └── system.svg └── theme.xml ├── megadrive ├── _inc │ └── system.svg └── theme.xml ├── mess ├── _inc │ └── system.svg └── theme.xml ├── msx ├── _inc │ └── system.svg └── theme.xml ├── n64 ├── _inc │ └── system.svg └── theme.xml ├── nds ├── _inc │ └── system.svg └── theme.xml ├── neogeo ├── _inc │ └── system.svg └── theme.xml ├── nes ├── _inc │ └── system.svg └── theme.xml ├── ngp ├── _inc │ └── system.svg └── theme.xml ├── ngpc ├── _inc │ └── system.svg └── theme.xml ├── odyssey2 ├── _inc │ └── system.svg └── theme.xml ├── oric ├── _inc │ └── system.svg └── theme.xml ├── pc ├── _inc │ └── system.svg └── theme.xml ├── pcengine ├── _inc │ └── system.svg └── theme.xml ├── ports ├── _inc │ └── system.svg └── theme.xml ├── ps2 ├── _inc │ └── system.svg └── theme.xml ├── psp ├── _inc │ └── system.svg └── theme.xml ├── psx ├── _inc │ └── system.svg └── theme.xml ├── residualvm ├── _inc │ └── system.svg └── theme.xml ├── retropie ├── _inc │ └── system.svg └── theme.xml ├── samcoupe ├── _inc │ └── system.svg └── theme.xml ├── saturn ├── _inc │ └── system.svg └── theme.xml ├── scummvm ├── _inc │ └── system.svg └── theme.xml ├── sega32x ├── _inc │ └── system.svg └── theme.xml ├── segacd ├── _inc │ └── system.svg └── theme.xml ├── sfc ├── _inc │ └── system.svg └── theme.xml ├── sg-1000 ├── _inc │ └── system.svg └── theme.xml ├── snes ├── _inc │ └── system.svg └── theme.xml ├── steam ├── _inc │ └── system.svg └── theme.xml ├── stratagus ├── _inc │ └── system.svg └── theme.xml ├── supergrafx ├── _inc │ └── system.svg └── theme.xml ├── tg16 ├── _inc │ └── system.svg └── theme.xml ├── theme.xml ├── ti99 ├── _inc │ └── system.svg └── theme.xml ├── trs80 ├── _inc │ └── system.svg └── theme.xml ├── vectrex ├── _inc │ └── system.svg └── theme.xml ├── videopac ├── _inc │ └── system.svg └── theme.xml ├── virtualboy ├── _inc │ └── system.svg └── theme.xml ├── wii ├── _inc │ └── system.svg └── theme.xml ├── wonderswan ├── _inc │ └── system.svg └── theme.xml ├── wonderswancolor ├── _inc │ └── system.svg └── theme.xml ├── zmachine ├── _inc │ └── system.svg └── theme.xml └── zxspectrum ├── _inc └── system.svg └── theme.xml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/.gitignore -------------------------------------------------------------------------------- /3do/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/3do/_inc/system.svg -------------------------------------------------------------------------------- /3do/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/3do/theme.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/README.md -------------------------------------------------------------------------------- /_inc/fonts/Cabin-Bold-TTF.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/_inc/fonts/Cabin-Bold-TTF.ttf -------------------------------------------------------------------------------- /_inc/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/_inc/images/background.png -------------------------------------------------------------------------------- /_inc/images/crt-bezel-tate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/_inc/images/crt-bezel-tate.svg -------------------------------------------------------------------------------- /_inc/images/crt-bezel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/_inc/images/crt-bezel.svg -------------------------------------------------------------------------------- /_inc/images/crt-screen-tate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/_inc/images/crt-screen-tate.svg -------------------------------------------------------------------------------- /_inc/images/crt-screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/_inc/images/crt-screen.svg -------------------------------------------------------------------------------- /_inc/images/crt-splashscreen-1080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/_inc/images/crt-splashscreen-1080.png -------------------------------------------------------------------------------- /_inc/images/crt-splashscreen-4x3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/_inc/images/crt-splashscreen-4x3.png -------------------------------------------------------------------------------- /_inc/images/crt-splashscreen-720.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/_inc/images/crt-splashscreen-720.png -------------------------------------------------------------------------------- /_inc/images/favorite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/_inc/images/favorite.svg -------------------------------------------------------------------------------- /_inc/images/hidden.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/_inc/images/hidden.svg -------------------------------------------------------------------------------- /_inc/images/kid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/_inc/images/kid.svg -------------------------------------------------------------------------------- /_inc/images/metadata.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/_inc/images/metadata.svg -------------------------------------------------------------------------------- /_inc/images/star_empty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/_inc/images/star_empty.svg -------------------------------------------------------------------------------- /_inc/images/star_filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/_inc/images/star_filled.svg -------------------------------------------------------------------------------- /_inc/sounds/select.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/_inc/sounds/select.wav -------------------------------------------------------------------------------- /_inc/templates/16x10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/_inc/templates/16x10.xml -------------------------------------------------------------------------------- /_inc/templates/16x9.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/_inc/templates/16x9.xml -------------------------------------------------------------------------------- /_inc/templates/4x3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/_inc/templates/4x3.xml -------------------------------------------------------------------------------- /_inc/videos/static.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/_inc/videos/static.mp4 -------------------------------------------------------------------------------- /ags/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/ags/_inc/system.svg -------------------------------------------------------------------------------- /ags/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/ags/theme.xml -------------------------------------------------------------------------------- /amiga/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/amiga/_inc/system.svg -------------------------------------------------------------------------------- /amiga/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/amiga/theme.xml -------------------------------------------------------------------------------- /amstradcpc/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/amstradcpc/_inc/system.svg -------------------------------------------------------------------------------- /amstradcpc/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/amstradcpc/theme.xml -------------------------------------------------------------------------------- /apple2/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/apple2/_inc/system.svg -------------------------------------------------------------------------------- /apple2/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/apple2/theme.xml -------------------------------------------------------------------------------- /arcade/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/arcade/_inc/system.svg -------------------------------------------------------------------------------- /arcade/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/arcade/theme.xml -------------------------------------------------------------------------------- /atari2600/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/atari2600/_inc/system.svg -------------------------------------------------------------------------------- /atari2600/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/atari2600/theme.xml -------------------------------------------------------------------------------- /atari5200/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/atari5200/_inc/system.svg -------------------------------------------------------------------------------- /atari5200/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/atari5200/theme.xml -------------------------------------------------------------------------------- /atari7800/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/atari7800/_inc/system.svg -------------------------------------------------------------------------------- /atari7800/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/atari7800/theme.xml -------------------------------------------------------------------------------- /atari800/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/atari800/_inc/system.svg -------------------------------------------------------------------------------- /atari800/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/atari800/theme.xml -------------------------------------------------------------------------------- /atarijaguar/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/atarijaguar/_inc/system.svg -------------------------------------------------------------------------------- /atarijaguar/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/atarijaguar/theme.xml -------------------------------------------------------------------------------- /atarilynx/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/atarilynx/_inc/system.svg -------------------------------------------------------------------------------- /atarilynx/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/atarilynx/theme.xml -------------------------------------------------------------------------------- /atarist/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/atarist/_inc/system.svg -------------------------------------------------------------------------------- /atarist/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/atarist/theme.xml -------------------------------------------------------------------------------- /auto-allgames/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/auto-allgames/_inc/system.svg -------------------------------------------------------------------------------- /auto-allgames/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/auto-allgames/theme.xml -------------------------------------------------------------------------------- /auto-favorites/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/auto-favorites/_inc/system.svg -------------------------------------------------------------------------------- /auto-favorites/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/auto-favorites/theme.xml -------------------------------------------------------------------------------- /auto-lastplayed/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/auto-lastplayed/_inc/system.svg -------------------------------------------------------------------------------- /auto-lastplayed/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/auto-lastplayed/theme.xml -------------------------------------------------------------------------------- /bbcmicro/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/bbcmicro/_inc/system.svg -------------------------------------------------------------------------------- /bbcmicro/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/bbcmicro/theme.xml -------------------------------------------------------------------------------- /c64/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/c64/_inc/system.svg -------------------------------------------------------------------------------- /c64/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/c64/theme.xml -------------------------------------------------------------------------------- /channelf/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/channelf/_inc/system.svg -------------------------------------------------------------------------------- /channelf/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/channelf/theme.xml -------------------------------------------------------------------------------- /coco/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/coco/_inc/system.svg -------------------------------------------------------------------------------- /coco/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/coco/theme.xml -------------------------------------------------------------------------------- /colecovision/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/colecovision/_inc/system.svg -------------------------------------------------------------------------------- /colecovision/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/colecovision/theme.xml -------------------------------------------------------------------------------- /custom-collections/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/custom-collections/_inc/system.svg -------------------------------------------------------------------------------- /custom-collections/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/custom-collections/theme.xml -------------------------------------------------------------------------------- /daphne/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/daphne/_inc/system.svg -------------------------------------------------------------------------------- /daphne/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/daphne/theme.xml -------------------------------------------------------------------------------- /dragon32/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/dragon32/_inc/system.svg -------------------------------------------------------------------------------- /dragon32/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/dragon32/theme.xml -------------------------------------------------------------------------------- /dreamcast/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/dreamcast/_inc/system.svg -------------------------------------------------------------------------------- /dreamcast/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/dreamcast/theme.xml -------------------------------------------------------------------------------- /famicom/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/famicom/_inc/system.svg -------------------------------------------------------------------------------- /famicom/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/famicom/theme.xml -------------------------------------------------------------------------------- /fba/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/fba/_inc/system.svg -------------------------------------------------------------------------------- /fba/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/fba/theme.xml -------------------------------------------------------------------------------- /fds/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/fds/_inc/system.svg -------------------------------------------------------------------------------- /fds/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/fds/theme.xml -------------------------------------------------------------------------------- /gameandwatch/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/gameandwatch/_inc/system.svg -------------------------------------------------------------------------------- /gameandwatch/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/gameandwatch/theme.xml -------------------------------------------------------------------------------- /gamegear/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/gamegear/_inc/system.svg -------------------------------------------------------------------------------- /gamegear/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/gamegear/theme.xml -------------------------------------------------------------------------------- /gb/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/gb/_inc/system.svg -------------------------------------------------------------------------------- /gb/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/gb/theme.xml -------------------------------------------------------------------------------- /gba/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/gba/_inc/system.svg -------------------------------------------------------------------------------- /gba/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/gba/theme.xml -------------------------------------------------------------------------------- /gbc/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/gbc/_inc/system.svg -------------------------------------------------------------------------------- /gbc/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/gbc/theme.xml -------------------------------------------------------------------------------- /gc/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/gc/_inc/system.svg -------------------------------------------------------------------------------- /gc/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/gc/theme.xml -------------------------------------------------------------------------------- /genesis/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/genesis/_inc/system.svg -------------------------------------------------------------------------------- /genesis/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/genesis/theme.xml -------------------------------------------------------------------------------- /intellivision/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/intellivision/_inc/system.svg -------------------------------------------------------------------------------- /intellivision/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/intellivision/theme.xml -------------------------------------------------------------------------------- /kodi/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/kodi/_inc/system.svg -------------------------------------------------------------------------------- /kodi/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/kodi/theme.xml -------------------------------------------------------------------------------- /love/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/love/_inc/system.svg -------------------------------------------------------------------------------- /love/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/love/theme.xml -------------------------------------------------------------------------------- /macintosh/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/macintosh/_inc/system.svg -------------------------------------------------------------------------------- /macintosh/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/macintosh/theme.xml -------------------------------------------------------------------------------- /mame/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/mame/_inc/system.svg -------------------------------------------------------------------------------- /mame/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/mame/theme.xml -------------------------------------------------------------------------------- /mastersystem/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/mastersystem/_inc/system.svg -------------------------------------------------------------------------------- /mastersystem/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/mastersystem/theme.xml -------------------------------------------------------------------------------- /megadrive/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/megadrive/_inc/system.svg -------------------------------------------------------------------------------- /megadrive/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/megadrive/theme.xml -------------------------------------------------------------------------------- /mess/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/mess/_inc/system.svg -------------------------------------------------------------------------------- /mess/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/mess/theme.xml -------------------------------------------------------------------------------- /msx/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/msx/_inc/system.svg -------------------------------------------------------------------------------- /msx/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/msx/theme.xml -------------------------------------------------------------------------------- /n64/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/n64/_inc/system.svg -------------------------------------------------------------------------------- /n64/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/n64/theme.xml -------------------------------------------------------------------------------- /nds/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/nds/_inc/system.svg -------------------------------------------------------------------------------- /nds/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/nds/theme.xml -------------------------------------------------------------------------------- /neogeo/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/neogeo/_inc/system.svg -------------------------------------------------------------------------------- /neogeo/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/neogeo/theme.xml -------------------------------------------------------------------------------- /nes/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/nes/_inc/system.svg -------------------------------------------------------------------------------- /nes/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/nes/theme.xml -------------------------------------------------------------------------------- /ngp/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/ngp/_inc/system.svg -------------------------------------------------------------------------------- /ngp/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/ngp/theme.xml -------------------------------------------------------------------------------- /ngpc/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/ngpc/_inc/system.svg -------------------------------------------------------------------------------- /ngpc/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/ngpc/theme.xml -------------------------------------------------------------------------------- /odyssey2/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/odyssey2/_inc/system.svg -------------------------------------------------------------------------------- /odyssey2/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/odyssey2/theme.xml -------------------------------------------------------------------------------- /oric/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/oric/_inc/system.svg -------------------------------------------------------------------------------- /oric/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/oric/theme.xml -------------------------------------------------------------------------------- /pc/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/pc/_inc/system.svg -------------------------------------------------------------------------------- /pc/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/pc/theme.xml -------------------------------------------------------------------------------- /pcengine/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/pcengine/_inc/system.svg -------------------------------------------------------------------------------- /pcengine/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/pcengine/theme.xml -------------------------------------------------------------------------------- /ports/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/ports/_inc/system.svg -------------------------------------------------------------------------------- /ports/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/ports/theme.xml -------------------------------------------------------------------------------- /ps2/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/ps2/_inc/system.svg -------------------------------------------------------------------------------- /ps2/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/ps2/theme.xml -------------------------------------------------------------------------------- /psp/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/psp/_inc/system.svg -------------------------------------------------------------------------------- /psp/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/psp/theme.xml -------------------------------------------------------------------------------- /psx/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/psx/_inc/system.svg -------------------------------------------------------------------------------- /psx/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/psx/theme.xml -------------------------------------------------------------------------------- /residualvm/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/residualvm/_inc/system.svg -------------------------------------------------------------------------------- /residualvm/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/residualvm/theme.xml -------------------------------------------------------------------------------- /retropie/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/retropie/_inc/system.svg -------------------------------------------------------------------------------- /retropie/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/retropie/theme.xml -------------------------------------------------------------------------------- /samcoupe/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/samcoupe/_inc/system.svg -------------------------------------------------------------------------------- /samcoupe/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/samcoupe/theme.xml -------------------------------------------------------------------------------- /saturn/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/saturn/_inc/system.svg -------------------------------------------------------------------------------- /saturn/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/saturn/theme.xml -------------------------------------------------------------------------------- /scummvm/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/scummvm/_inc/system.svg -------------------------------------------------------------------------------- /scummvm/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/scummvm/theme.xml -------------------------------------------------------------------------------- /sega32x/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/sega32x/_inc/system.svg -------------------------------------------------------------------------------- /sega32x/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/sega32x/theme.xml -------------------------------------------------------------------------------- /segacd/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/segacd/_inc/system.svg -------------------------------------------------------------------------------- /segacd/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/segacd/theme.xml -------------------------------------------------------------------------------- /sfc/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/sfc/_inc/system.svg -------------------------------------------------------------------------------- /sfc/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/sfc/theme.xml -------------------------------------------------------------------------------- /sg-1000/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/sg-1000/_inc/system.svg -------------------------------------------------------------------------------- /sg-1000/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/sg-1000/theme.xml -------------------------------------------------------------------------------- /snes/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/snes/_inc/system.svg -------------------------------------------------------------------------------- /snes/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/snes/theme.xml -------------------------------------------------------------------------------- /steam/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/steam/_inc/system.svg -------------------------------------------------------------------------------- /steam/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/steam/theme.xml -------------------------------------------------------------------------------- /stratagus/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/stratagus/_inc/system.svg -------------------------------------------------------------------------------- /stratagus/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/stratagus/theme.xml -------------------------------------------------------------------------------- /supergrafx/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/supergrafx/_inc/system.svg -------------------------------------------------------------------------------- /supergrafx/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/supergrafx/theme.xml -------------------------------------------------------------------------------- /tg16/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/tg16/_inc/system.svg -------------------------------------------------------------------------------- /tg16/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/tg16/theme.xml -------------------------------------------------------------------------------- /theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/theme.xml -------------------------------------------------------------------------------- /ti99/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/ti99/_inc/system.svg -------------------------------------------------------------------------------- /ti99/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/ti99/theme.xml -------------------------------------------------------------------------------- /trs80/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/trs80/_inc/system.svg -------------------------------------------------------------------------------- /trs80/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/trs80/theme.xml -------------------------------------------------------------------------------- /vectrex/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/vectrex/_inc/system.svg -------------------------------------------------------------------------------- /vectrex/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/vectrex/theme.xml -------------------------------------------------------------------------------- /videopac/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/videopac/_inc/system.svg -------------------------------------------------------------------------------- /videopac/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/videopac/theme.xml -------------------------------------------------------------------------------- /virtualboy/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/virtualboy/_inc/system.svg -------------------------------------------------------------------------------- /virtualboy/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/virtualboy/theme.xml -------------------------------------------------------------------------------- /wii/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/wii/_inc/system.svg -------------------------------------------------------------------------------- /wii/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/wii/theme.xml -------------------------------------------------------------------------------- /wonderswan/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/wonderswan/_inc/system.svg -------------------------------------------------------------------------------- /wonderswan/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/wonderswan/theme.xml -------------------------------------------------------------------------------- /wonderswancolor/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/wonderswancolor/_inc/system.svg -------------------------------------------------------------------------------- /wonderswancolor/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/wonderswancolor/theme.xml -------------------------------------------------------------------------------- /zmachine/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/zmachine/_inc/system.svg -------------------------------------------------------------------------------- /zmachine/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/zmachine/theme.xml -------------------------------------------------------------------------------- /zxspectrum/_inc/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/zxspectrum/_inc/system.svg -------------------------------------------------------------------------------- /zxspectrum/theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthonycaccese/es-theme-crt/HEAD/zxspectrum/theme.xml --------------------------------------------------------------------------------