(modern-DE) Some minor adjustments for the new theme engine.

This commit is contained in:
Leon Styhre 2022-04-14 23:12:58 +02:00
parent d62bc17400
commit 52bda6e869
7 changed files with 973 additions and 979 deletions

View file

@ -3,7 +3,7 @@
<feature supported="navigationsounds"> <feature supported="navigationsounds">
<view name="all"> <view name="all">
<sound name="systembrowse"> <sound name="systembrowse">
<path>./assets/sounds/systembrowse.wav</path> <path>./assets/sounds/systembrowse.wav</path>
</sound> </sound>
<sound name="quicksysselect"> <sound name="quicksysselect">
<path>./assets/sounds/quicksysselect.wav</path> <path>./assets/sounds/quicksysselect.wav</path>

View file

@ -8,92 +8,92 @@ based on: Switch Theme by Lilbud
--> -->
<theme> <theme>
<formatVersion>7</formatVersion> <formatVersion>7</formatVersion>
<!-- generic styles --> <!-- generic styles -->
<view name="system, basic, detailed, video"> <view name="system, basic, detailed, video">
<helpsystem name="help"> <helpsystem name="help">
<fontSize>0.034</fontSize> <fontSize>0.034</fontSize>
<entrySpacing>48</entrySpacing> <entrySpacing>0.0115</entrySpacing>
<iconTextSpacing>12</iconTextSpacing> <iconTextSpacing>0.00625</iconTextSpacing>
</helpsystem> </helpsystem>
<image name="arrowblock" extra="true"> <image name="arrowblock" extra="true">
<size>0.023 0.047</size> <size>0.023 0.047</size>
</image> </image>
<text name="system_name_1" extra="true"> <text name="system_name_1" extra="true">
<size>0.743 0.015</size> <size>0.743 0.015</size>
<pos>0.063 0.235</pos> <pos>0.063 0.235</pos>
</text> </text>
</view> </view>
<!-- system specific styles --> <!-- system specific styles -->
<view name="system"> <view name="system">
<image name="logoPlaceholderImage"> <image name="logoPlaceholderImage">
<size>0.233 0.372</size> <size>0.233 0.372</size>
</image> </image>
<text name="logoPlaceholderText"> <text name="logoPlaceholderText">
<size>0.18 0.32</size> <size>0.18 0.32</size>
<fontSize>0.035</fontSize> <fontSize>0.035</fontSize>
</text> </text>
<image name="selection_bottom" extra="true"> <image name="selection_bottom" extra="true">
<pos>0.5 0.6925</pos> <pos>0.5 0.6925</pos>
<size>0.24 0.003</size> <size>0.24 0.003</size>
</image> </image>
<image name="selection_top" extra="true"> <image name="selection_top" extra="true">
<pos>0.5 0.3075</pos> <pos>0.5 0.3075</pos>
<size>0.24 0.003</size> <size>0.24 0.003</size>
</image> </image>
<image name="selection_left" extra="true"> <image name="selection_left" extra="true">
<pos>0.38 0.5</pos> <pos>0.38 0.5</pos>
<size>0.0016875 0.388</size> <size>0.0016875 0.388</size>
</image> </image>
<image name="selection_right" extra="true"> <image name="selection_right" extra="true">
<pos>0.62 0.5</pos> <pos>0.62 0.5</pos>
<size>0.0016875 0.388</size> <size>0.0016875 0.388</size>
</image> </image>
</view> </view>
<!-- gamelist specific styles --> <!-- gamelist specific styles -->
<view name="detailed, video"> <view name="detailed, video">
<text name="md_lbl_players"> <text name="md_lbl_players">
<pos>0.657 0.336</pos> <pos>0.657 0.336</pos>
</text> </text>
<text name="md_players"> <text name="md_players">
<pos>0.72 0.3307</pos> <pos>0.72 0.3307</pos>
</text> </text>
<text name="md_lbl_genre"> <text name="md_lbl_genre">
<pos>0.657 0.287</pos> <pos>0.657 0.287</pos>
</text> </text>
<text name="md_genre"> <text name="md_genre">
<pos>0.711 0.2805</pos> <pos>0.711 0.2805</pos>
</text> </text>
<text name="md_lbl_developer"> <text name="md_lbl_developer">
<pos>0.657 0.189</pos> <pos>0.657 0.189</pos>
</text> </text>
<text name="md_developer"> <text name="md_developer">
<pos>0.740 0.196</pos> <pos>0.740 0.196</pos>
<size>0.2 0.028</size> <size>0.2 0.028</size>
</text> </text>
<datetime name="md_releasedate"> <datetime name="md_releasedate">
<pos>0.731 0.232</pos> <pos>0.731 0.232</pos>
</datetime> </datetime>
<text name="md_lbl_releasedate"> <text name="md_lbl_releasedate">
<pos>0.657 0.238</pos> <pos>0.657 0.238</pos>
</text> </text>
<datetime name="md_lastplayed"> <datetime name="md_lastplayed">
<pos>1 1</pos> <pos>1 1</pos>
</datetime> </datetime>
<badges name="md_badges"> <badges name="md_badges">
<itemsPerLine>4</itemsPerLine> <itemsPerLine>4</itemsPerLine>
<lines>2</lines> <lines>2</lines>
<itemMargin>0.0028125 0.005</itemMargin> <itemMargin>0.0028125 0.005</itemMargin>
</badges> </badges>
</view> </view>
<feature supported="carousel"> <feature supported="carousel">
<view name="system"> <view name="system">
<carousel name="systemcarousel"> <carousel name="systemcarousel">
<maxLogoCount>3.5</maxLogoCount> <maxLogoCount>3.5</maxLogoCount>
</carousel> </carousel>
</view> </view>
</feature> </feature>
</theme> </theme>

