-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.json
40 lines (40 loc) · 1.12 KB
/
theme.json
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
{
"id": "liora",
"name": "Liora",
"version": "1.0.0",
"author": "成成0v0 (hic.top, [email protected])",
"repo": "https://github.com/ChengCheng0v0/Liora",
"files": {
"styles": ["colors.css", "elements.css", "index.css"],
"scripts": ["reload-fix.js", "index.js"]
},
"colors": {
"list": {
"sun": {
"displayName": "Sun",
"files": {
"styles": [],
"scripts": []
},
"icon": {
"icon": "fa-solid fa-sun",
"color": "#ae7954",
"background": "#fff9ea"
}
},
"moon": {
"displayName": "Moon",
"files": {
"styles": ["index.css", "colors.css"],
"scripts": []
},
"icon": {
"icon": "fa-solid fa-moon",
"color": "#c48fad",
"background": "#1e1e2e"
}
}
},
"index": ["sun", "moon"]
}
}