Created
February 27, 2013 13:27
-
-
Save petrockblog/5047883 to your computer and use it in GitHub Desktop.
Exemplary theme.xml for Emulation Station
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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