-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
408 lines (397 loc) · 22.3 KB
/
index.html
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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
<!DOCTYPE html>
<html style="font-size: 16px">
<head>
<meta charset="UTF-8" />
<title>SpicetifyBeautify</title>
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
<link rel="stylesheet" href="./common.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap" rel="stylesheet" />
</head>
<body scroll="no" class="bodystyle">
<div class="header">
<h3><a class="link" href="./index.html">SpicetifyBeautify</a></h3>
</div>
<div class="licont">
<ul class="lifont">
<li>Featured</li>
<li>Default</li>
<li>Animated</li>
<li>Minimal</li>
<li>Change background</li>
</ul>
</div>
<div class="maintheme_container">
<table class="themes">
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr1 hvr-sweep-to-top">
<img class="theme-image" src="res/Dribbblish.png" />
<input type="text" name="theme_name" value="Dribbblish" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr2 hvr-sweep-to-top">
<img class="theme-image" src="res/DribbblishDynamic.png" />
<input type="text" name="theme_name" value="DribbblishDynamic" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr3 hvr-sweep-to-top">
<img class="theme-image" src="res/Frostify.png" />
<input type="text" name="theme_name" value="Frostify" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr4 hvr-sweep-to-top">
<img class="theme-image" src="res/Onepunch.png" />
<input type="text" name="theme_name" value="Onepunch" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
</table>
<table class="themes">
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr5 hvr-sweep-to-top">
<img class="theme-image" src="res/Satisfied.png" />
<input type="text" name="theme_name" value="Satisfied" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr6 hvr-sweep-to-top">
<img class="theme-image" src="res/Spicy.png" />
<input type="text" name="theme_name" value="Spicy" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr7 hvr-sweep-to-top">
<img class="theme-image" src="res/DanDrumStoneNew.png" />
<input type="text" name="theme_name" value="DanDrumStoneNew" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr8 hvr-sweep-to-top">
<img class="theme-image" src="res/Flatten.png" />
<input type="text" name="theme_name" value="Flatten" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr9 hvr-sweep-to-top">
<img class="theme-image" src="res/Gradianto.png" />
<input type="text" name="theme_name" value="Gradianto" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr10 hvr-sweep-to-top">
<img class="theme-image" src="res/Phosphoria.png" />
<input type="text" name="theme_name" value="Phosphoria" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr11 hvr-sweep-to-top">
<img class="theme-image" src="res/TychoAwake.png" />
<input type="text" name="theme_name" value="TychoAwake" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr12 hvr-sweep-to-top">
<img class="theme-image" src="res/Vaporwave.png" />
<input type="text" name="theme_name" value="Vaporwave" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr13 hvr-sweep-to-top">
<img class="theme-image" src="res/Adapta-Nokto.png" />
<input type="text" name="theme_name" value="Adapta-Nokto" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr14 hvr-sweep-to-top">
<img class="theme-image" src="res/Arc-Dark.png" />
<input type="text" name="theme_name" value="Arc-Dark" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr15 hvr-sweep-to-top">
<img class="theme-image" src="res/Arc-Green.png" />
<input type="text" name="theme_name" value="Arc-Green" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr16 hvr-sweep-to-top">
<img class="theme-image" src="res/BIB-Green.png" />
<input type="text" name="theme_name" value="BIB-Green" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr17 hvr-sweep-to-top">
<img class="theme-image" src="res/Bittersweet.png" />
<input type="text" name="theme_name" value="Bittersweet" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr18 hvr-sweep-to-top">
<img class="theme-image" src="res/Black.png" />
<input type="text" name="theme_name" value="Black" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr19 hvr-sweep-to-top">
<img class="theme-image" src="res/BladeRunner.png" />
<input type="text" name="theme_name" value="BladeRunner" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr20 hvr-sweep-to-top">
<img class="theme-image" src="res/Blueballs.png" />
<input type="text" name="theme_name" value="Blueballs" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr21 hvr-sweep-to-top">
<img class="theme-image" src="res/BreezyLight.png" />
<input type="text" name="theme_name" value="BreezeLight" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr22 hvr-sweep-to-top">
<img class="theme-image" src="res/BurntSienna.png" />
<input type="text" name="theme_name" value="BurntSienna" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr23 hvr-sweep-to-top">
<img class="theme-image" src="res/Challenger-Deep.png" />
<input type="text" name="theme_name" value="Challenger-Deep" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr24 hvr-sweep-to-top">
<img class="theme-image" src="res/Dark.png" />
<input type="text" name="theme_name" value="Dark" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr25 hvr-sweep-to-top">
<img class="theme-image" src="res/DeepCoral.png" />
<input type="text" name="theme_name" value="DeepCoral" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr26 hvr-sweep-to-top">
<img class="theme-image" src="res/Discord.png" />
<input type="text" name="theme_name" value="Discord" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr27 hvr-sweep-to-top">
<img class="theme-image" src="res/Dobby.png" />
<input type="text" name="theme_name" value="Dobbo" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr28 hvr-sweep-to-top">
<img class="theme-image" src="res/Dracula.png" />
<input type="text" name="theme_name" value="Dracula" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr29 hvr-sweep-to-top">
<img class="theme-image" src="res/Elementary.png" />
<input type="text" name="theme_name" value="Elementary" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr30 hvr-sweep-to-top">
<img class="theme-image" src="res/Gruvbox-Gold.png" />
<input type="text" name="theme_name" value="Gruvbox-Gold" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr31 hvr-sweep-to-top">
<img class="theme-image" src="res/JarvisBot.png" />
<input type="text" name="theme_name" value="JarvisBot" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr32 hvr-sweep-to-top">
<img class="theme-image" src="res/Kaapi.png" />
<input type="text" name="theme_name" value="Kaapi" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr33 hvr-sweep-to-top">
<img class="theme-image" src="res/Material-Ocean.png" />
<input type="text" name="theme_name" value="Material-Ocean" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr34 hvr-sweep-to-top">
<img class="theme-image" src="res/Midnight-Light.png" />
<input type="text" name="theme_name" value="Midnight-Light" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr35 hvr-sweep-to-top">
<img class="theme-image" src="res/MoonChild.png" />
<input type="text" name="theme_name" value="MoonChild" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr36 hvr-sweep-to-top">
<img class="theme-image" src="res/Night.png" />
<input type="text" name="theme_name" value="Night" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr37 hvr-sweep-to-top">
<img class="theme-image" src="res/NightMoon.png" />
<input type="text" name="theme_name" value="NightMoon" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr38 hvr-sweep-to-top">
<img class="theme-image" src="res/Night-Owl.png" />
<input type="text" name="theme_name" value="Night-Owl" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr39 hvr-sweep-to-top">
<img class="theme-image" src="res/Nord.png" />
<input type="text" name="theme_name" value="Nord" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr40 hvr-sweep-to-top">
<img class="theme-image" src="res/NoSleep.png" />
<input type="text" name="theme_name" value="NoSleep" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr41 hvr-sweep-to-top">
<img class="theme-image" src="res/OneDarkish.png" />
<input type="text" name="theme_name" value="OneDarkish" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr42 hvr-sweep-to-top">
<img class="theme-image" src="res/Otto.png" />
<input type="text" name="theme_name" value="Otto" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr43 hvr-sweep-to-top">
<img class="theme-image" src="res/OutrunDark.png" />
<input type="text" name="theme_name" value="OutrunDark" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr44 hvr-sweep-to-top">
<img class="theme-image" src="res/Pop-Dark.png" />
<input type="text" name="theme_name" value="Pop-Dark" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr45 hvr-sweep-to-top">
<img class="theme-image" src="res/ShadowCustom.png" />
<input type="text" name="theme_name" value="ShadowCustom" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr46 hvr-sweep-to-top">
<img class="theme-image" src="res/SolarizedDark.png" />
<input type="text" name="theme_name" value="SolarizedDark" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr47 hvr-sweep-to-top">
<img class="theme-image" src="res/Sweet.png" />
<input type="text" name="theme_name" value="Sweet" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr48 hvr-sweep-to-top">
<img class="theme-image" src="res/TrenkyGoldenrod.png" />
<input type="text" name="theme_name" value="TrekyGoldenrod" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr49 hvr-sweep-to-top">
<img class="theme-image" src="res/Twasi.png" />
<input type="text" name="theme_name" value="Twasi" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr50 hvr-sweep-to-top">
<img class="theme-image" src="res/WintergatanBlueprint.png" />
<input type="text" name="theme_name" value="WintergatanBlueprint" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
<form onsubmit="return sendForm(this)">
<a href="#" class="hvr51 hvr-sweep-to-top">
<img class="theme-image" src="res/YoutubeDark.png" />
<input type="text" name="theme_name" value="YoutubeDark" hidden="true" />
<input class="btn" type="submit" value="Install" />
</a>
</form>
</table>
<script src="./hovering.js"></script>
</div>
<!-- <script>
const customTitlebar = require('custom-electron-titlebar');
new customTitlebar.Titlebar({
backgroundColor: customTitlebar.Color.fromHex('#444')
});
</script> -->
<script src="./renderer.js"></script>
</body>
</html>