-
Notifications
You must be signed in to change notification settings - Fork 4
/
colors.xml
280 lines (274 loc) · 16.1 KB
/
colors.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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<theme>
<!-- System View: Art Default -->
<colorScheme name="light,dark,retro,neon,pastel,famicom,snes,sony">
<variables>
<selectorRelativeScaleSize>0.835</selectorRelativeScaleSize>
<backgroundRelativeScaleSize>0.93</backgroundRelativeScaleSize>
<selectorImagePath>./_inc/systems/system-grid/square.svg</selectorImagePath>
<backgroundImagePath>./_inc/systems/system-grid/square-bg.png</backgroundImagePath>
<gridsize>system-variables</gridsize>
</variables>
</colorScheme>
<colorScheme name="light-capsule,dark-capsule,retro-capsule,neon-capsule,pastel-capsule,famicom-capsule,snes-capsule,sony-capsule">
<variables>
<selectorRelativeScaleSize>0.86</selectorRelativeScaleSize>
<backgroundRelativeScaleSize>0.93</backgroundRelativeScaleSize>
<selectorImagePath>./_inc/systems/system-grid/capsule.svg</selectorImagePath>
<backgroundImagePath>./_inc/systems/system-grid/capsule-bg.png</backgroundImagePath>
<staticImagePath>./_inc/systems/carousel-icons-capsule/art/${system.theme}.webp</staticImagePath>
<gridsize>system-variables-capsule</gridsize>
</variables>
</colorScheme>
<colorScheme name="light-screenshots,dark-screenshots,retro-screenshots,neon-screenshots,pastel-screenshots,famicom-screenshots,snes-screenshots,sony-screenshots">
<variables>
<selectorRelativeScaleSize>0.84</selectorRelativeScaleSize>
<backgroundRelativeScaleSize>0.93</backgroundRelativeScaleSize>
<selectorImagePath>./_inc/systems/system-grid/capsule.svg</selectorImagePath>
<backgroundImagePath>./_inc/systems/system-grid/capsule-bg.png</backgroundImagePath>
<staticImagePath>./_inc/systems/carousel-icons-capsule/screenshots/${system.theme}.webp</staticImagePath>
<gridsize>system-variables-capsule</gridsize>
</variables>
</colorScheme>
<colorScheme name="light-icon,dark-icon,retro-icon,neon-icon,pastel-icon,famicom-icon,snes-icon">
<variables>
<selectorRelativeScaleSize>0.88</selectorRelativeScaleSize>
<backgroundRelativeScaleSize>0.95</backgroundRelativeScaleSize>
<selectorImagePath>./_inc/systems/system-grid/4-5.svg</selectorImagePath>
<backgroundImagePath>./_inc/systems/system-grid/4-5-bg.png</backgroundImagePath>
<staticImagePath>./_inc/systems/carousel-icons-icons/art/${system.theme}.webp</staticImagePath>
<gridsize>system-variables</gridsize>
</variables>
</colorScheme>
<colorScheme name="sony-icon">
<variables>
<selectorRelativeScaleSize>0.88</selectorRelativeScaleSize>
<backgroundRelativeScaleSize>0</backgroundRelativeScaleSize>
<selectorImagePath>./_inc/systems/system-grid/4-5.svg</selectorImagePath>
<backgroundImagePath>./_inc/systems/system-grid/null.png</backgroundImagePath>
<gridsize>system-variables</gridsize>
</variables>
</colorScheme>
<colorScheme name="sony,dark,neon">
<variables>
<staticImagePath>./_inc/systems/carousel-icons-art/light/${system.theme}.webp</staticImagePath>
</variables>
</colorScheme>
<colorScheme name="light,pastel,retro,snes">
<variables>
<staticImagePath>./_inc/systems/carousel-icons-art/medium/${system.theme}.webp</staticImagePath>
</variables>
</colorScheme>
<colorScheme name="famicom">
<variables>
<staticImagePath>./_inc/systems/carousel-icons-art/dark/${system.theme}.webp</staticImagePath>
</variables>
</colorScheme>
<colorScheme name="sony-icon">
<variables>
<staticImagePath>./_inc/systems/carousel-icons-icons/clear/${system.theme}.webp</staticImagePath>
</variables>
</colorScheme>
<colorScheme name="light-icon,retro-icon,pastel-icon,famicom-icon,snes-icon">
<variables>
<staticImagePath>./_inc/systems/carousel-icons-icons/medium/${system.theme}.webp</staticImagePath>
</variables>
</colorScheme>
<colorScheme name="dark-icon,neon-icon">
<variables>
<staticImagePath>./_inc/systems/carousel-icons-icons/dark/${system.theme}.webp</staticImagePath>
</variables>
</colorScheme>
<colorScheme name="dark,dark-icon,dark-capsule,dark-screenshots">
<variables>
<helpTextColor>999999</helpTextColor>
<backgroundColor>373737</backgroundColor>
<systemInfoColor>cccccc</systemInfoColor>
<systemCarouselTextColor>cccccc</systemCarouselTextColor>
<systemCarouselTextBackgroundColor>00000000</systemCarouselTextBackgroundColor>
<systemCarouselSelectorColor>ffffff</systemCarouselSelectorColor>
<gamelistCarouselBackground>carousel-background-dark</gamelistCarouselBackground>
<gamelistLogoColor>cccccc</gamelistLogoColor>
<gamelistBackgroundImage>gamelist-background-dark</gamelistBackgroundImage>
<gamelistBackgroundOpacity>1</gamelistBackgroundOpacity>
<gamelistMetadataBackgroundImage>gamelist-metadata-background-dark</gamelistMetadataBackgroundImage>
<gamelistSelectorColor>777777</gamelistSelectorColor>
<gamelistSelectedColor>ffffff</gamelistSelectedColor>
<gamelistPrimaryColor>777777</gamelistPrimaryColor>
<gamelistSecondaryColor>777777</gamelistSecondaryColor>
<gameMetadataColor>bbbbbb</gameMetadataColor>
<BadgeColor>bbbbbb</BadgeColor>
<backgroundArtPath>./wallpapers/dark.webp</backgroundArtPath>
<backgroundAnimationPath>./wallpapers/dark.gif</backgroundAnimationPath>
<backgroundArtOpacity>1</backgroundArtOpacity>
<systemlogoArtPath>./_inc/systems/system/${system.theme}.svg</systemlogoArtPath>
</variables>
</colorScheme>
<colorScheme name="light,light-icon,light-capsule,light-screenshots">
<variables>
<helpTextColor>555555</helpTextColor>
<backgroundColor>373737</backgroundColor>
<systemInfoColor>555555</systemInfoColor>
<systemCarouselTextColor>555555</systemCarouselTextColor>
<systemCarouselTextBackgroundColor>00000000</systemCarouselTextBackgroundColor>
<systemCarouselSelectorColor>FFFFFF</systemCarouselSelectorColor>
<gamelistLogoColor>555555</gamelistLogoColor>
<gamelistBackgroundImage>gamelist-background-light</gamelistBackgroundImage>
<gamelistBackgroundOpacity>0.8</gamelistBackgroundOpacity>
<gamelistMetadataBackgroundImage>gamelist-metadata-background-light</gamelistMetadataBackgroundImage>
<gamelistSelectorColor>404040</gamelistSelectorColor>
<gamelistSelectedColor>ffffff</gamelistSelectedColor>
<gamelistPrimaryColor>666666</gamelistPrimaryColor>
<gamelistSecondaryColor>666666</gamelistSecondaryColor>
<gameMetadataColor>666666</gameMetadataColor>
<BadgeColor>555555</BadgeColor>
<backgroundArtPath>./wallpapers/light.webp</backgroundArtPath>
<backgroundAnimationPath>./wallpapers/light.gif</backgroundAnimationPath>
<backgroundArtOpacity>0.8</backgroundArtOpacity>
<systemlogoArtPath>./_inc/systems/system/${system.theme}.svg</systemlogoArtPath>
</variables>
</colorScheme>
<colorScheme name="retro,retro-icon,retro-capsule,retro-screenshots">
<variables>
<helpTextColor>5b5a58</helpTextColor>
<backgroundColor>846D21</backgroundColor>
<systemInfoColor>5b5a58</systemInfoColor>
<systemCarouselTextColor>5b5a58</systemCarouselTextColor>
<systemCarouselTextBackgroundColor>00000000</systemCarouselTextBackgroundColor>
<systemCarouselSelectorColor>93cbb7</systemCarouselSelectorColor>
<gamelistLogoColor>5b5a58</gamelistLogoColor>
<gamelistBackgroundImage>gamelist-background-light</gamelistBackgroundImage>
<gamelistBackgroundOpacity>1</gamelistBackgroundOpacity>
<gamelistMetadataBackgroundImage>gamelist-metadata-background-light</gamelistMetadataBackgroundImage>
<gamelistSelectorColor>488788</gamelistSelectorColor>
<gamelistSelectedColor>ffffff</gamelistSelectedColor>
<gamelistPrimaryColor>777777</gamelistPrimaryColor>
<gamelistSecondaryColor>777777</gamelistSecondaryColor>
<gameMetadataColor>777777</gameMetadataColor>
<BadgeColor>777777</BadgeColor>
<backgroundArtPath>./wallpapers/retro.webp</backgroundArtPath>
<backgroundAnimationPath>./wallpapers/retro.gif</backgroundAnimationPath>
<backgroundArtOpacity>0.9</backgroundArtOpacity>
<systemlogoArtPath>./_inc/systems/system/${system.theme}.svg</systemlogoArtPath>
</variables>
</colorScheme>
<colorScheme name="neon,neon-icon,neon-capsule,neon-screenshots">
<variables>
<helpTextColor>FFFFFF</helpTextColor>
<backgroundColor>74006c</backgroundColor>
<systemInfoColor>FFFFFF</systemInfoColor>
<systemCarouselTextColor>FFFFFF</systemCarouselTextColor>
<systemCarouselTextBackgroundColor>00000000</systemCarouselTextBackgroundColor>
<systemCarouselSelectorColor>74006c</systemCarouselSelectorColor>
<gamelistLogoColor>FFFFFF</gamelistLogoColor>
<gamelistBackgroundImage>gamelist-background-dark</gamelistBackgroundImage>
<gamelistBackgroundOpacity>1</gamelistBackgroundOpacity>
<gamelistMetadataBackgroundImage>gamelist-metadata-background-dark</gamelistMetadataBackgroundImage>
<gamelistSelectorColor>b304c5</gamelistSelectorColor>
<gamelistSelectedColor>ffffff</gamelistSelectedColor>
<gamelistPrimaryColor>FFFFFF</gamelistPrimaryColor>
<gamelistSecondaryColor>FFFFFF</gamelistSecondaryColor>
<gameMetadataColor>FFFFFF</gameMetadataColor>
<BadgeColor>FFFFFF</BadgeColor>
<backgroundArtPath>./wallpapers/neon.webp</backgroundArtPath>
<backgroundAnimationPath>./wallpapers/neon.gif</backgroundAnimationPath>
<backgroundArtOpacity>0.75</backgroundArtOpacity>
<systemlogoArtPath>./_inc/systems/system/${system.theme}.svg</systemlogoArtPath>
</variables>
</colorScheme>
<colorScheme name="pastel,pastel-icon,pastel-capsule,pastel-screenshots">
<variables>
<helpTextColor>777777</helpTextColor>
<backgroundColor>bbbbbb</backgroundColor>
<systemInfoColor>777777</systemInfoColor>
<systemCarouselTextColor>777777</systemCarouselTextColor>
<systemCarouselTextBackgroundColor>00000000</systemCarouselTextBackgroundColor>
<systemCarouselSelectorColor>A7C7E7</systemCarouselSelectorColor>
<gamelistLogoColor>777777</gamelistLogoColor>
<gamelistBackgroundImage>gamelist-background-light</gamelistBackgroundImage>
<gamelistBackgroundOpacity>0.6</gamelistBackgroundOpacity>
<gamelistMetadataBackgroundImage>gamelist-metadata-background-light</gamelistMetadataBackgroundImage>
<gamelistSelectorColor>A7C7E7</gamelistSelectorColor>
<gamelistSelectedColor>ffffff</gamelistSelectedColor>
<gamelistPrimaryColor>777777</gamelistPrimaryColor>
<gamelistSecondaryColor>777777</gamelistSecondaryColor>
<gameMetadataColor>777777</gameMetadataColor>
<BadgeColor>777777</BadgeColor>
<backgroundArtPath>./wallpapers/pastel.webp</backgroundArtPath>
<backgroundAnimationPath>./wallpapers/pastel.gif</backgroundAnimationPath>
<backgroundArtOpacity>0.75</backgroundArtOpacity>
<systemlogoArtPath>./_inc/systems/system/${system.theme}.svg</systemlogoArtPath>
</variables>
</colorScheme>
<colorScheme name="famicom,famicom-icon,famicom-capsule,famicom-screenshots">
<variables>
<helpTextColor>e4e5ca</helpTextColor>
<backgroundColor>846D21</backgroundColor>
<systemInfoColor>e4e5ca</systemInfoColor>
<systemCarouselTextColor>3b3b3b</systemCarouselTextColor>
<systemCarouselTextBackgroundColor>00000000</systemCarouselTextBackgroundColor>
<systemCarouselSelectorColor>846D21</systemCarouselSelectorColor>
<gamelistLogoColor>e4e5ca</gamelistLogoColor>
<gamelistBackgroundImage>gamelist-background-beige</gamelistBackgroundImage>
<gamelistBackgroundOpacity>0.8</gamelistBackgroundOpacity>
<gamelistMetadataBackgroundImage>gamelist-metadata-background-beige</gamelistMetadataBackgroundImage>
<gamelistSelectorColor>846D21</gamelistSelectorColor>
<gamelistSelectedColor>ffffff</gamelistSelectedColor>
<gamelistPrimaryColor>3b3b3b</gamelistPrimaryColor>
<gamelistSecondaryColor>3b3b3b</gamelistSecondaryColor>
<gameMetadataColor>3b3b3b</gameMetadataColor>
<BadgeColor>e4e5ca</BadgeColor>
<backgroundArtPath>./wallpapers/famicom.webp</backgroundArtPath>
<backgroundAnimationPath>./wallpapers/famicom.gif</backgroundAnimationPath>
<backgroundArtOpacity>0.9</backgroundArtOpacity>
<systemlogoArtPath>./_inc/systems/system/${system.theme}.svg</systemlogoArtPath>
</variables>
</colorScheme>
<colorScheme name="snes,snes-icon,snes-capsule,snes-screenshots">
<variables>
<helpTextColor>3c3b3b</helpTextColor>
<backgroundColor>846D21</backgroundColor>
<systemInfoColor>3c3b3b</systemInfoColor>
<systemCarouselTextColor>3b3b3b</systemCarouselTextColor>
<systemCarouselTextBackgroundColor>00000000</systemCarouselTextBackgroundColor>
<systemCarouselSelectorColor>4a3580</systemCarouselSelectorColor>
<gamelistLogoColor>3c3b3b</gamelistLogoColor>
<gamelistBackgroundImage>gamelist-background-retro</gamelistBackgroundImage>
<gamelistBackgroundOpacity>1</gamelistBackgroundOpacity>
<gamelistMetadataBackgroundImage>gamelist-metadata-background-retro</gamelistMetadataBackgroundImage>
<gamelistSelectorColor>4a3580</gamelistSelectorColor>
<gamelistSelectedColor>ffffff</gamelistSelectedColor>
<gamelistPrimaryColor>3c3b3b</gamelistPrimaryColor>
<gamelistSecondaryColor>3c3b3b</gamelistSecondaryColor>
<gameMetadataColor>3c3b3b</gameMetadataColor>
<BadgeColor>3c3b3b</BadgeColor>
<backgroundArtPath>./wallpapers/snes.webp</backgroundArtPath>
<backgroundAnimationPath>./wallpapers/snes.gif</backgroundAnimationPath>
<backgroundArtOpacity>0.9</backgroundArtOpacity>
<systemlogoArtPath>./_inc/systems/system/${system.theme}.svg</systemlogoArtPath>
</variables>
</colorScheme>
<colorScheme name="sony,sony-icon,sony-capsule,sony-screenshots">
<variables>
<helpTextColor>ffffff</helpTextColor>
<backgroundColor>ffffff</backgroundColor>
<systemInfoColor>ffffff</systemInfoColor>
<systemCarouselTextColor>ffffff</systemCarouselTextColor>
<systemCarouselTextBackgroundColor>00000000</systemCarouselTextBackgroundColor>
<systemCarouselSelectorColor>ffffff</systemCarouselSelectorColor>
<gamelistLogoColor>ffffff</gamelistLogoColor>
<gamelistBackgroundImage>gamelist-background-clear</gamelistBackgroundImage>
<gamelistBackgroundOpacity>.6</gamelistBackgroundOpacity>
<gamelistMetadataBackgroundImage>gamelist-metadata-background-clear</gamelistMetadataBackgroundImage>
<gamelistSelectorColor>253f81</gamelistSelectorColor>
<gamelistSelectedColor>ffffff</gamelistSelectedColor>
<gamelistPrimaryColor>ffffff</gamelistPrimaryColor>
<gamelistSecondaryColor>ffffff</gamelistSecondaryColor>
<gameMetadataColor>ffffff</gameMetadataColor>
<BadgeColor>ffffff</BadgeColor>
<backgroundArtPath>./wallpapers/sony.webp</backgroundArtPath>
<backgroundAnimationPath>./wallpapers/sony.gif</backgroundAnimationPath>
<backgroundArtOpacity>0.75</backgroundArtOpacity>
<systemlogoArtPath>./_inc/systems/system/${system.theme}.svg</systemlogoArtPath>
</variables>
</colorScheme>
</theme>