-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsimple.xml
108 lines (91 loc) · 2.9 KB
/
simple.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
<!--
theme name: simplebigart
version: 1.0
Description: Based on Simple 1.4 theme by nils bonenberger ([email protected]) and simplelight by recalbox community with "bichromatic pads" backgrounds
author: Ewzzy
website: ewzzy.com
license: creative commons CC-BY-NC-SA
-->
<theme>
<formatVersion>4</formatVersion>
<view name="system">
<image name="background" extra="true">
<size>0 1</size>
<pos>0.5 0.5</pos>
<origin>0.5 0.5</origin>
</image>
</view>
<view name="basic, detailed">
<text name="md_lbl_rating, md_lbl_releasedate, md_lbl_developer, md_lbl_publisher, md_lbl_genre, md_lbl_players, md_lbl_lastplayed, md_lbl_playcount, md_lbl_favorite">
<color>393a3b</color>
<forceUppercase>1</forceUppercase>
<fontPath>./art/invisible.ttf</fontPath>
<fontSize>0.03</fontSize>
<size>0.12 0.04</size>
</text>
<text name="md_rating, md_developer, md_publisher, md_genre, md_players, md_playcount, md_favorite">
<color>393a3b</color>
<forceUppercase>1</forceUppercase>
<fontPath>./art/invisible.ttf</fontPath>
<fontSize>0.03</fontSize>
<size>0.14 0.04</size>
</text>
<text name="md_description">
<color>393a3b</color>
<forceUppercase>1</forceUppercase>
<fontPath>./art/invisible.ttf</fontPath>
<fontSize>0.3</fontSize>
</text>
<datetime name="md_releasedate, md_lastplayed">
<color>393a3b</color>
<forceUppercase>1</forceUppercase>
<fontPath>./art/invisible.ttf</fontPath>
<fontSize>0.03</fontSize>
<size>0.14 0.04</size>
</datetime>
<image name="header" extra="true">
<pos>0 0</pos>
<origin>0 0</origin>
<size>1 0.16</size>
<path>./art/white80.png</path>
</image>
<image name="footer" extra="true">
<pos>0 1</pos>
<origin>0 1</origin>
<size>1 0.065</size>
<path>./art/footer.jpg</path>
</image>
<image name="background">
<pos>0 0</pos>
<origin>0 0</origin>
<size>1 1</size>
</image>
<image name="backgroundfilter" extra="true">
<pos>0 0</pos>
<origin>0 0</origin>
<size>1 1</size>
<path>./art/white40.png</path>
</image>
<textlist name="gamelist">
<selectorColor>393a3b</selectorColor>
<selectedColor>97999b</selectedColor>
<primaryColor>393a3b</primaryColor>
<secondaryColor>000000</secondaryColor>
<fontPath>./art/OPENSANS.TTF</fontPath>
<fontSize>0.03</fontSize>
<forceUppercase>1</forceUppercase>
<scrollSound>./sounds/scroll.wav</scrollSound>
</textlist>
</view>
<view name="basic">
</view>
<view name="detailed">
<!--<image name="bggreye" extra="true">
<path>./white.png</path>
<pos>0 0</pos>
<size>1 1</size>
<maxSize>1 1</maxSize>
<origin>0 0</origin>
</image>-->
</view>
</theme>