-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.45 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
54
55
56
57
{
"name": "dark-magic-themes",
"publisher": "DavidMorais",
"displayName": "Dark Magic Themes",
"author": "David Morais (Dark Magic Studios)",
"icon": "icon.png",
"repository": "https://github.com/Dark-Magic-Studios/dark-magic-themes",
"description": "A collection of dark 🖤 themes with tones of green and blue",
"version": "0.2.5",
"engines": {
"vscode": "^1.65.0"
},
"categories": [
"Themes"
],
"scripts": {
"build": "vsce package",
"deploy": "vsce publish"
},
"contributes": {
"themes": [
{
"label": "Dark Magic",
"uiTheme": "vs-dark",
"path": "./themes/dark-magic-color-theme.json"
},
{
"label": "Dark Magic Night",
"uiTheme": "vs-dark",
"path": "./themes/dark-magic-night-color-theme.json"
},
{
"label": "Dark Magic Nord",
"uiTheme": "vs-dark",
"path": "./themes/dark-magic-nord-color-theme.json"
},
{
"label": "Dark Magic Dracula",
"uiTheme": "vs-dark",
"path": "./themes/dark-magic-dracula-color-theme.json"
},
{
"label": "Dark Magic Frankenstein",
"uiTheme": "vs-dark",
"path": "./themes/dark-magic-frankenstein-color-theme.json"
},
{
"label": "Dark Magic Tokyo",
"uiTheme": "vs-dark",
"path": "./themes/dark-magic-tokyo-color-theme.json"
}
]
},
"dependencies": {
"@vscode/vsce": "^2.23.0"
}
}