-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1016 Bytes
/
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
{
"name": "purple-cloud-theme",
"displayName": "Purple Cloud Theme",
"description": "Purple based theme for VS Code",
"publisher": "Keith-sys",
"license": "MIT License",
"icon": "images/logo.png",
"version": "1.0.0",
"engines": {
"vscode": "^1.60.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Keith-sys/purple-cloud-theme/"
},
"bugs": {
"url": "https://github.com/Keith-sys/purple-cloud-theme/issues"
},
"categories": [
"Themes",
"Other"
],
"extensionKind": [
"ui",
"workspace"
],
"keywords": [
"Purple",
"Themes",
"Dark Theme",
"color-theme",
"Purple Cloud"
],
"contributes": {
"themes": [
{
"label": "Purple Cloud Theme Default",
"uiTheme": "vs-dark",
"path": "./themes/Purple-Cloud-Theme-Default.json"
},
{
"label": "Purple Cloud Dark Abyss",
"uiTheme": "vs-dark",
"path": "./themes/Purple-Cloud-Dark-Abyss.json"
}
]
}
}