View file

@ -8,92 +8,92 @@ based on: Switch Theme by Lilbud
--> -->
<theme> <theme>
<formatVersion>7</formatVersion> <formatVersion>7</formatVersion>
<!-- generic styles --> <!-- generic styles -->
<view name="system, basic, detailed, video"> <view name="system, basic, detailed, video">
<helpsystem name="help"> <helpsystem name="help">
<fontSize>0.035</fontSize> <fontSize>0.035</fontSize>
<entrySpacing>48</entrySpacing> <entrySpacing>48</entrySpacing>
<iconTextSpacing>12</iconTextSpacing> <iconTextSpacing>12</iconTextSpacing>
</helpsystem> </helpsystem>
<image name="arrowblock" extra="true"> <image name="arrowblock" extra="true">
<size>0.023 0.047</size> <size>0.023 0.047</size>
</image> </image>
<text name="system_name_1" extra="true"> <text name="system_name_1" extra="true">
<size>0.743 0.015</size> <size>0.743 0.015</size>
<pos>0.063 0.235</pos> <pos>0.063 0.235</pos>
</text> </text>
</view> </view>
<!-- system specific styles --> <!-- system specific styles -->
<view name="system"> <view name="system">
<image name="logoPlaceholderImage"> <image name="logoPlaceholderImage">
<size>0.225 0.3975</size> <size>0.225 0.3975</size>
</image> </image>
<text name="logoPlaceholderText"> <text name="logoPlaceholderText">
<size>0.18 0.32</size> <size>0.18 0.32</size>
<fontSize>0.035</fontSize> <fontSize>0.035</fontSize>
</text> </text>
<image name="selection_bottom" extra="true"> <image name="selection_bottom" extra="true">
<pos>0.5 0.7025</pos> <pos>0.5 0.7025</pos>
<size>0.23 0.003</size> <size>0.23 0.003</size>
</image> </image>
<image name="selection_top" extra="true"> <image name="selection_top" extra="true">
<pos>0.5 0.2975</pos> <pos>0.5 0.2975</pos>
<size>0.23 0.003</size> <size>0.23 0.003</size>
</image> </image>
<image name="selection_left" extra="true"> <image name="selection_left" extra="true">
<pos>0.385 0.5</pos> <pos>0.385 0.5</pos>
<size>0.0016875 0.408</size> <size>0.0016875 0.408</size>
</image> </image>
<image name="selection_right" extra="true"> <image name="selection_right" extra="true">
<pos>0.615 0.5</pos> <pos>0.615 0.5</pos>
<size>0.0016875 0.408</size> <size>0.0016875 0.408</size>
</image> </image>
</view> </view>
<!-- gamelist specific styles --> <!-- gamelist specific styles -->
<view name="detailed, video"> <view name="detailed, video">
<text name="md_lbl_players"> <text name="md_lbl_players">
<pos>0.657 0.336</pos> <pos>0.657 0.336</pos>
</text> </text>
<text name="md_players"> <text name="md_players">
<pos>0.72 0.3307</pos> <pos>0.72 0.3307</pos>
</text> </text>
<text name="md_lbl_genre"> <text name="md_lbl_genre">
<pos>0.657 0.287</pos> <pos>0.657 0.287</pos>
</text> </text>
<text name="md_genre"> <text name="md_genre">
<pos>0.711 0.2805</pos> <pos>0.711 0.2805</pos>
</text> </text>
<text name="md_lbl_developer"> <text name="md_lbl_developer">
<pos>0.657 0.189</pos> <pos>0.657 0.189</pos>
</text> </text>
<text name="md_developer"> <text name="md_developer">
<pos>0.740 0.196</pos> <pos>0.740 0.196</pos>
<size>0.2 0.028</size> <size>0.2 0.028</size>
</text> </text>
<datetime name="md_releasedate"> <datetime name="md_releasedate">
<pos>0.731 0.232</pos> <pos>0.731 0.232</pos>
</datetime> </datetime>
<text name="md_lbl_releasedate"> <text name="md_lbl_releasedate">
<pos>0.657 0.238</pos> <pos>0.657 0.238</pos>
</text> </text>
<datetime name="md_lastplayed"> <datetime name="md_lastplayed">
<pos>1 1</pos> <pos>1 1</pos>
</datetime> </datetime>
<badges name="md_badges"> <badges name="md_badges">
<itemsPerLine>4</itemsPerLine> <itemsPerLine>4</itemsPerLine>
<lines>2</lines> <lines>2</lines>
<itemMargin>0.0028125 0.005</itemMargin> <itemMargin>0.0028125 0.005</itemMargin>
</badges> </badges>
</view> </view>
<feature supported="carousel"> <feature supported="carousel">
<view name="system"> <view name="system">
<carousel name="systemcarousel"> <carousel name="systemcarousel">
<maxLogoCount>3.5</maxLogoCount> <maxLogoCount>3.5</maxLogoCount>
</carousel> </carousel>
</view> </view>
</feature> </feature>
</theme> </theme>

