-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcolor.xml
140 lines (97 loc) · 2.47 KB
/
color.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
<!--
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>4</formatVersion>
<view name="basic, detailed, system">
<image name="background" extra="true">
</image>
<image name="honeycomb" extra="true">
</image>
<helpsystem name="help">
</helpsystem>
<image name="Top_Fade" extra="true">
</image>
<image name="Bottom_Fade" extra="true">
</image>
</view>
<view name="system">
<image name="center_bar" extra="true">
</image>
<image name="color_bar_top" extra="true">
<color>04e9f7</color>
</image>
<image name="color_bar_bottom" extra="true">
<color>04e9f7</color>
</image>
<image name="logo">
<path>./art/systems/${system.theme}.svg</path>
</image>
<text name="systemText" extra="true">
</text>
</view>
<view name="basic">
<textlist name="gamelist">
<selectorColor>c4c5c6</selectorColor>
<selectedColor>04e9f7</selectedColor>
</textlist>
</view>
<view name="detailed">
<image name="gamelist_background" extra="true">
</image>
<image name="left_colored_bar" extra="true">
<color>04e9f7</color>
</image>
<image name="right_colored_bar" extra="true">
<color>04e9f7</color>
</image>
<image name="md_image">
</image>
<text name="md_lbl_genre, md_genre, md_lbl_rating, md_lbl_lastplayed, md_lbl_playcount, md_playcount, md_lbl_players, md_players, md_lbl_releasedate, md_lbl_developer, md_lbl_publisher">
</text>
<rating name="md_rating">
</rating>
<datetime name="md_lastplayed">
</datetime>
<text name="md_releasedate, md_developer, md_publisher">
</text>
<datetime name="md_releasedate">
</datetime>
<text name="md_developer">
</text>
<text name="md_publisher">
</text>
<textlist name="gamelist">
<selectorColor>04e9f7</selectorColor>
<selectedColor>ffffff</selectedColor>
</textlist>
</view>
<view name="basic, detailed">
<image name="background" extra="true">
</image>
<image name="bottom_box" extra="true">
</image>
<image name="bottom_colored_bar" extra="true">
<color>04e9f7</color>
</image>
<image name="top" extra="true">
</image>
<image name="top_honeycomb" extra="true">
</image>
<image name="top_colored_bar" extra="true">
<color>04e9f7</color>
</image>
<image name="logo">
</image>
<text name="systemText" extra="true">
</text>
</view>
</theme>