-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.02 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.02 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
{
"name": "thanos-theme",
"displayName": "Thanos Theme",
"description": "A theme made by a Titan to conquer the universe",
"version": "0.0.6",
"license": "MIT",
"publisher": "arthur404dev",
"icon": "logo.png",
"galleryBanner": {
"color": "#371a48",
"theme": "dark"
},
"engines": {
"vscode": "^1.69.0"
},
"repository": {
"type": "git",
"url": "https://github.com/thanos-theme/visual-studio-code"
},
"bugs": {
"url": "https://github.com/thanos-theme/visual-studio-code/issues"
},
"homepage": "https://github.com/thanos-theme/thanos",
"categories": [
"Themes"
],
"keywords": [
"thanos",
"thanos theme",
"thanos-theme",
"theme",
"purple",
"light",
"dark",
"infinity stones",
"infinity"
],
"contributes": {
"themes": [
{
"label": "Thanos : Infinity Dark - Contrast",
"uiTheme": "vs-dark",
"path": "./themes/dark/InfinityDarkContrast.json"
}
]
},
"scripts": {
"deploy": "vsce publish"
}
}