xovox / es-theme-RetroCRT-240p-Rainbow

Clean Rainbow EmulationStation 240p Theme

Repository from Github https://github.comxovox/es-theme-RetroCRT-240p-RainbowRepository from Github https://github.comxovox/es-theme-RetroCRT-240p-Rainbow

RetroCRT 240p RetroPie Theme

This theme is under active development and will be changing regularly for the forseeable future

This is a theme I've designed for RetroCRT, my customized toolset to run RetroPie on CRT TVs & arcade cabinets.

  • Supports

    • Basic View with MASSIVE TEXT
    • Detailed View
    • Video View
  • Unsupported

    • Grid View, but this may come at some point

Unsupported Main Systems

These will be supported soon

atarijaguarcd
atarifalcon
atarixe

Gallery

Generating Logos

For the MAME logos with rotated text

convert mame.png \
	-fuzz 1% \
	-trim +repage \
	-scale x329 \
		/tmp/mame.png

convert \
	-size 329x120 xc:transparent \
	-font zorque \
	-fill "#296ca2" \
	-pointsize 135 \
	-gravity center \
	-annotate +0+0 "${year}" \
	-rotate 90 \
		/tmp/${year}.png

montage \
	-background none \
	/tmp/mame.png \
	/tmp/$year.png \
	-geometry +1+1 \
		mame-${year}.png

Framebuffer Screenshots

About

Clean Rainbow EmulationStation 240p Theme


Languages

Language:Perl 53.8%Language:Shell 46.2%