-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy paththeme.xml
189 lines (156 loc) · 6.82 KB
/
theme.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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<?xml version="1.0" encoding="UTF-8"?>
<!--
Theme: Neutral
Author: Matt
github: https://github.com/Mattersons/es-theme-neutral
Originally based on: "Carbon" by Fabrice CARUSO
-->
<theme defaultView="detailed">
<formatVersion>7</formatVersion>
<include>./views/basic.xml</include>
<include>./views/detailed.xml</include>
<include>./views/detailed2.xml</include>
<include>./views/grid.xml</include>
<include>./views/grid3.xml</include>
<include>./views/grid2.xml</include>
<include>./views/gamecarousel.xml</include>
<subset name="contentimage" displayName="Content View Art">
<include name="marquee" displayName="Marquee" />
<include name="boxart" displayName="Boxart" />
</subset>
<include>./views/content.xml</include>
<include>./layouts/${system.theme}.xml</include>
<subset name="systemview" displayName="System View">
<include name="horizontal" displayName="Horizontal">./subsets/systemview/horizontal.xml</include>
<include name="horizontal2" displayName="Horizontal (Alternative)">./subsets/systemview/horizontal2.xml</include>
<include name="simpleh" displayName="Horizontal (Simple)">./subsets/systemview/simpleh.xml</include>
<include name="horizontal3" displayName="Carousel">./subsets/systemview/carousel.xml</include>
<include name="vertical" displayName="Vertical">./subsets/systemview/vertical.xml</include>
<include name="simplev" displayName="Vertical (Simple)">./subsets/systemview/simplev.xml</include>
<include name="txtlist" displayName="Text List">./subsets/systemview/textlist.xml</include>
<include name="grid" displayName="Grid">./subsets/systemview/grid.xml</include>
</subset>
<variables>
<baseColour ifSubset="colorset:red">8b0000</baseColour>
<baseColour ifSubset="colorset:green">40826D</baseColour>
<baseColour ifSubset="colorset:yellow">bf9f1c</baseColour>
<baseColour ifSubset="colorset:orange">FF9138</baseColour>
<baseColour ifSubset="colorset:blue">3082ce</baseColour>
<textColour ifSubset="listcolour:black">000000</textColour>
<textColour ifSubset="listcolour:white">969696</textColour>
</variables>
<subset name="colorset" displayName="Colour">
<include name="blue" displayName="Blue" />
<include name="red" displayName="Red" />
<include name="green" displayName="Green" />
<include name="yellow" displayName="Yellow" />
<include name="orange" displayName="Orange" />
</subset>
<subset name="Font" displayName="Game list font" appliesTo="detailed,detailed2">
<include name="Default" />
<include name="Arcade">./subsets/fonts/arcade.xml</include>
<include name="Cabin-Regular">./subsets/fonts/cabin-regular.xml</include>
<include name="Oswald-Regular">./subsets/fonts/oswald-regular.xml</include>
<include name="RobotoCondensed-Medium">./subsets/fonts/robotocondensed-medium.xml</include>
<include name="Orbitron-SemiBold">./subsets/fonts/orbitron-semibold.xml</include>
</subset>
<subset name="ucase" displayName="Uppercase game titles" appliesTo="detailed,detailed2,grid,grid2,grid3,basic">
<include name="no" displayName="No" />
<include name="yes" displayName="Yes" />
</subset>
<subset name="listcolour" displayName="Game list text colour" appliesTo="detailed,detailed2,grid,grid2,grid3,basic">
<include name="white" displayName="White" />
<include name="black" displayName="Black" />
</subset>
<subset name="gridnames" displayName="Show game name under box art" appliesTo="grid,grid2,grid3">
<include name="yes" displayName="Yes" />
<include name="no" displayName="No" />
</subset>
<subset name="flags" displayName="Show flag icon" appliesTo="detailed,detailed2,grid,grid2,grid3,gamecarousel">
<include name="no" displayName="No" />
<include name="yes" displayName="Yes" />
</subset>
<subset name="cview" displayName="Carousel background" appliesTo="gamecarousel">
<include name="video" displayName="Large video, small boxart">./subsets/carouselbg/video.xml</include>
<include name="box" displayName="Large boxart, small video">./subsets/carouselbg/box.xml</include>
</subset>
<subset name="sysinfo" displayName="Show extended system info on carousel">
<include name="yes" displayName="Yes" />
<include name="no" displayName="No" />
</subset>
<subset name="helpsystem" displayName="Help icons">
<include name="standard" displayName="Default">./subsets/help/default.xml</include>
<include name="colored" displayName="Default with theme colour">./subsets/help/colorhelp.xml</include>
<include name="buttons" displayName="Buttons with location">./subsets/help/buttons.xml</include>
<include name="xboxbuttons" displayName="Xbox">./subsets/help/xboxbuttons.xml</include>
<include name="psxbuttons" displayName="Playstation">./subsets/help/psxbuttons.xml</include>
</subset>
<subset name="shader" displayName="Shader">
<include name="None" displayName="None"/>
<include name="Scanlines" displayName="Scanlines">./subsets/shader/scanlines.xml</include>
<include name="Crt" displayName="CRT">./subsets/shader/crt.xml</include>
</subset>
<subset name="icons" displayName="Show icons" appliesTo="detailed,detailed2,grid,grid2,grid3,gamecarousel,content">
<include name="yes" displayName="Yes" />
<include name="no" displayName="No" />
</subset>
<view name="screen">
<controllerActivity name="controllerActivity">
<pos>0.01 0.012</pos>
<size>0.185 0.023</size>
<color>FFFFFF90</color>
<imagePath>./art/gamepad.png</imagePath>
<activityColor>A0A0FFC0</activityColor>
</controllerActivity>
<!--
<batteryIndicator name="batteryIndicator">
-->
<text name="clock">
<pos>0.950 0.935</pos>
<size>0 0</size>
<color>000000</color>
<fontSize>0.04</fontSize>
</text>
</view>
<view name="menu">
<menuText name="menutitle">
<fontPath>./fonts/TitilliumWeb-SemiBold.ttf</fontPath>
<fontSize>0.030</fontSize>
<color>FFFFFF</color>
</menuText>
<menuText name="menufooter">
<fontPath>./fonts/Cabin-Regular.ttf</fontPath>
<fontSize>0.02</fontSize>
<color>777777FF</color>
</menuText>
<menuText name="menutext">
<fontPath>./fonts/TitilliumWeb-SemiBold.ttf</fontPath>
<fontSize>0.028</fontSize>
<color>909090</color>
<separatorColor>202020</separatorColor>
<selectorColor>${baseColour}</selectorColor>
<selectedColor>FFFFFF</selectedColor>
</menuText>
<menuTextSmall name="menutextsmall">
<fontPath>./fonts/Cabin-Regular.ttf</fontPath>
<fontSize>0.016</fontSize>
<color>FFFFFF</color>
</menuTextSmall>
<menuGroup name="menugroup">
<fontPath>./fonts/Cabin-Regular.ttf</fontPath>
<fontSize>0.018</fontSize>
<color>${baseColour}</color>
<backgroundColor>00000000</backgroundColor>
<lineSpacing>2</lineSpacing>
</menuGroup>
<menuBackground name="menubg">
<color>303030</color>
<path>./art/frame.png</path>
<cornerSize>30 30</cornerSize>
<scrollbarColor>96969620</scrollbarColor>
<scrollbarCorner>0.49</scrollbarCorner>
<scrollbarSize>0.003</scrollbarSize>
<scrollbarAlignment>innerright</scrollbarAlignment>
</menuBackground>
</view>
</theme>