forked from michijs/vscode-modern-dark-red-theme
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.05 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
{
"name": "michijs-vscode-modern-dark-purple-theme",
"displayName": "Michi Modern Dark Purple Theme",
"description": "Vscode Michi Modern Dark Purple Theme",
"author": "Lucas M. Segurado",
"icon": "media/material.png",
"repository": "https://github.com/michijs/vscode-modern-dark-purple-theme",
"galleryBanner": {
"color": "#3A353F",
"theme": "dark"
},
"sponsor": {
"url": "https://github.com/sponsors/michijs"
},
"files": [
"media",
"themes",
"LICENSE.md",
"README.md"
],
"license": "MIT",
"version": "1.0.6",
"publisher": "michijs",
"engines": {
"vscode": "^1.76.0"
},
"categories": [
"Themes"
],
"scripts": {
"tree": "vsce ls --tree",
"package": "vsce package --allow-unused-files-pattern",
"publish": "vsce publish"
},
"devDependencies": {
"@vscode/vsce": "3.2.1"
},
"contributes": {
"themes": [
{
"label": "Michi Modern Dark Purple Theme",
"uiTheme": "vs-dark",
"path": "./themes/modern-dark-purple-color-theme.json"
}
]
}
}