mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 22:25:38 +00:00
dbd3ad8e46
Also made some minor changes to the RBSimple-DE theme.
41 lines
1 KiB
XML
41 lines
1 KiB
XML
<theme>
|
|
<formatVersion>5</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, grid, video">
|
|
<helpsystem name="help">
|
|
<textColor>262626</textColor>
|
|
<iconColor>262626</iconColor>
|
|
</helpsystem>
|
|
</view>
|
|
|
|
<view name="system, basic, detailed, video">
|
|
<image name="logo">
|
|
<path>./images/logo.svg</path>
|
|
</image>
|
|
<image name="consolegame" extra="true">
|
|
<path>./images/consolegame.svg</path>
|
|
</image>
|
|
</view>
|
|
|
|
<view name="basic, detailed">
|
|
<image name="console" extra="true">
|
|
<path>./images/console.svg</path>
|
|
</image>
|
|
</view>
|
|
|
|
<view name="grid">
|
|
<image name="logo">
|
|
<path>./images/logo.svg</path>
|
|
</image>
|
|
</view>
|
|
</theme>
|