2022-11-03 11:54:18 +00:00
|
|
|
<!--
|
|
|
|
Theme capabilities for modern-DE
|
|
|
|
-->
|
|
|
|
|
|
|
|
<themeCapabilities>
|
|
|
|
<aspectRatio>16:9</aspectRatio>
|
|
|
|
<aspectRatio>16:10</aspectRatio>
|
|
|
|
<aspectRatio>4:3</aspectRatio>
|
|
|
|
<aspectRatio>21:9</aspectRatio>
|
|
|
|
|
|
|
|
<colorScheme name="dark">
|
|
|
|
<label>Dark mode</label>
|
|
|
|
</colorScheme>
|
|
|
|
|
|
|
|
<colorScheme name="light">
|
|
|
|
<label>Light mode</label>
|
|
|
|
</colorScheme>
|
|
|
|
|
|
|
|
<variant name="withVideos">
|
|
|
|
<label>Textlist with videos</label>
|
|
|
|
<selectable>true</selectable>
|
2023-01-04 18:12:28 +00:00
|
|
|
<override>
|
|
|
|
<trigger>noMedia</trigger>
|
|
|
|
<mediaType>miximage, screenshot, cover, video</mediaType>
|
|
|
|
<useVariant>noGameMedia</useVariant>
|
|
|
|
</override>
|
2022-11-03 11:54:18 +00:00
|
|
|
</variant>
|
|
|
|
|
|
|
|
<variant name="withoutVideos">
|
|
|
|
<label>Textlist without videos</label>
|
|
|
|
<selectable>true</selectable>
|
2023-01-04 18:12:28 +00:00
|
|
|
<override>
|
|
|
|
<trigger>noMedia</trigger>
|
|
|
|
<mediaType>miximage, screenshot, cover</mediaType>
|
|
|
|
<useVariant>noGameMedia</useVariant>
|
|
|
|
</override>
|
|
|
|
</variant>
|
|
|
|
|
|
|
|
<variant name="noGameMedia">
|
|
|
|
<label>No game media</label>
|
|
|
|
<selectable>false</selectable>
|
2022-11-03 11:54:18 +00:00
|
|
|
</variant>
|
|
|
|
</themeCapabilities>
|