-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.85 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
61
62
63
64
65
66
67
68
69
70
71
{
"name": "vttp",
"displayName": "VisionTech ThemesPack",
"description": "Thèmes VS Code par Vision Tech Gyver.",
"publisher": "VincentVision",
"license": "VVS",
"version": "0.1.0",
"galleryBanner": {
"color": "#3366FF",
"theme": "dark"
},
"homepage": "https://www.youtube.com/channel/UC0obaoAHO-BMgIXGjGoZHOA",
"repository": {
"type": "git",
"url": "https://github.com/VincentVision/VisionTech-ThemesPack"
},
"bugs": {
"url": "https://github.com/VincentVision/VisionTech-ThemesPack/issues"
},
"icon": "assets/images/icon.png",
"keywords": [
"Vision Tech Gyver",
"Vincent Vision Studio",
"vtep",
"vt ep",
"vttp",
"vt tp",
"bot discord pack",
"High Contrast",
"hc",
"dark",
"dark+",
"cool",
"theme pack",
"semantic"
],
"engines": {
"vscode": "^1.46.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "High Contrast (VisionTech)",
"uiTheme": "hc-black",
"path": "./themes/High Contrast (VisionTech)-color-theme.json"
},
{
"label": "Dark+ (VisionTech)",
"uiTheme": "vs-dark",
"path": "./themes/Dark+ (VisionTech)-color-theme.json"
}
],
"iconThemes": [
{
"id": "visiontech-icon-theme",
"label": "VisionTech Icon Theme",
"path": "./icons.json",
"_watch": true
}
],
"commands": [
{
"command": "Open Settings",
"title": "Commande pour rechercher le fichier {setting.json}"
}
]
}
}