-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.34 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.34 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
{
"name": "wave-delight",
"displayName": "Wave Delight",
"description": "A Dark Theme for Visual Studio Code ",
"version": "0.0.6",
"scripts": {
"publish": "vsce publish"
},
"publisher": "sadhu",
"author": {
"name": "Divyanshu Maurya",
"url": "https://github.com/itzDm",
"email": "divyanshumaurya99@gmail.com"
},
"icon": "images/logo.webp",
"engines": {
"vscode": "^1.7.0"
},
"galleryBanner": {
"color": "#140e1a",
"theme": "dark"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"dark",
"wave-delight",
"wave delight",
"wave",
"delight",
"latest",
"latest themes",
"latest theme",
"color-theme"
],
"contributes": {
"themes": [
{
"label": "WD Light ",
"uiTheme": "hc-light",
"path": "./themes/wave-delight-vs-light-color-theme.json"
},
{
"label": "WD Dark Modern",
"uiTheme": "vs-dark",
"path": "./themes/wave-delight-vs-modern-color-theme.json"
},
{
"label": "WD Dark Cool",
"uiTheme": "vs-dark",
"path": "./themes/wave-delight-vs-cool-dark-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/itzDM/wave-delight-vs-theme.git"
},
"__metadata": {
"publisherDisplayName": "Divyanshu Maurya"
}
}