mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
28 lines
665 B
XML
28 lines
665 B
XML
<!--
|
|
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>
|
|
</variant>
|
|
|
|
<variant name="withoutVideos">
|
|
<label>Textlist without videos</label>
|
|
<selectable>true</selectable>
|
|
</variant>
|
|
</themeCapabilities> |