ES-DE/themes/modern-DE/settings/light.xml
2021-11-10 09:23:34 +01:00

138 lines
4.5 KiB
XML

<!--
theme name: Modern-DE
version: 4.0
author: Sophia Hadash
email: s.hadash2@protonmail.com
license: creative commons CC-BY-NC-SA
based on: Switch Theme by Lilbud
-->
<theme>
<formatVersion>7</formatVersion>
<!-- color variables -->
<variables>
<backgroundColor>d9d9d9</backgroundColor>
<backgroundColor2>e2e2e2</backgroundColor2>
<mainColor>334ff0</mainColor>
<highlightColor>23caca</highlightColor>
<secondaryColor>222222</secondaryColor>
<tertiaryColor>555555</tertiaryColor>
<systemColor>3aa5ab</systemColor>
<placeholderColor>ffffff</placeholderColor>
</variables>
<!-- generic styles -->
<view name="system, basic, detailed, video, grid">
<helpsystem name="help">
<iconColor>${secondaryColor}</iconColor>
<textColor>${secondaryColor}</textColor>
<iconColorDimmed>${secondaryColor}</iconColorDimmed>
<textColorDimmed>${secondaryColor}</textColorDimmed>
</helpsystem>
<image name="background">
<color>${backgroundColor}</color>
</image>
<image name="topline, bottomline" extra="true">
<color>${secondaryColor}</color>
</image>
<rating name="md_rating">
<unfilledPath>./../assets/light/star-unfilled.svg</unfilledPath>
</rating>
</view>
<!-- system specific styles -->
<view name="system">
<image name="logoPlaceholderImage">
<color>${placeholderColor}</color>
</image>
<text name="logoPlaceholderText">
<color>${secondaryColor}</color>
</text>
<text name="system_name_1" extra="true">
<color>${systemColor}</color>
</text>
<image name="arrowblock" extra="true">
<color>${systemColor}</color>
</image>
<image name="selection_bottom" extra="true">
<color>${highlightColor}</color>
</image>
<image name="selection_left" extra="true">
<color>${highlightColor}</color>
</image>
<image name="selection_top" extra="true">
<color>${highlightColor}</color>
</image>
<image name="selection_right" extra="true">
<color>${highlightColor}</color>
</image>
</view>
<!-- gamelist specific styles -->
<view name="basic">
<textlist name="gamelist">
<selectedColor>${mainColor}</selectedColor>
<primaryColor>${secondaryColor}</primaryColor>
<secondaryColor>${tertiaryColor}</secondaryColor>
<selectorColor>00000000</selectorColor>
</textlist>
</view>
<view name="grid">
<gridtile name="default">
<backgroundColor>00000000</backgroundColor>
</gridtile>
<gridtile name="selected">
<backgroundCenterColor>${highlightColor}</backgroundCenterColor>
<backgroundEdgeColor>${highlightColor}</backgroundEdgeColor>
</gridtile>
</view>
<view name="basic, detailed, video">
<text name="system_name_1" extra="true">
<color>${secondaryColor}</color>
</text>
</view>
<view name="detailed, video">
<textlist name="gamelist">
<selectedColor>${mainColor}</selectedColor>
<primaryColor>${secondaryColor}</primaryColor>
<secondaryColor>${tertiaryColor}</secondaryColor>
<selectorColor>${mainColor}</selectorColor>
</textlist>
<text name="md_lbl_releasedate, md_lbl_developer, md_lbl_publisher, md_lbl_genre, md_lbl_players, md_lbl_lastplayed, md_lbl_playcount, md_lbl_rating, md_developer, md_publisher, md_genre, md_players, md_playcount, md_releasedate, md_description">
<color>${secondaryColor}</color>
</text>
<badges name="md_badges">
<customBadgeIcon badge="favorite">./../assets/light/badges/favorite.svg</customBadgeIcon>
<customBadgeIcon badge="completed">./../assets/light/badges/completed.svg</customBadgeIcon>
<customBadgeIcon badge="kidgame">./../assets/light/badges/kidgame.svg</customBadgeIcon>
<customBadgeIcon badge="broken">./../assets/light/badges/broken.svg</customBadgeIcon>
<customBadgeIcon badge="altemulator">./../assets/light/badges/altemulator.svg</customBadgeIcon>
<customBadgeIcon badge="controller">./../assets/light/badges/controller.svg</customBadgeIcon>
</badges>
</view>
<view name="detailed, video, grid">
<image name="md_background" extra="true">
<color>${backgroundColor2}</color>
</image>
<image name="md_background_grad_top" extra="true">
<path>./../assets/light/gradient.png</path>
</image>
<image name="md_background_grad_bottom" extra="true">
<path>./../assets/light/gradient.png</path>
</image>
</view>
<!-- carousel feature -->
<feature supported="carousel">
<view name="system">
<carousel name="systemcarousel">
<color>00000000</color>
</carousel>
<text name="systemInfo">
<backgroundColor>dddddd00</backgroundColor>
<color>${systemColor}</color>
</text>
</view>
</feature>
</theme>