mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
29 lines
789 B
XML
29 lines
789 B
XML
<theme>
|
|
<formatVersion>6</formatVersion>
|
|
<include>./../theme.xml</include>
|
|
<include>./colors.xml</include>
|
|
<include>./systeminfo.xml</include>
|
|
|
|
<view name="system">
|
|
<image name="controller" extra="true">
|
|
<path>./images/controller.svg</path>
|
|
</image>
|
|
</view>
|
|
|
|
<view name="basic, detailed, video, grid">
|
|
<helpsystem name="help">
|
|
<textColor>262626</textColor>
|
|
<iconColor>262626</iconColor>
|
|
</helpsystem>
|
|
</view>
|
|
|
|
<view name="system, basic, detailed, video, grid">
|
|
<image name="logo">
|
|
<path>./images/logo.svg</path>
|
|
</image>
|
|
<image name="consolegame" extra="true">
|
|
<path>./images/consolegame.svg</path>
|
|
</image>
|
|
</view>
|
|
</theme>
|