-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 843 Bytes
/
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
{
"name": "80s-pastel",
"displayName": "80s-pastel",
"description": "A colorful tribute to the 80's <3",
"version": "0.0.3",
"publisher": "makuke1234",
"engines": {
"vscode": "^1.62.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"pastel",
"80s",
"80s pastel",
"80s theme",
"80s vscode",
"80s atom",
"80s pastel atom"
],
"contributes": {
"themes": [
{
"label": "80s Pastel",
"uiTheme": "vs-dark",
"path": "./themes/80s Pastel-color-theme.json"
}
]
},
"license": "MIT License",
"repository": {
"type": "git",
"directory": "https://github.com/makuke1234/80s-pastel-vscode.git"
},
"homepage": "https://github.com/makuke1234/80s-pastel-vscode/blob/master/README.md"
}