-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.46 KB
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
{
"name": "purple-dark-theme-lf",
"displayName": "Purple Dark Theme - LF",
"description": "Kinda good Purple Dark Theme with orange accents",
"version": "1.1.3",
"publisher": "vertopolkalf",
"engines": {
"vscode": "^1.60.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"dark theme",
"light theme",
"purple",
"dark",
"light",
"color theme",
"purple dark",
"purple dark theme",
"purple dark color theme"
],
"icon": "icon.png",
"galleryBanner": {
"color": "#111111",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "Purple Dark",
"uiTheme": "vs-dark",
"path": "./themes/purple-dark-color-theme.json"
},
{
"label": "Purple Light",
"uiTheme": "vs",
"path": "./themes/purple-light-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/vertopolkalf/purple-dark-theme"
},
"bugs": {
"url": "https://github.com/vertopolkalf/purple-dark-theme/issues"
},
"license": "MIT",
"devDependencies": {
"vsce": "^2.15.0"
},
"overrides": {
"minimatch": "3.1.3"
},
"pnpm": {
"overrides": {
"minimatch": "3.1.3"
}
}
}