-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.81 KB
/
package.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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "xext-theme-simple",
"displayName": "简",
"version": "1.0.2",
"description": "一组简单主题。",
"type": "theme",
"icon": "mdi-brightness-2",
"accentColor": "#232323",
"themes": [
{
"name": "white-black-auto",
"displayName": "白+黑(macOS)",
"preview": {"backgroundImage": "linear-gradient(30deg, #333 0%, #333 65%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%)"},
"description": "自动根据系统外观设置应用浅色或深色主题",
"color": "#333",
"style": "styles/white-black-auto.css",
"inject": "append"
}, {
"name": "white-black-time",
"displayName": "白+黑(跟随时间)",
"preview": {"backgroundImage": "linear-gradient(30deg, #333 0%, #333 65%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%)"},
"description": "自动跟随日夜变化改变主题",
"color": "#333",
"style": "styles/white-black-time.css",
"inject": "append"
}, {
"name": "white",
"displayName": "白",
"color": "#fff",
"style": "styles/white.css",
"inject": "append"
}, {
"name": "black",
"displayName": "黑",
"color": "#333",
"style": "styles/black.css",
"inject": "append"
}
],
"author": {
"name": "Catouse",
"email": "[email protected]"
},
"publisher": "Catouse",
"homepage": "https://catouse.github.io/xext-theme-simple/",
"repository": {
"url": "https://github.com/catouse/xext-theme-simple/",
"type": "git"
},
"bugs": {
"url": "https://github.com/catouse/xext-theme-simple/issues"
}
}