-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.38 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.38 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
{
"name": "candy-pine",
"publisher": "yuschick",
"displayName": "Candý Pine",
"description": "Candý Pine is a soft, harmonious and candy-inspired dark theme, based off of the beautiful Rosé Pine.",
"version": "0.2.5",
"engines": {
"vscode": "^1.57.0"
},
"categories": [
"Themes"
],
"author": "Daniel Yuschick <daniel.yuschick@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/candy-pine/vscode.git"
},
"galleryBanner": {
"color": "#161421",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "Candý Pine",
"uiTheme": "vs-dark",
"path": "./themes/candy-pine-color-theme.json"
},
{
"label": "Candý Pine (Italics)",
"uiTheme": "vs-dark",
"path": "./themes/candy-pine-color-theme--italics.json"
}
]
},
"icon": "assets/candy-pine--icon.webp",
"keywords": [
"minimal",
"aesthetic",
"classy",
"dark",
"pastel",
"rose pine",
"soft"
],
"scripts": {
"format": "prettier --write .",
"package": "vsce package",
"publish": "npm run package && vsce publish && npm publish"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/candy-pine/vscode/issues"
},
"homepage": "https://github.com/candy-pine/vscode#readme",
"dependencies": {},
"devDependencies": {
"prettier": "^3.4.2"
}
}