-
Notifications
You must be signed in to change notification settings - Fork 4
/
carbon_purple.xml
151 lines (125 loc) · 3.4 KB
/
carbon_purple.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
<!--
Theme: Carbon-Centered
version: 2.0
author: Eric Hettervik (Rookervik)
license: creative commons CC-BY-NC-SA
originally based on: "simple" by nils bonenberger
Element color: Search and replace colors. Do not use spaces
Red 8b 00 00
Blue 30 82 ce
Green 50 d6 2c
Yellow ef bc 0b
Orange ef 71 0b
Purple ac 0b ef
Teal 04 e9 f7
Pink f5 02 97
-->
<theme>
<formatVersion>3</formatVersion>
<view name="system">
<image name="background" extra="true">
<tile>true</tile>
<size>1 1</size>
<pos>0 0</pos>
<origin>0 0</origin>
<path>./art/carbon_fiber.png</path>
</image>
<helpsystem name="help">
<textColor>7d7d7d</textColor>
<iconColor>7d7d7d</iconColor>
</helpsystem>
<image name="CenterFade" extra="true">
<tile>false</tile>
<size>1 0.5</size>
<pos>0.5 0.5</pos>
<origin>0.5 0.5</origin>
<path>./art/centerfade.png</path>
<color>ac0bef50</color>
</image>
<image name="BottomBar" extra="true">
<tile>false</tile>
<size>1 0.065</size>
<pos>0 1</pos>
<origin>0 1</origin>
<path>./art/bottom.png</path>
<color>ac0befc0</color>
</image>
<image name="ControllerOverlay" extra="true">
<color>ac0bef</color>
</image>
</view>
<view name="basic">
<image name="background" extra="true">
<tile>true</tile>
<pos>0 0</pos>
<origin>0 0</origin>
<size>1 1</size>
<path>./art/carbon_fiber.png</path>
</image>
<textlist name="gamelist">
<selectorColor>1c1c1c</selectorColor>
<selectedColor>ac0bef</selectedColor>
<primaryColor>969696</primaryColor>
<secondaryColor>7a6161</secondaryColor>
<fontPath>./art/Cabin-Bold.ttf</fontPath>
<fontSize>0.030</fontSize>
<pos>0.025 0.18</pos>
<size>0.950 0.72</size>
<alignment>center</alignment>
<horizontalMargin>0.01</horizontalMargin>
<forceUppercase>1</forceUppercase>
<scrollSound>./art/scroll.wav</scrollSound>
</textlist>
</view>
<view name="detailed">
<image name="background" extra="true">
<tile>true</tile>
<pos>0 0</pos>
<origin>0 0</origin>
<size>1 1</size>
<path>./art/carbon_fiber.png</path>
</image>
<image name="md_image">
<pos>0.5 0.41</pos>
<maxSize>0.405 0.480</maxSize>
<origin>0.5 0.5</origin>
</image>
<textlist name="gamelist">
<selectorColor>1c1c1c</selectorColor>
<selectedColor>ac0bef</selectedColor>
<primaryColor>969696</primaryColor>
<secondaryColor>7a6161</secondaryColor>
<fontPath>./art/Cabin-Bold.ttf</fontPath>
<forceUppercase>1</forceUppercase>
<pos>0 0.66</pos>
<size>1 0.26</size>
<forceUppercase>1</forceUppercase>
<alignment>center</alignment>
<horizontalMargin>0.01</horizontalMargin>
<fontSize>0.03</fontSize>
<scrollSound>./art/scroll.wav</scrollSound>
</textlist>
</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">
<pos>1 1</pos>
</text>
<text name="md_playcount, md_players, md_genre, md_publisher, md_developer, md_releasedate">
<pos>1 1</pos>
</text>
<image name="bottom" extra="true">
<pos>0 1</pos>
<origin>0 1</origin>
<size>1 0.065</size>
<path>./art/bottom.png</path>
<color>ac0bef</color>
</image>
<image name="top" extra="true">
<pos>0 0</pos>
<origin>0 0</origin>
<size>1 0.16</size>
<path>./art/top.png</path>
<color>ac0bef</color>
</image>
</view>
</theme>