-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.21 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
{
"name": "fuedskeps-theme",
"version": "1.0.3",
"displayName": "Fuedskeps Theme",
"homepage": "https://fuedskeps.aluisio.dev",
"description": "The Real Dark Theme for Visual Studio Code",
"publisher": "aluisiodeavila",
"scripts": {
"vsce-package": "vsce package",
"vsce-publish": "vsce publish"
},
"maintainers": [
"Aluisio de Avila <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/Aluisio/fuedskeps-theme-vscode.git"
},
"engines": {
"vscode": "^1.0.0"
},
"categories": [
"Themes"
],
"keywords": [
"fuedskeps",
"theme",
"color-theme",
"real-dark-theme",
"dark",
"full-dark",
"blue",
"pink",
"aluisio"
],
"icon": "icon.png",
"contributes": {
"themes": [
{
"label": "Fuedskeps - Blue",
"uiTheme": "vs-dark",
"path": "./themes/Fuedskeps-color-blue-theme.json"
},
{
"label": "Fuedskeps - Pink",
"uiTheme": "vs-dark",
"path": "./themes/Fuedskeps-color-pink-theme.json"
}
]
},
"__metadata": {
"id": "aluisiodeavila",
"publisherDisplayName": "Aluisio de Avila",
"publisherId": "aluisiodeavila"
}
}