View file

@ -8,95 +8,93 @@ based on: Switch Theme by Lilbud
--> -->
<theme> <theme>
<formatVersion>7</formatVersion> <formatVersion>7</formatVersion>
<!-- generic styles --> <!-- generic styles -->
<view name="system, basic, detailed, video"> <view name="system, basic, detailed, video">
<helpsystem name="help"> <helpsystem name="help">
<fontSize>0.028</fontSize> <fontSize>0.028</fontSize>
<entrySpacing>36</entrySpacing> <entrySpacing>36</entrySpacing>
<iconTextSpacing>8</iconTextSpacing> <iconTextSpacing>8</iconTextSpacing>
</helpsystem> </helpsystem>
<image name="arrowblock" extra="true"> <image name="arrowblock" extra="true">
<size>0.029 0.047</size> <size>0.029 0.047</size>
</image> </image>
<text name="system_name_1" extra="true"> <text name="system_name_1" extra="true">
<size>0.743 0.015</size> <size>0.743 0.015</size>
<pos>0.07 0.235</pos> <pos>0.07 0.235</pos>
</text> </text>
</view> </view>
<!-- system specific styles --> <!-- system specific styles -->
<view name="system"> <view name="system">
<image name="logoPlaceholderImage"> <image name="logoPlaceholderImage">
<size>0.235 0.313</size> <size>0.235 0.313</size>
</image> </image>
<text name="logoPlaceholderText"> <text name="logoPlaceholderText">
<size>0.18 0.32</size> <size>0.18 0.32</size>
<fontSize>0.035</fontSize> <fontSize>0.035</fontSize>
</text> </text>
<image name="selection_bottom" extra="true"> <image name="selection_bottom" extra="true">
<pos>0.5 0.66</pos> <pos>0.5 0.66</pos>
<size>0.24 0.003</size> <size>0.24 0.003</size>
</image> </image>
<image name="selection_top" extra="true"> <image name="selection_top" extra="true">
<pos>0.5 0.34</pos> <pos>0.5 0.34</pos>
<size>0.24 0.003</size> <size>0.24 0.003</size>
</image> </image>
<image name="selection_left" extra="true"> <image name="selection_left" extra="true">
<pos>0.38 0.5</pos> <pos>0.38 0.5</pos>
<size>0.0016875 0.3208</size> <size>0.0016875 0.3208</size>
</image> </image>
<image name="selection_right" extra="true"> <image name="selection_right" extra="true">
<pos>0.620 0.5</pos> <pos>0.620 0.5</pos>
<size>0.0016875 0.3208</size> <size>0.0016875 0.3208</size>
</image> </image>
</view> </view>
<!-- gamelist specific styles --> <!-- gamelist specific styles -->
<view name="detailed, video"> <view name="detailed, video">
<text name="md_lbl_players"> <text name="md_lbl_players">
<pos>0.657 0.336</pos> <pos>0.657 0.336</pos>
</text> </text>
<text name="md_players"> <text name="md_players">
<pos>0.74 0.3285</pos> <pos>0.74 0.3285</pos>
</text> </text>
<text name="md_lbl_genre"> <text name="md_lbl_genre">
<pos>0.657 0.287</pos> <pos>0.657 0.287</pos>
</text> </text>
<text name="md_genre"> <text name="md_genre">
<pos>0.73 0.292</pos> <pos>0.73 0.292</pos>
<size>0.2 0.028</size> <size>0.2 0.028</size>
</text> </text>
<text name="md_lbl_developer"> <text name="md_lbl_developer">
<pos>0.657 0.189</pos> <pos>0.657 0.189</pos>
</text> </text>
<text name="md_developer"> <text name="md_developer">
<pos>0.770 0.194</pos> <pos>0.770 0.194</pos>
<size>0.2 0.028</size> <size>0.2 0.028</size>
</text> </text>
<text name="md_lbl_releasedate"> <text name="md_lbl_releasedate">
<pos>0.657 0.238</pos> <pos>0.657 0.238</pos>
</text> </text>
<datetime name="md_releasedate"> <datetime name="md_releasedate">
<pos>0.758 0.2306</pos> <pos>0.758 0.2306</pos>
</datetime> </datetime>
<datetime name="md_lastplayed"> <datetime name="md_lastplayed">
<pos>1 1</pos> <pos>1 1</pos>
</datetime> </datetime>
<badges name="md_badges"> <badges name="md_badges">
<itemsPerLine>4</itemsPerLine> <itemsPerLine>4</itemsPerLine>
<lines>2</lines> <lines>2</lines>
<itemMargin>0.005 0.00375</itemMargin> <itemMargin>0.005 0.00375</itemMargin>
</badges> </badges>
</view> </view>
<feature supported="carousel"> <feature supported="carousel">
<view name="system"> <view name="system">
<carousel name="systemcarousel"> <carousel name="systemcarousel">
<maxLogoCount>3.5</maxLogoCount> <maxLogoCount>3.5</maxLogoCount>
</carousel> </carousel>
</view> </view>
</feature> </feature>
</theme> </theme>

View file

@ -8,138 +8,137 @@ based on: Switch Theme by Lilbud
--> -->
<theme> <theme>
<formatVersion>7</formatVersion> <formatVersion>7</formatVersion>
<!-- color variables -->
<variables>
<backgroundColor>323232</backgroundColor>
<backgroundColor2>2d2d2d</backgroundColor2>
<mainColor>0afdca</mainColor>
<highlightColor>82f0ff</highlightColor>
<secondaryColor>f4f4f4</secondaryColor>
<tertiaryColor>858585</tertiaryColor>
<systemColor>3aa5ab</systemColor>
<placeholderColor>505050</placeholderColor>
</variables>
<!-- generic styles --> <!-- color variables -->
<view name="system, basic, detailed, video"> <variables>
<helpsystem name="help"> <backgroundColor>323232</backgroundColor>
<iconColor>${secondaryColor}</iconColor> <backgroundColor2>2d2d2d</backgroundColor2>
<textColor>${secondaryColor}</textColor> <mainColor>0afdca</mainColor>
<iconColorDimmed>${secondaryColor}</iconColorDimmed> <highlightColor>82f0ff</highlightColor>
<textColorDimmed>${secondaryColor}</textColorDimmed> <secondaryColor>f4f4f4</secondaryColor>
</helpsystem> <tertiaryColor>858585</tertiaryColor>
<text name="logoPlaceholderText"> <systemColor>3aa5ab</systemColor>
<color>${secondaryColor}</color> <placeholderColor>505050</placeholderColor>
</text> </variables>
<image name="background">
<color>${backgroundColor}</color>
</image>
<image name="topline, bottomline" extra="true">
<color>${tertiaryColor}</color>
</image>
<rating name="md_rating">
<unfilledPath>./../assets/dark/star-unfilled.svg</unfilledPath>
</rating>
</view>
<!-- system specific styles --> <!-- generic styles -->
<view name="system"> <view name="system, basic, detailed, video">
<image name="logoPlaceholderImage"> <helpsystem name="help">
<color>${placeholderColor}</color> <iconColor>${secondaryColor}</iconColor>
</image> <textColor>${secondaryColor}</textColor>
<text name="system_name_1" extra="true"> <iconColorDimmed>${secondaryColor}</iconColorDimmed>
<color>${mainColor}</color> <textColorDimmed>${secondaryColor}</textColorDimmed>
</text> </helpsystem>
<image name="arrowblock" extra="true"> <text name="logoPlaceholderText">
<color>${mainColor}</color> <color>${secondaryColor}</color>
</image> </text>
<image name="selection_bottom" extra="true"> <image name="background">
<color>${highlightColor}</color> <color>${backgroundColor}</color>
</image> </image>
<image name="selection_left" extra="true"> <image name="topline, bottomline" extra="true">
<color>${highlightColor}</color> <color>${tertiaryColor}</color>
</image> </image>
<image name="selection_top" extra="true"> <rating name="md_rating">
<color>${highlightColor}</color> <unfilledPath>./../assets/dark/star-unfilled.svg</unfilledPath>
</image> </rating>
<image name="selection_right" extra="true"> </view>
<color>${highlightColor}</color>
</image> <!-- system specific styles -->
</view> <view name="system">
<image name="logoPlaceholderImage">
<color>${placeholderColor}</color>
</image>
<text name="system_name_1" extra="true">
<color>${mainColor}</color>
</text>
<image name="arrowblock" extra="true">
<color>${mainColor}</color>
</image>
<image name="selection_bottom" extra="true">
<color>${highlightColor}</color>
</image>
<image name="selection_left" extra="true">
<color>${highlightColor}</color>
</image>
<image name="selection_top" extra="true">
<color>${highlightColor}</color>
</image>
<image name="selection_right" extra="true">
<color>${highlightColor}</color>
</image>
</view>
<!-- gamelist specific styles --> <!-- gamelist specific styles -->
<view name="basic"> <view name="basic">
<textlist name="gamelist"> <textlist name="gamelist">
<selectedColor>${mainColor}</selectedColor> <selectedColor>${mainColor}</selectedColor>
<primaryColor>${secondaryColor}</primaryColor> <primaryColor>${secondaryColor}</primaryColor>
<secondaryColor>${tertiaryColor}</secondaryColor> <secondaryColor>${tertiaryColor}</secondaryColor>
<selectorColor>00000000</selectorColor> <selectorColor>00000000</selectorColor>
</textlist> </textlist>
</view> </view>
<view name="grid"> <view name="grid">
<gridtile name="default"> <gridtile name="default">
<backgroundColor>00000000</backgroundColor> <backgroundColor>00000000</backgroundColor>
</gridtile> </gridtile>
<gridtile name="selected"> <gridtile name="selected">
<backgroundCenterColor>${highlightColor}</backgroundCenterColor> <backgroundCenterColor>${highlightColor}</backgroundCenterColor>
<backgroundEdgeColor>${highlightColor}</backgroundEdgeColor> <backgroundEdgeColor>${highlightColor}</backgroundEdgeColor>
</gridtile> </gridtile>
</view> </view>
<view name="basic, detailed, video"> <view name="basic, detailed, video">
<text name="system_name_1" extra="true"> <text name="system_name_1" extra="true">
<color>${secondaryColor}</color> <color>${secondaryColor}</color>
</text> </text>
</view> </view>
<view name="detailed, video"> <view name="detailed, video">
<textlist name="gamelist"> <textlist name="gamelist">
<selectedColor>${mainColor}</selectedColor> <selectedColor>${mainColor}</selectedColor>
<primaryColor>${secondaryColor}</primaryColor> <primaryColor>${secondaryColor}</primaryColor>
<secondaryColor>${tertiaryColor}</secondaryColor> <secondaryColor>${tertiaryColor}</secondaryColor>
<selectorColor>${mainColor}</selectorColor> <selectorColor>${mainColor}</selectorColor>
</textlist> </textlist>
<text name="gamelistInfo"> <text name="gamelistInfo">
<color>${tertiaryColor}</color> <color>${tertiaryColor}</color>
</text> </text>
<text name="md_lbl_releasedate, md_lbl_developer, md_lbl_publisher, md_lbl_genre, md_lbl_players, md_lbl_lastplayed, md_lbl_playcount, md_lbl_rating"> <text name="md_lbl_releasedate, md_lbl_developer, md_lbl_publisher, md_lbl_genre, md_lbl_players, md_lbl_lastplayed, md_lbl_playcount, md_lbl_rating">
<color>${tertiaryColor}</color> <color>${tertiaryColor}</color>
</text> </text>
<text name="md_developer, md_publisher, md_genre, md_players, md_playcount, md_releasedate, md_description"> <datetime name="md_releasedate">
<color>${secondaryColor}</color> <color>${secondaryColor}</color>
</text> </datetime>
<badges name="md_badges"> <text name="md_developer, md_publisher, md_genre, md_players, md_playcount, md_description">
<customBadgeIcon badge="favorite">./../assets/dark/badges/favorite.svg</customBadgeIcon> <color>${secondaryColor}</color>
<customBadgeIcon badge="completed">./../assets/dark/badges/completed.svg</customBadgeIcon> </text>
<customBadgeIcon badge="kidgame">./../assets/dark/badges/kidgame.svg</customBadgeIcon> <badges name="md_badges">
<customBadgeIcon badge="broken">./../assets/dark/badges/broken.svg</customBadgeIcon> <customBadgeIcon badge="favorite">./../assets/dark/badges/favorite.svg</customBadgeIcon>
<customBadgeIcon badge="altemulator">./../assets/dark/badges/altemulator.svg</customBadgeIcon> <customBadgeIcon badge="completed">./../assets/dark/badges/completed.svg</customBadgeIcon>
<customBadgeIcon badge="controller">./../assets/dark/badges/controller.svg</customBadgeIcon> <customBadgeIcon badge="kidgame">./../assets/dark/badges/kidgame.svg</customBadgeIcon>
</badges> <customBadgeIcon badge="broken">./../assets/dark/badges/broken.svg</customBadgeIcon>
</view> <customBadgeIcon badge="altemulator">./../assets/dark/badges/altemulator.svg</customBadgeIcon>
<view name="detailed, video, grid"> <customBadgeIcon badge="controller">./../assets/dark/badges/controller.svg</customBadgeIcon>
<image name="md_background" extra="true"> </badges>
<color>${backgroundColor2}</color> </view>
</image> <view name="detailed, video, grid">
<image name="md_background_grad_top" extra="true"> <image name="md_background" extra="true">
<path>./../assets/dark/gradient.png</path> <color>${backgroundColor2}</color>
</image> </image>
<image name="md_background_grad_bottom" extra="true"> <image name="md_background_grad_top" extra="true">
<path>./../assets/dark/gradient.png</path> <path>./../assets/dark/gradient.png</path>
</image> </image>
</view> <image name="md_background_grad_bottom" extra="true">
<path>./../assets/dark/gradient.png</path>
</image>
</view>
<!-- carousel feature --> <!-- carousel feature -->
<feature supported="carousel"> <feature supported="carousel">
<view name="system"> <view name="system">
<text name="systemInfo"> <text name="systemInfo">
<color>${mainColor}</color> <color>${mainColor}</color>
</text> </text>
</view> </view>
</feature> </feature>
</theme> </theme>

