Homepage Forums RetroPie Project Emulation Station Themes Simple-Dark theme Reply To: Simple-Dark theme

#84440
nolageek
Participant

I had tried the “helpsystem” and it didn’t make any difference, but their documentation didn’t really help me much. There’s a lot there, but it assumes I already understand how it all works together, which I don’t. :)

In my simple.xml I made this change:

	<view name="system">

		<image name="background" extra="true">
			<path>./art/a2600_art_blur.jpg</path>
		</image>

		<image name="logo">
			<path>./art/a2600.svg</path>
        </image>

/// ADDED THIS //////////////////////////////////////////////
		<helpsystem name="help">
			<textColor>ffffff88</textColor>
			<iconColor>ffffff88</iconColor>
		</helpsystem>
/////////////////////////////////////////////////////////////
		
	</view>

And when I went back to view the theme in ES, I immediately got a segfault and had to restart.When I finally reloaded ES it completely locked up. I restarted again and same thing. I took the helpsystem bit out and restarted and it worked fine. Not sure what that was about, but it didn’t like it. :)