-
Notifications
You must be signed in to change notification settings - Fork 1
/
theme-defaults.xml
139 lines (128 loc) · 3.77 KB
/
theme-defaults.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<theme>
<formatVersion>4</formatVersion>
<view name="menu">
<menuSwitch name="menuswitch">
</menuSwitch>
<menuSize name="menuSize">
<height>0.7</height>
</menuSize>
<menuText name="menufooter">
<fontPath>:/f8bitfortressplus.ttf</fontPath>
<fontSize>7</fontSize>
<color>aeaeae</color>
</menuText>
<menuText name="menutext">
<fontPath>:/f8bitfortressplus.ttf</fontPath>
<fontSize>7</fontSize>
<color>fffffffc</color>
<separatorColor>aeaeae</separatorColor>
<selectorColor>eaeaea</selectorColor>
<selectedColor>403f3f</selectedColor>
</menuText>
<menuTextSmall name="menutextsmall">
<fontPath>:/f8bitfortressplus.ttf</fontPath>
<fontSize>7</fontSize>
<color>aeaeae</color>
</menuTextSmall>
<menuText name="menutitle">
<fontPath>:/f8bitfortressplus.ttf</fontPath>
<fontSize>14</fontSize>
<color>aeaeae</color>
</menuText>
<menuBackground name="menubg">
<color>666666</color>
</menuBackground>
<helpsystem name="help">
</helpsystem>
</view>
<feature supported="carousel">
<view name="system">
<carousel name="systemcarousel">
<defaultTransition>instant</defaultTransition>
<type>vertical</type>
<pos>0.277 0.3</pos>
<size>0.491 0.526</size>
<color>1E0000EE</color>
<maxLogoCount>9</maxLogoCount>
<logoAlignment>left</logoAlignment>
<logoScale>1.1</logoScale>
</carousel>
</view>
</feature>
<view name="system">
<text name="systemInfo">
<pos>1 1</pos>
</text>
<image name="logo">
<path>./_inc/logo/$system.png</path>
</image>
<video name="bg_video" extra="true" zIndex="0"/>
</view>
<view name="menu, system, basic, detailed">
<image name="background" extra="true">
<origin>0 0</origin>
<pos>0 0</pos>
<size>1 1</size>
<zIndex>0</zIndex>
</image>
<box name="cover" extra="true" pos="0 0" size="1 1" color="00000033" zIndex="1"/>
<helpsystem name="help">
<fontPath>:/f8bitfortressplus.ttf</fontPath>
<textColor>ffffff</textColor>
<iconColor>ffffff</iconColor>
<fontSize>7</fontSize>
<pos>0.05 0.9</pos>
</helpsystem>
</view>
<view name="system, detailed, basic">
<box name="header" extra="true" pos="0.235 0.183" size="0.533 0.0625" color="FFDFDFEE" zIndex="2"/>
<text name="screen-name" extra="true">
<rotation>270</rotation>
<color>000000</color>
<text>Systems</text>
<size>0.393 0.0347</size>
<fontSize>7</fontSize>
<fontPath>:/f8bitfortressplus.ttf</fontPath>
<forceUppercase>1</forceUppercase>
<lineSpacing>2</lineSpacing>
<zIndex>3</zIndex>
</text>
<text name="system-name" extra="true">
<color>000000</color>
<pos>0.26 0.179</pos>
<size>0.533 0.0625</size>
<text>Recalbox</text>
<fontSize>7</fontSize>
<fontPath>:/f8bitfortressplus.ttf</fontPath>
<forceUppercase>1</forceUppercase>
<lineSpacing>2</lineSpacing>
<zIndex>3</zIndex>
</text>
</view>
<view name="detailed, basic">
<box name="right-column" extra="true" pos="0.277 0.3" size="0.491 0.525" color="1E0000EE" zIndex="2"/>
<textlist name="gamelist">
<pos>0.285 0.3</pos>
<size>0.4838 0.51</size>
<selectorColor>FFDFDF</selectorColor>
<selectedColor>1E0000</selectedColor>
<primaryColor>FFDFDF</primaryColor>
<secondaryColor>FFDFDF</secondaryColor>
<fontPath>:/f8bitfortressplus.ttf</fontPath>
<fontSize>7</fontSize>
<forceUppercase>1</forceUppercase>
<lineSpacing>2</lineSpacing>
<alignment>left</alignment>
<zIndex>3</zIndex>
</textlist>
<text name="screen-name" extra="true">
<text>Games</text>
</text>
<text name="logoText"/>
<rating name="md_rating" disabled="true"/>
<datetime name="md_releasedate" disabled="true"/>
<text name="md_folder_name" pos="1 1"/>
</view>
<include>./data/override/default.xml</include>
<include if="tate">./data/override/tate.xml</include>
</theme>