View file

@ -8,131 +8,131 @@ based on: Switch Theme by Lilbud
--> -->
<theme> <theme>
<formatVersion>7</formatVersion> <formatVersion>7</formatVersion>
<!-- color variables --> <!-- color variables -->
<variables> <variables>
<backgroundColor>d9d9d9</backgroundColor> <backgroundColor>d9d9d9</backgroundColor>
<backgroundColor2>e2e2e2</backgroundColor2> <backgroundColor2>e2e2e2</backgroundColor2>
<mainColor>334ff0</mainColor> <mainColor>334ff0</mainColor>
<highlightColor>23caca</highlightColor> <highlightColor>23caca</highlightColor>
<secondaryColor>222222</secondaryColor> <secondaryColor>222222</secondaryColor>
<tertiaryColor>555555</tertiaryColor> <tertiaryColor>555555</tertiaryColor>
<systemColor>3aa5ab</systemColor> <systemColor>3aa5ab</systemColor>
<placeholderColor>ffffff</placeholderColor> <placeholderColor>ffffff</placeholderColor>
</variables> </variables>
<!-- generic styles --> <!-- generic styles -->
<view name="system, basic, detailed, video, grid"> <view name="system, basic, detailed, video, grid">
<helpsystem name="help"> <helpsystem name="help">
<iconColor>${secondaryColor}</iconColor> <iconColor>${secondaryColor}</iconColor>
<textColor>${secondaryColor}</textColor> <textColor>${secondaryColor}</textColor>
<iconColorDimmed>${secondaryColor}</iconColorDimmed> <iconColorDimmed>${secondaryColor}</iconColorDimmed>
<textColorDimmed>${secondaryColor}</textColorDimmed> <textColorDimmed>${secondaryColor}</textColorDimmed>
</helpsystem> </helpsystem>
<image name="background"> <image name="background">
<color>${backgroundColor}</color> <color>${backgroundColor}</color>
</image> </image>
<image name="topline, bottomline" extra="true"> <image name="topline, bottomline" extra="true">
<color>${secondaryColor}</color> <color>${secondaryColor}</color>
</image> </image>
<rating name="md_rating"> <rating name="md_rating">
<unfilledPath>./../assets/light/star-unfilled.svg</unfilledPath> <unfilledPath>./../assets/light/star-unfilled.svg</unfilledPath>
</rating> </rating>
</view> </view>
<!-- system specific styles --> <!-- system specific styles -->
<view name="system"> <view name="system">
<image name="logoPlaceholderImage"> <image name="logoPlaceholderImage">
<color>${placeholderColor}</color> <color>${placeholderColor}</color>
</image> </image>
<text name="logoPlaceholderText"> <text name="logoPlaceholderText">
<color>${secondaryColor}</color> <color>${secondaryColor}</color>
</text> </text>
<text name="system_name_1" extra="true"> <text name="system_name_1" extra="true">
<color>${systemColor}</color> <color>${systemColor}</color>
</text> </text>
<image name="arrowblock" extra="true"> <image name="arrowblock" extra="true">
<color>${systemColor}</color> <color>${systemColor}</color>
</image> </image>
<image name="selection_bottom" extra="true"> <image name="selection_bottom" extra="true">
<color>${highlightColor}</color> <color>${highlightColor}</color>
</image> </image>
<image name="selection_left" extra="true"> <image name="selection_left" extra="true">
<color>${highlightColor}</color> <color>${highlightColor}</color>
</image> </image>
<image name="selection_top" extra="true"> <image name="selection_top" extra="true">
<color>${highlightColor}</color> <color>${highlightColor}</color>
</image> </image>
<image name="selection_right" extra="true"> <image name="selection_right" extra="true">
<color>${highlightColor}</color> <color>${highlightColor}</color>
</image> </image>
</view> </view>
<!-- gamelist specific styles --> <!-- gamelist specific styles -->
<view name="basic"> <view name="basic">
<textlist name="gamelist"> <textlist name="gamelist">
<selectedColor>${mainColor}</selectedColor> <selectedColor>${mainColor}</selectedColor>
<primaryColor>${secondaryColor}</primaryColor> <primaryColor>${secondaryColor}</primaryColor>
<secondaryColor>${tertiaryColor}</secondaryColor> <secondaryColor>${tertiaryColor}</secondaryColor>
<selectorColor>00000000</selectorColor> <selectorColor>00000000</selectorColor>
</textlist> </textlist>
</view> </view>
<view name="grid"> <view name="grid">
<gridtile name="default"> <gridtile name="default">
<backgroundColor>00000000</backgroundColor> <backgroundColor>00000000</backgroundColor>
</gridtile> </gridtile>
<gridtile name="selected"> <gridtile name="selected">
<backgroundCenterColor>${highlightColor}</backgroundCenterColor> <backgroundCenterColor>${highlightColor}</backgroundCenterColor>
<backgroundEdgeColor>${highlightColor}</backgroundEdgeColor> <backgroundEdgeColor>${highlightColor}</backgroundEdgeColor>
</gridtile> </gridtile>
</view> </view>
<view name="basic, detailed, video"> <view name="basic, detailed, video">
<text name="system_name_1" extra="true"> <text name="system_name_1" extra="true">
<color>${secondaryColor}</color> <color>${secondaryColor}</color>
</text> </text>
</view> </view>
<view name="detailed, video"> <view name="detailed, video">
<textlist name="gamelist"> <textlist name="gamelist">
<selectedColor>${mainColor}</selectedColor> <selectedColor>${mainColor}</selectedColor>
<primaryColor>${secondaryColor}</primaryColor> <primaryColor>${secondaryColor}</primaryColor>
<secondaryColor>${tertiaryColor}</secondaryColor> <secondaryColor>${tertiaryColor}</secondaryColor>
<selectorColor>${mainColor}</selectorColor> <selectorColor>${mainColor}</selectorColor>
</textlist> </textlist>
<text name="md_lbl_releasedate, md_lbl_developer, md_lbl_publisher, md_lbl_genre, md_lbl_players, md_lbl_lastplayed, md_lbl_playcount, md_lbl_rating, md_developer, md_publisher, md_genre, md_players, md_playcount, md_releasedate, md_description"> <text name="md_lbl_releasedate, md_lbl_developer, md_lbl_publisher, md_lbl_genre, md_lbl_players, md_lbl_lastplayed, md_lbl_playcount, md_lbl_rating, md_developer, md_publisher, md_genre, md_players, md_playcount, md_releasedate, md_description">
<color>${secondaryColor}</color> <color>${secondaryColor}</color>
</text> </text>
<badges name="md_badges"> <badges name="md_badges">
<customBadgeIcon badge="favorite">./../assets/light/badges/favorite.svg</customBadgeIcon> <customBadgeIcon badge="favorite">./../assets/light/badges/favorite.svg</customBadgeIcon>
<customBadgeIcon badge="completed">./../assets/light/badges/completed.svg</customBadgeIcon> <customBadgeIcon badge="completed">./../assets/light/badges/completed.svg</customBadgeIcon>
<customBadgeIcon badge="kidgame">./../assets/light/badges/kidgame.svg</customBadgeIcon> <customBadgeIcon badge="kidgame">./../assets/light/badges/kidgame.svg</customBadgeIcon>
<customBadgeIcon badge="broken">./../assets/light/badges/broken.svg</customBadgeIcon> <customBadgeIcon badge="broken">./../assets/light/badges/broken.svg</customBadgeIcon>
<customBadgeIcon badge="altemulator">./../assets/light/badges/altemulator.svg</customBadgeIcon> <customBadgeIcon badge="altemulator">./../assets/light/badges/altemulator.svg</customBadgeIcon>
<customBadgeIcon badge="controller">./../assets/light/badges/controller.svg</customBadgeIcon> <customBadgeIcon badge="controller">./../assets/light/badges/controller.svg</customBadgeIcon>
</badges> </badges>
</view> </view>
<view name="detailed, video, grid"> <view name="detailed, video, grid">
<image name="md_background" extra="true"> <image name="md_background" extra="true">
<color>${backgroundColor2}</color> <color>${backgroundColor2}</color>
</image> </image>
<image name="md_background_grad_top" extra="true"> <image name="md_background_grad_top" extra="true">
<path>./../assets/light/gradient.png</path> <path>./../assets/light/gradient.png</path>
</image> </image>
<image name="md_background_grad_bottom" extra="true"> <image name="md_background_grad_bottom" extra="true">
<path>./../assets/light/gradient.png</path> <path>./../assets/light/gradient.png</path>
</image> </image>
</view> </view>
<!-- carousel feature --> <!-- carousel feature -->
<feature supported="carousel"> <feature supported="carousel">
<view name="system"> <view name="system">
<carousel name="systemcarousel"> <carousel name="systemcarousel">
<color>00000000</color> <color>00000000</color>
</carousel> </carousel>
<text name="systemInfo"> <text name="systemInfo">
<backgroundColor>dddddd00</backgroundColor> <backgroundColor>dddddd00</backgroundColor>
<color>${systemColor}</color> <color>${systemColor}</color>
</text> </text>
</view> </view>
</feature> </feature>
</theme> </theme>

View file

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