Skip to content

Instantly share code, notes, and snippets.

@petrockblog
Created February 27, 2013 13:27
Show Gist options
  • Save petrockblog/5047883 to your computer and use it in GitHub Desktop.
Save petrockblog/5047883 to your computer and use it in GitHub Desktop.
Exemplary theme.xml for Emulation Station
<theme>
<listPrimaryColor>0000FF</listPrimaryColor>
<listSecondaryColor>00FF00</listSecondaryColor>
<component>
<type>image</type>
<path>./theme/background.png</path>
<pos>0 0</pos>
<dim>1 1</dim>
<origin>0 0</origin>
</component>
<component>
<type>image</type>
<path>./theme/logo.png</path>
<pos>0 0</pos>
<dim>0.4 0</dim>
<origin>0 0</origin>
</component>
</theme>
<!-- You can also optionally define a "basic" theme, which is used instead if ES is in the "basic" view (no box art) -->
<basicTheme>
<listPrimaryColor>0000FF</listPrimaryColor>
<listSecondaryColor>00FF00</listSecondaryColor>
<component>
<type>image</type>
<path>./theme/background.png</path>
<pos>0 0</pos>
<dim>1 1</dim>
<origin>0 0</origin>
</component>
</basicTheme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment