RetroDECK-theme/4-3.xml
2024-05-05 22:00:59 +01:00

50 lines
1.9 KiB
XML

<theme>
<variant name="all">
<view name="system,gamelist">
<helpsystem name="help">
<fontSize>${helpfont43}</fontSize>
</helpsystem>
</view>
<view name="system">
<carousel name="system_carousel">
<pos>0 0.503</pos>
<size>1 .35</size>
<staticImage>./core/banner/${system.theme}.png</staticImage>
<color>11111100</color>
<itemSize>0.2 0.4</itemSize>
<itemScale>1.2</itemScale>
<selectedItemMargins>0.035 0.0375</selectedItemMargins>
<maxItemCount>4.9</maxItemCount>
<unfocusedItemOpacity>0.5</unfocusedItemOpacity>
<text>${systemName}</text>
<textColor>${sysmenuColor}</textColor>
<fontPath>${primaryFont}</fontPath>
<fontSize>0.025</fontSize>
<letterCase>uppercase</letterCase>
<lineSpacing>1</lineSpacing>
<zIndex>29</zIndex>
</carousel>
<image name="selected">
<pos>0.5 0.505</pos>
<origin>0.5 0</origin>
<size>0.24 0.35</size>
<path>./core/images/sysselect.png</path>
<color>${selectsysColor}</color>
</image>
<text name="game3">
<pos>0.49 0.19</pos>
<size>0.3 0.036</size>
<origin>1 0</origin>
<text>including:</text>
<color>${secondaryColor}</color>
<fontPath>${altFont}</fontPath>
<fontSize>${sysfont}</fontSize>
<horizontalAlignment>center</horizontalAlignment>
<letterCase>uppercase</letterCase>
<zIndex>40</zIndex>
</text>
</view>
</variant>
</theme>