-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 827 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 827 Bytes
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
{
"name": "zqt-theme",
"description": "A theme",
"displayName": "ZQT Theme",
"categories": [
"Themes"
],
"version": "0.9.0",
"publisher": "Z-Q-T",
"license": "MIT",
"engines": {
"vscode": "^1.110.0"
},
"keywords": [
"icons",
"theme",
"icon-theme"
],
"contributes": {
"themes": [
{
"id": "ZQT Dark+",
"label": "ZQT Dark+",
"uiTheme": "vs-dark",
"path": "./color/theme-ZQT-DARK.json"
},
{
"id": "ZQT Bright+ Colour",
"label": "ZQT Bright+ Colour",
"uiTheme": "vs",
"path": "./color/theme-ZQT-BRIGHT.json"
}
],
"iconThemes": [
{
"id": "ZQT Bright+ Icon",
"label": "ZQT Bright+ Icon",
"path": "./fileIcon/icon-ZQT-BRIGHT.json"
}
]
},
"repository": {
"type": "git",
"url": "https://https://github.com/Z-Q-T/VScode-theme-ZQT.git"
}
}