-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 955 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
39
40
41
42
43
44
45
{
"name": "joey-theme",
"displayName": "joey",
"description": "A minimal theme to code with joy and focus",
"version": "3.3.2",
"publisher": "xshapira",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xshapira/joey"
},
"bugs": {
"url": "https://github.com/xshapira/joey/issues",
"email": "m@xshapira.com"
},
"keywords": [
"icon-theme",
"theme",
"dark theme",
"bear",
"joey"
],
"homepage": "https://github.com/xshapira/joey",
"icon": "icon.png",
"engines": {
"vscode": "^1.90.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "joey",
"uiTheme": "vs-dark",
"path": "./themes/joey-color-theme.json"
}
]
},
"__metadata": {
"id": "8b639f24-a4d6-4baf-94f8-267c9509c362",
"publisherDisplayName": "xshapira",
"publisherId": "ecce09a8-60f3-6cfd-adf0-f40a6a1971e9"
}
}