-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
{
"name": "tasty-purple",
"displayName": "Tasty Purple",
"description": "My first theme with purple color as a primary one. Easy for eyes",
"version": "0.0.6",
"publisher": "Ushinnary",
"icon": "screenshots/default.png",
"scripts": {
"publish": "vsce publish"
},
"repository": {
"homepage": "https://github.com/ushinnary/tasty-purple-vscode-theme",
"url": "https://github.com/ushinnary/tasty-purple-vscode-theme"
},
"engines": {
"vscode": "^1.55.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Tasty Purple Theme",
"uiTheme": "vs-dark",
"path": "./themes/Tasty Purple Theme-color-theme.json"
},
{
"label": "Tasty Purple Bright Theme",
"uiTheme": "vs-dark",
"path": "./themes/Tasty Purple Brighter Theme-color-theme.json"
},
{
"label": "Tasty Purple Light Theme",
"uiTheme": "vs",
"path": "./themes/tasty-purple-light-color-theme.json"
}
]
},
"__metadata": {
"id": "a07e01c2-7346-4d09-830c-df8aca346e42",
"publisherDisplayName": "Alexander Kartushin",
"publisherId": "04990123-1e5d-4afa-ad6f-889a72a970f6"
}
}