mirror of
https://github.com/RetroDECK/RetroDECK-theme.git
synced 2024-11-21 21:35:37 +00:00
65 lines
1.8 KiB
XML
65 lines
1.8 KiB
XML
<!--
|
|
Theme capabilities for ESDE-Mini
|
|
-->
|
|
|
|
<themeCapabilities>
|
|
|
|
<fontSize>medium</fontSize>
|
|
<fontSize>large</fontSize>
|
|
|
|
<suppressTransitionProfiles>
|
|
<entry>builtin-instant</entry>
|
|
<entry>builtin-slide</entry>
|
|
<entry>builtin-fade</entry>
|
|
</suppressTransitionProfiles>
|
|
|
|
|
|
<transitions name="instantfade">
|
|
<label>Instant w/Fade</label>
|
|
<selectable>true</selectable>
|
|
<systemToSystem>instant</systemToSystem>
|
|
<systemToGamelist>fade</systemToGamelist>
|
|
<gamelistToGamelist>instant</gamelistToGamelist>
|
|
<gamelistToSystem>fade</gamelistToSystem>
|
|
<startupToSystem>slide</startupToSystem>
|
|
<startupToGamelist>slide</startupToGamelist>
|
|
</transitions>
|
|
|
|
<transitions name="instant">
|
|
<label>Instant</label>
|
|
<selectable>true</selectable>
|
|
<systemToSystem>instant</systemToSystem>
|
|
<systemToGamelist>instant</systemToGamelist>
|
|
<gamelistToGamelist>instant</gamelistToGamelist>
|
|
<gamelistToSystem>instant</gamelistToSystem>
|
|
<startupToSystem>instant</startupToSystem>
|
|
<startupToGamelist>instant</startupToGamelist>
|
|
</transitions>
|
|
|
|
|
|
<themeName>RetroDeck</themeName>
|
|
|
|
<aspectRatio>16:9</aspectRatio>
|
|
<aspectRatio>4:3</aspectRatio>
|
|
<aspectRatio>16:10</aspectRatio>
|
|
|
|
|
|
<colorScheme name="retrodeck">
|
|
<label>RetroDeck</label>
|
|
</colorScheme>
|
|
|
|
<variant name="textlist">
|
|
<label>Textlist</label>
|
|
<selectable>true</selectable>
|
|
</variant>
|
|
<variant name="carousel">
|
|
<label>Cover Carousel</label>
|
|
<selectable>true</selectable>
|
|
</variant>
|
|
<variant name="grid">
|
|
<label>Marquee Grid</label>
|
|
<selectable>true</selectable>
|
|
</variant>
|
|
|
|
|
|
</themeCapabilities> |