2021-08-17 12:09:45 +00:00
|
|
|
<!--
|
|
|
|
theme name: Switch
|
|
|
|
version: 3.0
|
|
|
|
author: Lilbud
|
|
|
|
email: bvw20002010@gmail.com
|
|
|
|
license: creative commons CC-BY-NC-SA
|
|
|
|
based on: Switch Theme for Launchbox by Grila
|
|
|
|
-->
|
|
|
|
|
|
|
|
<theme>
|
|
|
|
<formatVersion>4</formatVersion>
|
|
|
|
|
|
|
|
<!-- Color Variables -->
|
|
|
|
<variables>
|
|
|
|
|
|
|
|
<backgroundColor>2d2d2d</backgroundColor>
|
|
|
|
|
|
|
|
<mainColor>15c49e</mainColor>
|
|
|
|
<secondaryColor>fefefe</secondaryColor>
|
|
|
|
|
|
|
|
</variables>
|
|
|
|
|
|
|
|
<view name="system">
|
|
|
|
|
|
|
|
<text name="system_name_1" extra="true">
|
|
|
|
<color>${mainColor}</color>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<image name="arrowblock" extra="true">
|
|
|
|
<color>${mainColor}</color>
|
|
|
|
</image>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view name="system, basic, detailed, video">
|
2021-08-18 12:29:40 +00:00
|
|
|
|
|
|
|
<helpsystem name="help">
|
|
|
|
<textColor>fefefe00</textColor>
|
|
|
|
<iconColor>fefefeff</iconColor>
|
|
|
|
</helpsystem>
|
|
|
|
|
2021-08-17 12:09:45 +00:00
|
|
|
<image name="background">
|
|
|
|
<color>${backgroundColor}</color>
|
|
|
|
</image>
|
|
|
|
|
|
|
|
<image name="topline, bottomline" extra="true">
|
|
|
|
<color>${secondaryColor}</color>
|
|
|
|
</image>
|
|
|
|
|
|
|
|
<image name="gamelistbuttons, systembuttons" extra="true">
|
|
|
|
<color>${secondaryColor}</color>
|
|
|
|
</image>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view name="detailed, video">
|
|
|
|
|
|
|
|
<textlist name="gamelist">
|
|
|
|
<selectedColor>${mainColor}</selectedColor>
|
|
|
|
<primaryColor>${secondaryColor}</primaryColor>
|
|
|
|
<secondaryColor>${secondaryColor}</secondaryColor>
|
|
|
|
<selectorColor>${mainColor}</selectorColor>
|
|
|
|
</textlist>
|
|
|
|
|
|
|
|
<rating name="md_rating">
|
|
|
|
<filledPath>./../assets/dark/filled_rating.svg</filledPath>
|
|
|
|
<unfilledPath>./../assets/dark/unfilled_rating.svg</unfilledPath>
|
|
|
|
</rating>
|
|
|
|
|
|
|
|
<text name="md_lbl_releasedate, md_lbl_developer, md_lbl_genre, md_lbl_players, md_lbl_lastplayed, md_lbl_playcount, md_developer, md_genre, md_players, md_playcount, md_releasedate, md_description">
|
|
|
|
<color>${secondaryColor}</color>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view name="basic, detailed, video">
|
|
|
|
|
|
|
|
<text name="system_name_1" extra="true">
|
|
|
|
<color>${secondaryColor}</color>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view name="basic">
|
|
|
|
|
|
|
|
<textlist name="gamelist">
|
|
|
|
<selectedColor>${mainColor}</selectedColor>
|
|
|
|
<primaryColor>${secondaryColor}</primaryColor>
|
|
|
|
<secondaryColor>${secondaryColor}</secondaryColor>
|
|
|
|
<selectorColor>00000000</selectorColor>
|
|
|
|
</textlist>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<feature supported="carousel">
|
|
|
|
|
|
|
|
<view name="system">
|
|
|
|
|
|
|
|
<text name="systemInfo">
|
|
|
|
<color>${mainColor}</color>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
</theme>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|