-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 2.75 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 2.75 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "niketa-theme",
"displayName": "Niketa Theme Light",
"scripts": {},
"version": "10.65.0",
"depFn": [
"eslint"
],
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/selfrefactor/niketa-theme.git"
},
"license": "MIT",
"description": "Collection of 9 light themes with same background",
"publisher": "selfrefactor",
"engines": {
"vscode": "^1.40.0"
},
"categories": [
"Themes"
],
"bugs": {
"url": "https://github.com/selfrefactor/niketa-theme/issues"
},
"icon": "niketa.png",
"contributes": {
"themes": [
{
"label": "CommunicationBreakdown",
"uiTheme": "vs",
"path": "./themes/CommunicationBreakdown.json"
},
{
"label": "FunkyDrummer",
"uiTheme": "vs",
"path": "./themes/FunkyDrummer.json"
},
{
"label": "KozmicBlues",
"uiTheme": "vs",
"path": "./themes/KozmicBlues.json"
},
{
"label": "GlassOnion",
"uiTheme": "vs",
"path": "./themes/GlassOnion.json"
},
{
"label": "HelloSpaceboy",
"uiTheme": "vs",
"path": "./themes/HelloSpaceboy.json"
},
{
"label": "StrangeBrew",
"uiTheme": "vs",
"path": "./themes/StrangeBrew.json"
},
{
"label": "SweatLeaf",
"uiTheme": "vs",
"path": "./themes/SweatLeaf.json"
},
{
"label": "LedZeppelin",
"uiTheme": "vs",
"path": "./themes/LedZeppelin.json"
},
{
"label": "DancingDays",
"uiTheme": "vs",
"path": "./themes/DancingDays.json"
}
]
},
"badges": [
{
"url": "https://vsmarketplacebadges.dev/installs-short/selfrefactor.Niketa-theme.img",
"href": "https://marketplace.visualstudio.com/items?itemName=selfrefactor.Niketa-theme",
"description": "installs"
},
{
"url": "https://vsmarketplacebadges.dev/downloads-short/selfrefactor.Niketa-theme.img",
"href": "https://marketplace.visualstudio.com/items?itemName=selfrefactor.Niketa-theme",
"description": "Downloads badge"
},
{
"url": "https://vsmarketplacebadges.dev/trending-weekly/selfrefactor.Niketa-theme.img",
"href": "https://marketplace.visualstudio.com/items?itemName=selfrefactor.Niketa-theme",
"description": "Trending weekly"
},
{
"url": "https://vsmarketplacebadges.dev/trending-monthly/selfrefactor.Niketa-theme.img",
"href": "https://marketplace.visualstudio.com/items?itemName=selfrefactor.Niketa-theme",
"description": "Trending monthly"
}
],
"keywords": [
"theme",
"color-theme",
"light",
"collection",
"themes",
"bundle"
],
"dependencies": {}
}