-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
74 lines (74 loc) · 1.76 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"author": {
"email": "[email protected]",
"name": "Gaël Lopes Da Silva",
"url": "https://github.com/Gael-Lopes-Da-Silva"
},
"categories": [
"Themes"
],
"contributes": {
"iconThemes": [
{
"id": "yellowed_icons",
"label": "Yellowed Icons",
"path": "./icons/yellowed_icons.json"
}
],
"themes": [
{
"id": "yellowed_reborn",
"label": "Yellowed Reborn",
"path": "./themes/yellowed_reborn.json",
"uiTheme": "vs-dark"
},
{
"id": "yellowed",
"label": "Yellowed",
"path": "./themes/yellowed.json",
"uiTheme": "vs-dark"
}
]
},
"description": "A yellow theme for vscode",
"devDependencies": {
"@vscode/vsce": "^3.2.1"
},
"displayName": "Yellowed",
"engines": {
"vscode": "^1.81.1"
},
"galleryBanner": {
"color": "#ffd900",
"theme": "dark"
},
"icon": "resources/logo.png",
"keywords": [
"dark",
"flat",
"gold",
"golden",
"gruber",
"icon",
"icons",
"jaune",
"material",
"minimal",
"minimalist",
"yellow",
"yellowed"
],
"license": "LICENSE.md",
"markdown": "github",
"name": "yellowed",
"publisher": "gael-lopes-da-silva",
"repository": {
"type": "git",
"url": "https://github.com/Gael-Lopes-Da-Silva/YellowedVSCode"
},
"scripts": {
"package": "vsce package -o build",
"publish": "vsce publish"
},
"version": "2.4.0"
}