mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
70 lines
2.1 KiB
XML
70 lines
2.1 KiB
XML
<theme>
|
|
<view name="system, gamelist">
|
|
<!-- Default band colors (used if a system is unthemed) -->
|
|
<image name="band1">
|
|
<color>F6DD08</color>
|
|
</image>
|
|
<image name="band2">
|
|
<color>800000</color>
|
|
</image>
|
|
<image name="band3">
|
|
<color>FF0000</color>
|
|
</image>
|
|
<image name="band4">
|
|
<color>303030</color>
|
|
</image>
|
|
<helpsystem name="help">
|
|
<textColor>A6A6A6</textColor>
|
|
<iconColor>A6A6A6</iconColor>
|
|
<textColorDimmed>969696</textColorDimmed>
|
|
<iconColorDimmed>969696</iconColorDimmed>
|
|
</helpsystem>
|
|
</view>
|
|
|
|
<view name="system">
|
|
<image name="background">
|
|
<color>404040</color>
|
|
</image>
|
|
<text name="game_counter">
|
|
<color>C6C6C6</color>
|
|
<backgroundColor>555555D8</backgroundColor>
|
|
</text>
|
|
<text name="info1, info2, info3, info4, info5, info6, info7, info8, info9, info10">
|
|
<color>B6B6B6</color>
|
|
</text>
|
|
</view>
|
|
|
|
<view name="gamelist">
|
|
<image name="background">
|
|
<color>404040</color>
|
|
</image>
|
|
<image name="backframe2">
|
|
<color>6F6F6F</color>
|
|
</image>
|
|
<image name="backframe3">
|
|
<color>6F6F6F</color>
|
|
</image>
|
|
<text name="md_lbl_releasedate, md_lbl_developer, md_lbl_publisher, md_lbl_genre,
|
|
md_lbl_players, md_lbl_lastplayed, md_developer, md_publisher,
|
|
md_genre, md_players, md_description">
|
|
<color>000000</color>
|
|
</text>
|
|
<datetime name="md_releasedate, md_lastplayed">
|
|
<color>000000</color>
|
|
</datetime>
|
|
<gamelistinfo name="gamelistInfo">
|
|
<color>303030</color>
|
|
</gamelistinfo>
|
|
<rating name="md_rating">
|
|
<color>606060</color>
|
|
</rating>
|
|
</view>
|
|
|
|
<variant name="noMedia">
|
|
<view name="gamelist">
|
|
<image name="backframe1">
|
|
<color>9F9F9F</color>
|
|
</image>
|
|
</view>
|
|
</variant>
|
|
</theme> |