mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
488 lines
14 KiB
XML
488 lines
14 KiB
XML
<!--
|
|
theme name: Modern-DE
|
|
version: 4.0
|
|
author: Sophia Hadash
|
|
email: s.hadash2@protonmail.com
|
|
license: creative commons CC-BY-NC-SA
|
|
based on: Switch Theme by Lilbud
|
|
-->
|
|
|
|
<theme>
|
|
<formatVersion>7</formatVersion>
|
|
|
|
<!-- includes (hard-coded variant until v1.3) -->
|
|
<include>./variants/dark16_10/default.xml</include>
|
|
<include>./navigationsounds.xml</include>
|
|
|
|
<!-- variables -->
|
|
<variables>
|
|
<mainFont>./assets/fonts/nswitchui.ttf</mainFont>
|
|
</variables>
|
|
|
|
<!-- generic styles -->
|
|
<view name="system, basic, detailed, video, grid">
|
|
<helpsystem name="help">
|
|
<pos>0.96 0.935</pos>
|
|
<origin>1 0</origin>
|
|
<fontPath>${mainFont}</fontPath>
|
|
<textStyle>camelcase</textStyle>
|
|
</helpsystem>
|
|
<image name="background" extra="true">
|
|
<pos>0 0</pos>
|
|
<tile>true</tile>
|
|
<origin>0 0</origin>
|
|
<size>1 1</size>
|
|
<path>./assets/box.png</path>
|
|
<zIndex>-100</zIndex>
|
|
</image>
|
|
<image name="bottomline" extra="true">
|
|
<pos>0.5 0.9</pos>
|
|
<tile>false</tile>
|
|
<origin>0.5 0.5</origin>
|
|
<size>0.938 0.001</size>
|
|
<path>./assets/box.png</path>
|
|
</image>
|
|
<rating name="md_rating">
|
|
<filledPath>./assets/star-filled.svg</filledPath>
|
|
</rating>
|
|
</view>
|
|
|
|
<!-- system specific styles -->
|
|
<view name="system">
|
|
<image name="logo">
|
|
<path>./art/${system.theme}.jpg</path>
|
|
</image>
|
|
<image name="logoPlaceholderImage">
|
|
<pos>0.5 0.5</pos>
|
|
<path>./assets/box.png</path>
|
|
</image>
|
|
<text name="logoPlaceholderText">
|
|
<pos>0.5 0.5</pos>
|
|
<origin>0.5 0.5</origin>
|
|
<fontPath>${mainFont}</fontPath>
|
|
<forceUppercase>false</forceUppercase>
|
|
<text>${system.fullName}</text>
|
|
</text>
|
|
<carousel name="systemcarousel">
|
|
<color>00000000</color>
|
|
<legacyZIndexMode>false</legacyZIndexMode>
|
|
</carousel>
|
|
<text name="system_name_1" extra="true">
|
|
<text>${system.fullName}</text>
|
|
<forceUppercase>0</forceUppercase>
|
|
<size>0.743 0.015</size>
|
|
<pos>0.063 0.235</pos>
|
|
<origin>0 0</origin>
|
|
<fontSize>0.04</fontSize>
|
|
<alignment>left</alignment>
|
|
<fontPath>${mainFont}</fontPath>
|
|
</text>
|
|
<image name="arrowblock" extra="true">
|
|
<pos>0.03 0.22</pos>
|
|
<path>./assets/arrow_block.svg</path>
|
|
</image>
|
|
<!-- debug: blue selection box -->
|
|
<image name="selection_bottom" extra="true">
|
|
<tile>false</tile>
|
|
<origin>0.5 0.5</origin>
|
|
<path>./assets/box.png</path>
|
|
<zIndex>70</zIndex>
|
|
</image>
|
|
<image name="selection_top" extra="true">
|
|
<tile>false</tile>
|
|
<origin>0.5 0.5</origin>
|
|
<path>./assets/box.png</path>
|
|
<zIndex>70</zIndex>
|
|
</image>
|
|
<image name="selection_left" extra="true">
|
|
<tile>false</tile>
|
|
<origin>0.5 0.5</origin>
|
|
<path>./assets/box.png</path>
|
|
<zIndex>70</zIndex>
|
|
</image>
|
|
<image name="selection_right" extra="true">
|
|
<tile>false</tile>
|
|
<origin>0.5 0.5</origin>
|
|
<path>./assets/box.png</path>
|
|
<zIndex>70</zIndex>
|
|
</image>
|
|
</view>
|
|
|
|
<!-- gamelist specific styles: properties specific to single view -->
|
|
<view name="basic">
|
|
<textlist name="gamelist">
|
|
<pos>0.04 0.182</pos>
|
|
<size>0.924 0.682</size>
|
|
<alignment>center</alignment>
|
|
</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"
|
|
extra="true">
|
|
<forceUppercase>0</forceUppercase>
|
|
<fontSize>0.028</fontSize>
|
|
<fontPath>${mainFont}</fontPath>
|
|
</text>
|
|
<datetime name="md_releasedate">
|
|
<forceUppercase>0</forceUppercase>
|
|
<fontPath>${mainFont}</fontPath>
|
|
<fontSize>0.028</fontSize>
|
|
</datetime>
|
|
<text name="md_lbl_lastplayed, md_lbl_publisher, md_publsher, md_lbl_rating, md_lbl_playcount, md_playcount">
|
|
<pos>1 1</pos>
|
|
</text>
|
|
</view>
|
|
<view name="detailed">
|
|
<image name="md_image">
|
|
<pos>0.360 0.180</pos>
|
|
<maxSize>0.277 0.615</maxSize>
|
|
<origin>0 0</origin>
|
|
</image>
|
|
</view>
|
|
<view name="video">
|
|
<video name="md_video">
|
|
<pos>0.494 0.358</pos>
|
|
<maxSize>0.268 0.367</maxSize>
|
|
<origin>0.5 0.5</origin>
|
|
<delay>1.5</delay>
|
|
<showSnapshotNoVideo>true</showSnapshotNoVideo>
|
|
<showSnapshotDelay>true</showSnapshotDelay>
|
|
</video>
|
|
</view>
|
|
<view name="grid">
|
|
<text name="system_name_1" extra="true">
|
|
<text>${system.fullName}</text>
|
|
<forceUppercase>0</forceUppercase>
|
|
<size>0.743 0.031</size>
|
|
<pos>0.034 0.065</pos>
|
|
<fontSize>0.03</fontSize>
|
|
<alignment>left</alignment>
|
|
<fontPath>${mainFont}</fontPath>
|
|
</text>
|
|
<image name="logo">
|
|
<color>00000000</color>
|
|
<path>./assets/box.png</path>
|
|
<pos>1 1</pos>
|
|
</image>
|
|
<image name="topline" extra="true">
|
|
<pos>0.5 0.13</pos>
|
|
<tile>false</tile>
|
|
<origin>0.5 0.5</origin>
|
|
<size>0.938 0.001</size>
|
|
<path>./assets/box.png</path>
|
|
</image>
|
|
|
|
<!-- games panel -->
|
|
<imagegrid name="gamegrid">
|
|
<pos>0.06 0.218</pos>
|
|
<size>0.63 0.594</size>
|
|
<margin>0.006 0.006</margin>
|
|
<padding>0 0</padding>
|
|
<autoLayoutSelectedZoom>1</autoLayoutSelectedZoom>
|
|
<imageSource>screenshot</imageSource>
|
|
</imagegrid>
|
|
<gridtile name="default">
|
|
<size>0.205 0.250</size>
|
|
<padding>8 8</padding>
|
|
<backgroundCornerSize>1 1</backgroundCornerSize>
|
|
</gridtile>
|
|
<gridtile name="selected">
|
|
<size>0.205 0.250</size>
|
|
<padding>8 8</padding>
|
|
<backgroundCornerSize>8 8</backgroundCornerSize>
|
|
</gridtile>
|
|
|
|
<!-- metadata panel (right) -->
|
|
<image name="md_background" extra="true">
|
|
<pos>0.725 0.20</pos>
|
|
<tile>false</tile>
|
|
<origin>0 0</origin>
|
|
<size>0.275 0.63</size>
|
|
<path>./assets/box.png</path>
|
|
</image>
|
|
<image name="md_background_grad_top" extra="true">
|
|
<pos>0.725 0.131</pos>
|
|
<tile>false</tile>
|
|
<origin>0 0</origin>
|
|
<size>0.275 0.07</size>
|
|
<rotation>180</rotation>
|
|
</image>
|
|
<image name="md_background_grad_bottom" extra="true">
|
|
<pos>0.725 0.83</pos>
|
|
<tile>false</tile>
|
|
<origin>0 0</origin>
|
|
<size>0.275 0.07</size>
|
|
</image>
|
|
<text name="md_description">
|
|
<lineSpacing>1.2</lineSpacing>
|
|
<pos>0.75 0.21</pos>
|
|
<size>0.219 0.275</size>
|
|
<fontSize>0.03</fontSize>
|
|
</text>
|
|
<text name="md_lbl_publisher">
|
|
<pos>0.75 0.532</pos>
|
|
<size>0.10625 0.02</size>
|
|
<fontSize>0.02</fontSize>
|
|
</text>
|
|
<text name="md_publisher">
|
|
<pos>0.75 0.552</pos>
|
|
<size>0.10625 0.03</size>
|
|
<fontSize>0.03</fontSize>
|
|
</text>
|
|
<text name="md_lbl_developer">
|
|
<pos>0.8578 0.532</pos>
|
|
<size>0.10625 0.02</size>
|
|
<fontSize>0.02</fontSize>
|
|
</text>
|
|
<text name="md_developer">
|
|
<pos>0.8578 0.552</pos>
|
|
<size>0.10625 0.03</size>
|
|
<fontSize>0.03</fontSize>
|
|
</text>
|
|
<text name="md_lbl_releasedate">
|
|
<pos>0.75 0.608</pos>
|
|
<size>0.10625 0.02</size>
|
|
<fontSize>0.02</fontSize>
|
|
</text>
|
|
<datetime name="md_releasedate">
|
|
<pos>0.75 0.628</pos>
|
|
<size>0.10625 0.03</size>
|
|
<fontSize>0.03</fontSize>
|
|
</datetime>
|
|
<text name="md_lbl_players">
|
|
<pos>0.8578 0.608</pos>
|
|
<size>0.10625 0.02</size>
|
|
<fontSize>0.02</fontSize>
|
|
</text>
|
|
<text name="md_players">
|
|
<pos>0.8578 0.628</pos>
|
|
<size>0.10625 0.03</size>
|
|
<fontSize>0.03</fontSize>
|
|
</text>
|
|
<text name="md_lbl_genre">
|
|
<pos>0.75 0.684</pos>
|
|
<size>0.10625 0.02</size>
|
|
<fontSize>0.02</fontSize>
|
|
</text>
|
|
<text name="md_genre">
|
|
<pos>0.75 0.704</pos>
|
|
<size>0.10625 0.03</size>
|
|
<fontSize>0.03</fontSize>
|
|
</text>
|
|
<text name="md_lbl_rating">
|
|
<pos>0.75 0.760</pos>
|
|
<size>0.10625 0.02</size>
|
|
<fontSize>0.02</fontSize>
|
|
</text>
|
|
<rating name="md_rating">
|
|
<pos>0.75 0.785</pos>
|
|
<size>0.04 0.03</size>
|
|
</rating>
|
|
<text name="md_lbl_lastplayed, md_lbl_playcount, md_playcount">
|
|
<pos>1 1</pos>
|
|
</text>
|
|
<datetime name="md_lastplayed">
|
|
<pos>1 1</pos>
|
|
</datetime>
|
|
</view>
|
|
|
|
<!-- gamelist specific styles: properties specific to multiple views -->
|
|
<view name="basic, detailed, video">
|
|
<textlist name="gamelist">
|
|
<fontPath>${mainFont}</fontPath>
|
|
<fontSize>0.028</fontSize>
|
|
<horizontalMargin>0.01</horizontalMargin>
|
|
<lineSpacing>2.3</lineSpacing>
|
|
</textlist>
|
|
<text name="system_name_1" extra="true">
|
|
<text>${system.fullName}</text>
|
|
<forceUppercase>0</forceUppercase>
|
|
<size>0.743 0.031</size>
|
|
<pos>0.034 0.065</pos>
|
|
<fontSize>0.03</fontSize>
|
|
<alignment>left</alignment>
|
|
<fontPath>${mainFont}</fontPath>
|
|
</text>
|
|
<image name="logo">
|
|
<color>00000000</color>
|
|
<path>./assets/box.png</path>
|
|
<pos>1 1</pos>
|
|
</image>
|
|
<image name="topline" extra="true">
|
|
<pos>0.5 0.13</pos>
|
|
<tile>false</tile>
|
|
<origin>0.5 0.5</origin>
|
|
<size>0.938 0.001</size>
|
|
<path>./assets/box.png</path>
|
|
</image>
|
|
</view>
|
|
<view name="detailed, video">
|
|
<textlist name="gamelist">
|
|
<pos>0.04 0.182</pos>
|
|
<size>0.31 0.682</size>
|
|
<alignment>left</alignment>
|
|
<selectorImagePath>./assets/selector.png</selectorImagePath>
|
|
<selectorHeight>0.06</selectorHeight>
|
|
<selectorOffsetY>-0.008</selectorOffsetY>
|
|
</textlist>
|
|
<text name="gamelistInfo">
|
|
<forceUppercase>0</forceUppercase>
|
|
<size>0.2 0.031</size>
|
|
<origin>1 0</origin>
|
|
<pos>0.966 0.065</pos>
|
|
<fontSize>0.03</fontSize>
|
|
<alignment>right</alignment>
|
|
<fontPath>${mainFont}</fontPath>
|
|
</text>
|
|
<image name="md_marquee">
|
|
<origin>0.5 0.5</origin>
|
|
<pos>0.494 0.68</pos>
|
|
<maxSize>0.268 0.228</maxSize>
|
|
</image>
|
|
|
|
<!-- metadata panel (right) -->
|
|
<image name="md_background" extra="true">
|
|
<pos>0.675 0.20</pos>
|
|
<tile>false</tile>
|
|
<origin>0 0</origin>
|
|
<size>0.325 0.63</size>
|
|
<path>./assets/box.png</path>
|
|
</image>
|
|
<image name="md_background_grad_top" extra="true">
|
|
<pos>0.675 0.131</pos>
|
|
<tile>false</tile>
|
|
<origin>0 0</origin>
|
|
<size>0.325 0.07</size>
|
|
<rotation>180</rotation>
|
|
</image>
|
|
<image name="md_background_grad_bottom" extra="true">
|
|
<pos>0.675 0.83</pos>
|
|
<tile>false</tile>
|
|
<origin>0 0</origin>
|
|
<size>0.325 0.07</size>
|
|
</image>
|
|
<text name="md_description">
|
|
<forceUppercase>0</forceUppercase>
|
|
<lineSpacing>1.2</lineSpacing>
|
|
<pos>0.70 0.1745</pos>
|
|
<size>0.269 0.3105</size>
|
|
<fontSize>0.03</fontSize>
|
|
</text>
|
|
<text name="md_lbl_publisher">
|
|
<pos>0.70 0.532</pos>
|
|
<size>0.13125 0.02</size>
|
|
<fontSize>0.02</fontSize>
|
|
</text>
|
|
<text name="md_publisher">
|
|
<pos>0.70 0.552</pos>
|
|
<size>0.13125 0.03</size>
|
|
<fontSize>0.03</fontSize>
|
|
</text>
|
|
<text name="md_lbl_developer">
|
|
<pos>0.8453 0.532</pos>
|
|
<size>0.13125 0.02</size>
|
|
<fontSize>0.02</fontSize>
|
|
</text>
|
|
<text name="md_developer">
|
|
<pos>0.8453 0.552</pos>
|
|
<size>0.13125 0.03</size>
|
|
<fontSize>0.03</fontSize>
|
|
</text>
|
|
<text name="md_lbl_releasedate">
|
|
<pos>0.70 0.608</pos>
|
|
<size>0.13125 0.02</size>
|
|
<fontSize>0.02</fontSize>
|
|
</text>
|
|
<datetime name="md_releasedate">
|
|
<pos>0.70 0.628</pos>
|
|
<size>0.13125 0.03</size>
|
|
<fontSize>0.03</fontSize>
|
|
</datetime>
|
|
<text name="md_lbl_players">
|
|
<pos>0.8453 0.608</pos>
|
|
<size>0.13125 0.02</size>
|
|
<fontSize>0.02</fontSize>
|
|
</text>
|
|
<text name="md_players">
|
|
<pos>0.8453 0.628</pos>
|
|
<size>0.13125 0.03</size>
|
|
<fontSize>0.03</fontSize>
|
|
</text>
|
|
<text name="md_lbl_genre">
|
|
<pos>0.70 0.684</pos>
|
|
<size>0.13125 0.02</size>
|
|
<fontSize>0.02</fontSize>
|
|
</text>
|
|
<text name="md_genre">
|
|
<pos>0.70 0.704</pos>
|
|
<size>0.13125 0.03</size>
|
|
<fontSize>0.03</fontSize>
|
|
</text>
|
|
<text name="md_lbl_rating">
|
|
<pos>0.70 0.760</pos>
|
|
<size>0.13125 0.02</size>
|
|
<fontSize>0.02</fontSize>
|
|
</text>
|
|
<rating name="md_rating">
|
|
<pos>0.70 0.785</pos>
|
|
<size>0.04 0.03</size>
|
|
</rating>
|
|
<text name="md_lbl_lastplayed, md_lbl_playcount, md_playcount">
|
|
<pos>1 1</pos>
|
|
</text>
|
|
<datetime name="md_lastplayed">
|
|
<pos>1 1</pos>
|
|
</datetime>
|
|
<badges name="md_badges">
|
|
<pos>0.8423 0.69</pos>
|
|
<size>0.1267 0.17335978655</size>
|
|
<origin>0 0</origin>
|
|
<direction>column</direction>
|
|
<slots>controller favorite kidgame broken completed altemulator</slots>
|
|
<controllerPos>0.165 0.5</controllerPos>
|
|
<controllerSize>0.2</controllerSize>
|
|
<!-- // clang-format off -->
|
|
<customControllerIcon controller="gamepad_generic">./assets/controllers/generic.svg</customControllerIcon>
|
|
<customControllerIcon controller="gamepad_xbox">./assets/controllers/xbox.svg</customControllerIcon>
|
|
<customControllerIcon controller="gamepad_playstation">./assets/controllers/dualshock4.svg</customControllerIcon>
|
|
<customControllerIcon controller="gamepad_nintendo_nes">./assets/controllers/classic.svg</customControllerIcon>
|
|
<customControllerIcon controller="gamepad_nintendo_snes">./assets/controllers/classic.svg</customControllerIcon>
|
|
<customControllerIcon controller="gamepad_nintendo_64">./assets/controllers/n64.svg</customControllerIcon>
|
|
<customControllerIcon controller="joystick_generic">./assets/controllers/joystick.svg</customControllerIcon>
|
|
<customControllerIcon controller="trackball_generic">./assets/controllers/trackball.svg</customControllerIcon>
|
|
<customControllerIcon controller="lightgun_generic">./assets/controllers/gun.svg</customControllerIcon>
|
|
<customControllerIcon controller="lightgun_nintendo">./assets/controllers/gun.svg</customControllerIcon>
|
|
<customControllerIcon controller="keyboard_generic">./assets/controllers/keyboard.svg</customControllerIcon>
|
|
<customControllerIcon controller="mouse_generic">./assets/controllers/mouse.svg</customControllerIcon>
|
|
<customControllerIcon controller="mouse_amiga">./assets/controllers/mouse.svg</customControllerIcon>
|
|
<customControllerIcon controller="keyboard_mouse_generic">./assets/controllers/keyboard-mouse.svg</customControllerIcon>
|
|
<customControllerIcon controller="steering_wheel_generic">./assets/controllers/wheel.svg</customControllerIcon>
|
|
<customControllerIcon controller="wii_remote_nintendo">./assets/controllers/wiimote.svg</customControllerIcon>
|
|
<customControllerIcon controller="wii_remote_and_nunchuk_nintendo">./assets/controllers/wiimote-nunchuck.svg</customControllerIcon>
|
|
<customControllerIcon controller="joycon_left_or_right_nintendo">./assets/controllers/joycon-left.svg</customControllerIcon>
|
|
<customControllerIcon controller="joycon_pair_nintendo">./assets/controllers/joycon-pair.svg</customControllerIcon>
|
|
<customControllerIcon controller="unknown">./assets/controllers/generic.svg</customControllerIcon>
|
|
<!-- // clang-format on -->
|
|
</badges>
|
|
</view>
|
|
|
|
<!-- carousel feature -->
|
|
<feature supported="carousel">
|
|
<view name="system">
|
|
<carousel name="systemcarousel">
|
|
<type>horizontal</type>
|
|
<pos>0 0.3</pos>
|
|
<size>1 .4</size>
|
|
<logoScale>1</logoScale>
|
|
<logoSize>0.234 0.397</logoSize>
|
|
</carousel>
|
|
<text name="systemInfo">
|
|
<forceUppercase>0</forceUppercase>
|
|
<fontSize>0.03</fontSize>
|
|
<pos>0.5 0.75</pos>
|
|
<origin>0.5 0.5</origin>
|
|
<forceUppercase>0</forceUppercase>
|
|
<fontPath>${mainFont}</fontPath>
|
|
</text>
|
|
</view>
|
|
</feature>
|
|
</theme>
|