-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.17 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.17 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
{
"publisher": "YoussefBouzekri",
"name": "spaceduck",
"displayName": "Spaceduck",
"icon": "spaceduck.png",
"description": "An intergalactic space theme for vscode and more!",
"version": "1.4.7",
"engines": {
"vscode": "^1.42.0"
},
"keywords": [
"theme",
"spaceduck",
"spaceduck-vscode",
"dark theme",
"light theme",
"space",
"duck",
"space duck",
"intergalactic",
"vim",
"best color theme"
],
"repository": {
"type": "git",
"url": "https://github.com/spaceduck-theme/vscode"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Spaceduck OG",
"uiTheme": "vs-dark",
"path": "./themes/spaceduck-og.json"
},
{
"label": "Spaceduck",
"uiTheme": "vs-dark",
"path": "./themes/spaceduck-dark.json"
},
{
"label": "Spaceduck Mira",
"uiTheme": "vs-dark",
"path": "./themes/spaceduck-mira.json"
},
{
"label": "Spaceduck Light",
"uiTheme": "vs",
"path": "./themes/spaceduck-light.json"
}
]
},
"__metadata": {
"id": "f0ecaa5e-71cf-4fd2-9caa-439e8e867b9f",
"publisherDisplayName": "spaceduck-vscode",
"publisherId": "059c9f32-6838-4ee8-b686-736575322bcf"
}
}