-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
179 lines (179 loc) · 4.48 KB
/
package.json
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
{
"name": "vscode-diverse-dye",
"displayName": "Diverse Dye",
"description": "Inject a splash of color into your coding with Diverse Dye! 🎉🎨💻",
"icon": "logo.jpg",
"author": {
"name": "DevangTomar",
"email": "[email protected]",
"url": "https://github.com/devangtomar"
},
"keywords": [
"theme",
"best",
"color",
"dark",
"top",
"lilac",
"pastel",
"dark",
"theme",
"aesthetic",
"goth",
"pink",
"synthwave",
"vaporwave",
"contrast",
"pretty"
],
"maintainers": [
{
"email": "devangtomar123gmail.com",
"name": "Devang Tomar"
}
],
"bugs": {
"url": "https://github.com/devangtomar/vscode-diverse-dye/issues",
"email": "devangtomar123gmail.com"
},
"publisher": "DevangTomar",
"version": "1.4.0",
"engines": {
"vscode": "^1.33.0"
},
"galleryBanner": {
"color": "#d2afff",
"theme": "dark"
},
"extensionKind": [
"ui",
"workspace"
],
"sponsor": {
"url": "https://github.com/devangtomar/sponsors/vscode-diverse-dye"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/devangtomar/vscode-diverse-dye.git"
},
"homepage": "https://github.com/devangtomar/vscode-diverse-dye#readme",
"categories": [
"Other",
"Themes",
"Visualization",
"Extension Packs"
],
"contributes": {
"themes": [
{
"label": "Diverse Dye - Amethyst",
"uiTheme": "vs",
"path": "./themes/amethyst-theme.json"
},
{
"label": "Diverse Dye - Sakura",
"uiTheme": "vs",
"path": "./themes/sakura-theme.json"
},
{
"label": "Diverse Dye - Sakura Blossom",
"uiTheme": "vs",
"path": "./themes/sakura-blossom-theme.json"
},
{
"label": "Diverse Dye - Berry Blast",
"uiTheme": "vs",
"path": "./themes/berry-blast-theme.json"
},
{
"label": "Diverse Dye - Celestial Charm",
"uiTheme": "vs",
"path": "./themes/celestial-charm-theme.json"
},
{
"label": "Diverse Dye - Darko",
"uiTheme": "vs",
"path": "./themes/darko-theme.json"
},
{
"label": "Diverse Dye - Hot Pink",
"uiTheme": "vs",
"path": "./themes/hot-pink-theme.json"
},
{
"label": "Diverse Dye - Hyped Down",
"uiTheme": "vs",
"path": "./themes/hyped-down.json"
},
{
"label": "Diverse Dye - Navy Nights",
"uiTheme": "vs",
"path": "./themes/navy-nights-theme.json"
},
{
"label": "Diverse Dye - Kryptonite",
"uiTheme": "vs",
"path": "./themes/kryptonite-theme.json"
},
{
"label": "Diverse Dye - Power Low Purple",
"uiTheme": "vs",
"path": "./themes/power-low-purple-theme.json"
},
{
"label": "Diverse Dye - Ultraviolet",
"uiTheme": "vs",
"path": "./themes/ultraviolet-theme.json"
},
{
"label": "Diverse Dye - Purplexed Purple",
"uiTheme": "vs",
"path": "./themes/purplexed-theme.json"
},
{
"label": "Diverse Dye - Neon",
"uiTheme": "vs",
"path": "./themes/neon-theme.json"
},
{
"label": "Diverse Dye - GitLab Theme",
"uiTheme": "vs",
"path": "./themes/gitlab-theme.json"
},
{
"label": "Diverse Dye - Fallout",
"uiTheme": "vs",
"path": "./themes/fallout-theme.json"
},
{
"label": "Diverse Dye - Chocolate Dessert",
"uiTheme": "vs",
"path": "./themes/chocolate-dessert-theme.json"
},
{
"label": "Diverse Dye - Arabian theme",
"uiTheme": "vs",
"path": "./themes/arabian-theme.json"
},
{
"label": "Diverse Dye - Mountain theme",
"uiTheme": "vs",
"path": "./themes/mountain-theme.json"
}
]
},
"devDependencies": {
"@types/vscode": "^1.90.0",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.7",
"@types/node": "20.x",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^9.5.0",
"glob": "^10.4.2",
"mocha": "^10.4.0",
"typescript": "^5.5.2",
"@vscode/test-electron": "^2.4.0"
}
}