2022-01-30 20:37:17 +00:00
|
|
|
<!--
|
2022-10-31 19:04:24 +00:00
|
|
|
Theme capabilities for slate-DE
|
2022-01-30 20:37:17 +00:00
|
|
|
-->
|
|
|
|
|
|
|
|
<themeCapabilities>
|
|
|
|
<aspectRatio>16:9</aspectRatio>
|
2022-02-01 17:10:51 +00:00
|
|
|
<aspectRatio>4:3</aspectRatio>
|
2022-01-30 20:37:17 +00:00
|
|
|
|
2022-10-31 19:04:24 +00:00
|
|
|
<colorScheme name="dark">
|
2022-09-11 10:59:01 +00:00
|
|
|
<label>Dark mode</label>
|
2022-10-31 19:04:24 +00:00
|
|
|
</colorScheme>
|
2022-01-30 20:37:17 +00:00
|
|
|
|
2022-10-31 19:04:24 +00:00
|
|
|
<colorScheme name="light">
|
2022-09-11 10:59:01 +00:00
|
|
|
<label>Light mode</label>
|
2022-10-31 19:04:24 +00:00
|
|
|
</colorScheme>
|
|
|
|
|
2023-01-08 19:30:34 +00:00
|
|
|
<transitions name="slide">
|
|
|
|
<label>slide</label>
|
|
|
|
<selectable>true</selectable>
|
|
|
|
<systemToSystem>slide</systemToSystem>
|
|
|
|
<systemToGamelist>slide</systemToGamelist>
|
|
|
|
<gamelistToGamelist>slide</gamelistToGamelist>
|
|
|
|
<gamelistToSystem>slide</gamelistToSystem>
|
|
|
|
</transitions>
|
|
|
|
|
|
|
|
<transitions name="instant">
|
|
|
|
<label>instant</label>
|
|
|
|
<selectable>true</selectable>
|
|
|
|
<systemToSystem>instant</systemToSystem>
|
|
|
|
<systemToGamelist>instant</systemToGamelist>
|
|
|
|
<gamelistToGamelist>instant</gamelistToGamelist>
|
|
|
|
<gamelistToSystem>instant</gamelistToSystem>
|
|
|
|
<startupToSystem>slide</startupToSystem>
|
|
|
|
<startupToGamelist>slide</startupToGamelist>
|
|
|
|
</transitions>
|
|
|
|
|
|
|
|
<transitions name="fade">
|
|
|
|
<label>fade</label>
|
|
|
|
<selectable>true</selectable>
|
|
|
|
<systemToSystem>fade</systemToSystem>
|
|
|
|
<systemToGamelist>fade</systemToGamelist>
|
|
|
|
<gamelistToGamelist>fade</gamelistToGamelist>
|
|
|
|
<gamelistToSystem>fade</gamelistToSystem>
|
|
|
|
<startupToSystem>slide</startupToSystem>
|
|
|
|
<startupToGamelist>slide</startupToGamelist>
|
|
|
|
</transitions>
|
|
|
|
|
|
|
|
<suppressTransitionProfiles>
|
|
|
|
<entry>builtin-instant</entry>
|
|
|
|
<entry>builtin-slide</entry>
|
|
|
|
<entry>builtin-fade</entry>
|
|
|
|
</suppressTransitionProfiles>
|
|
|
|
|
2022-10-31 19:04:24 +00:00
|
|
|
<variant name="withVideos">
|
|
|
|
<label>Textlist with videos</label>
|
2022-01-30 20:37:17 +00:00
|
|
|
<selectable>true</selectable>
|
|
|
|
<override>
|
2023-01-04 18:09:35 +00:00
|
|
|
<trigger>noMedia</trigger>
|
|
|
|
<mediaType>miximage, screenshot, cover, video</mediaType>
|
|
|
|
<useVariant>noGameMedia</useVariant>
|
2022-01-30 20:37:17 +00:00
|
|
|
</override>
|
|
|
|
</variant>
|
|
|
|
|
2022-10-31 19:04:24 +00:00
|
|
|
<variant name="withoutVideos">
|
|
|
|
<label>Textlist without videos</label>
|
2022-01-30 20:37:17 +00:00
|
|
|
<selectable>true</selectable>
|
|
|
|
<override>
|
2023-01-04 18:09:35 +00:00
|
|
|
<trigger>noMedia</trigger>
|
|
|
|
<mediaType>miximage, screenshot, cover</mediaType>
|
|
|
|
<useVariant>noGameMedia</useVariant>
|
2022-01-30 20:37:17 +00:00
|
|
|
</override>
|
|
|
|
</variant>
|
|
|
|
|
2023-01-04 18:09:35 +00:00
|
|
|
<variant name="noGameMedia">
|
|
|
|
<label>No game media</label>
|
|
|
|
<selectable>false</selectable>
|
|
|
|
</variant>
|
2022-01-30 20:37:17 +00:00
|
|
|
</themeCapabilities>
|