ES-DE/themes/modern-DE/settings/dark.xml

118 lines
3.5 KiB
XML
Raw Normal View History

2021-08-17 12:09:45 +00:00
<!--
2021-10-11 15:04:18 +00:00
theme name: Modern-DE
version: 4.0
author: Sophia Hadash
email: s.hadash2@protonmail.com
2021-08-17 12:09:45 +00:00
license: creative commons CC-BY-NC-SA
2021-10-11 15:04:18 +00:00
based on: Switch Theme by Lilbud
2021-08-17 12:09:45 +00:00
-->
<theme>
2021-10-11 15:04:18 +00:00
<formatVersion>7</formatVersion>
2021-08-17 12:09:45 +00:00
2021-10-11 15:04:18 +00:00
<!-- color variables -->
2021-08-17 12:09:45 +00:00
<variables>
<backgroundColor>2d2d2d</backgroundColor>
2021-10-11 15:04:18 +00:00
<backgroundColor2>242424</backgroundColor2>
2021-08-17 12:09:45 +00:00
<mainColor>15c49e</mainColor>
2021-10-11 15:04:18 +00:00
<highlightColor>23caca</highlightColor>
2021-08-17 12:09:45 +00:00
<secondaryColor>fefefe</secondaryColor>
2021-10-11 15:04:18 +00:00
<systemColor>3aa5ab</systemColor>
2021-08-17 12:09:45 +00:00
</variables>
2021-10-11 15:04:18 +00:00
<!-- generic styles -->
<view name="system, basic, detailed, video">
<helpsystem name="help">
2021-10-11 15:04:18 +00:00
<iconColor>${secondaryColor}</iconColor>
<textColor>${secondaryColor}</textColor>
<iconColorDimmed>${secondaryColor}</iconColorDimmed>
<textColorDimmed>${secondaryColor}</textColorDimmed>
</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>
2021-10-11 15:04:18 +00:00
<rating name="md_rating">
<unfilledPath>./assets/dark/star-unfilled.svg</unfilledPath>
</rating>
</view>
<!-- system specific styles -->
<view name="system">
<text name="system_name_1" extra="true">
<color>${mainColor}</color>
</text>
<image name="arrowblock" extra="true">
<color>${mainColor}</color>
2021-08-17 12:09:45 +00:00
</image>
</view>
2021-10-11 15:04:18 +00:00
<!-- gamelist specific styles -->
<view name="basic">
2021-08-17 12:09:45 +00:00
<textlist name="gamelist">
<selectedColor>${mainColor}</selectedColor>
<primaryColor>${secondaryColor}</primaryColor>
<secondaryColor>${secondaryColor}</secondaryColor>
2021-10-11 15:04:18 +00:00
<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>
2021-08-17 12:09:45 +00:00
</view>
<view name="basic, detailed, video">
<text name="system_name_1" extra="true">
<color>${secondaryColor}</color>
2021-10-11 15:04:18 +00:00
</text>
2021-08-17 12:09:45 +00:00
</view>
2021-10-11 15:04:18 +00:00
<view name="detailed, video">
2021-08-17 12:09:45 +00:00
<textlist name="gamelist">
<selectedColor>${mainColor}</selectedColor>
<primaryColor>${secondaryColor}</primaryColor>
<secondaryColor>${secondaryColor}</secondaryColor>
2021-10-11 15:04:18 +00:00
<selectorColor>${mainColor}</selectorColor>
</textlist>
<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>
<badges name="md_badges">
<customBadgeIcon badge="favorite">./assets/dark/favorite.svg</customBadgeIcon>
<customBadgeIcon badge="completed">./assets/dark/completed.svg</customBadgeIcon>
<customBadgeIcon badge="kidgame">./assets/dark/kidgame.svg</customBadgeIcon>
<customBadgeIcon badge="broken">./assets/dark/broken.svg</customBadgeIcon>
<customBadgeIcon badge="altemu">./assets/dark/altemu.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/dark/gradient.png</path>
</image>
<image name="md_background_grad_bottom" extra="true">
<path>./assets/dark/gradient.png</path>
</image>
2021-08-17 12:09:45 +00:00
</view>
2021-10-11 15:04:18 +00:00
<!-- carousel feature -->
<feature supported="carousel">
<view name="system">
<text name="systemInfo">
<color>${mainColor}</color>
</text>
</view>
</feature>
2021-08-17 12:09:45 +00:00
</theme>