-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.xml
90 lines (81 loc) · 3.36 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
<?xml version="1.0" encoding="UTF-8" ?>
<!--
theme name: GPIBoy
author: Juliano Dorigão
-->
<theme>
<formatVersion>7</formatVersion>
<include>./fonts/fonts.xml</include>
<subset name="colorset" displayName="ColorSet">
<include name="default" displayName="Default">./colorsets/default.xml</include>
<include name="dark" displayName="Dark">./colorsets/dark.xml</include>
<include name="light" displayName="Light">./colorsets/light.xml</include>
</subset>
<subset name="view" displayName="View">
<include name="system" displayName="System">./views/system.xml</include>
<include name="controller" displayName="Controller">./views/controller.xml</include>
</subset>
<include>./views/menu.xml</include>
<include>./views/screen.xml</include>
<include>./views/basic.xml</include>
<include>./views/detailed.xml</include>
<include>./views/grid.xml</include>
<view name="system">
<image name="background" extra="static">
<size>1 1</size>
<pos>0 0</pos>
<origin>0 0</origin>
<path>./art/images/bg.png</path>
<zIndex>0</zIndex>
<color>${colorBackground}</color>
</image>
<helpsystem name="help">
<textColor>${colorTextBase}</textColor>
<iconColor>${colorTextBase}</iconColor>
<fontPath>${fontMenuRegular}</fontPath>
<fontSize>0.032</fontSize>
<pos>0.5 0.96</pos>
<origin>0.5 0.5</origin>
<iconUpDown>./art/icons/help/help-dpad-updown.svg</iconUpDown>
<iconLeftRight>./art/icons/help/help-dpad-leftright.svg</iconLeftRight>
<iconUpDownLeftRight>./art/icons/help/help-dpad-updownleftright.svg</iconUpDownLeftRight>
<iconA>./art/icons/help/help-button-east.svg</iconA>
<iconB>./art/icons/help/help-button-south.svg</iconB>
<iconX>./art/icons/help/help-button-north.svg</iconX>
<iconY>./art/icons/help/help-button-west.svg</iconY>
</helpsystem>
</view>
<view name="basic, detailed, grid">
<image name="background" extra="static">
<size>1 1</size>
<pos>0 0</pos>
<origin>0 0</origin>
<path>./art/images/bg.png</path>
<zIndex>0</zIndex>
<color>${colorBackground}</color>
</image>
<text name="logoText">
<fontPath>${fontTextBase}</fontPath>
<origin>0.5 0.5</origin>
<pos>0.37 0.045</pos>
<fontSize>0.04</fontSize>
<color>${colorTextBase}</color>
<alignment>center</alignment>
<forceUppercase>true</forceUppercase>
</text>
<helpsystem name="help">
<textColor>${colorTextBase}</textColor>
<iconColor>${colorTextBase}</iconColor>
<fontPath>${fontMenuRegular}</fontPath>
<fontSize>0.032</fontSize>
<pos>0.02 0.95</pos>
<iconUpDown>./art/icons/help/help-dpad-updown.svg</iconUpDown>
<iconLeftRight>./art/icons/help/help-dpad-leftright.svg</iconLeftRight>
<iconUpDownLeftRight>./art/icons/help/help-dpad-updownleftright.svg</iconUpDownLeftRight>
<iconA>./art/icons/help/help-button-east.svg</iconA>
<iconB>./art/icons/help/help-button-south.svg</iconB>
<iconX>./art/icons/help/help-button-north.svg</iconX>
<iconY>./art/icons/help/help-button-west.svg</iconY>
</helpsystem>
</view>
</theme>