-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
362 lines (362 loc) · 9.86 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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
{
"name": "rlabs-theme-collection",
"displayName": "RLabs Themes Collection",
"description": "A collection of VSCode themes made by RLabs Inc.",
"version": "0.1.3",
"publisher": "RLabsInc",
"icon": "images/RLabs-Lamp.png",
"engines": {
"vscode": "^1.65.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "RLabs Earth",
"uiTheme": "vs-dark",
"path": "./themes/Earth-color-theme.json"
},
{
"label": "RLabs Original",
"uiTheme": "vs-dark",
"path": "./themes/Original-color-theme.json"
},
{
"label": "RLabs Splash Darker",
"uiTheme": "vs-dark",
"path": "./themes/Splash Darker-color-theme.json"
},
{
"label": "RLabs Splash",
"uiTheme": "vs-dark",
"path": "./themes/Splash-color-theme.json"
},
{
"label": "RLabs Under",
"uiTheme": "vs-dark",
"path": "./themes/Under-color-theme.json"
},
{
"label": "RLabs Shade",
"uiTheme": "vs-dark",
"path": "./themes/Shade-color-theme.json"
},
{
"label": "RLabs Blue",
"uiTheme": "vs-dark",
"path": "./themes/Blue-color-theme.json"
},
{
"label": "RLabs Green Forrest",
"uiTheme": "vs-dark",
"path": "./themes/GreenForrest-color-theme.json"
},
{
"label": "RLabs Blue Green",
"uiTheme": "vs-dark",
"path": "./themes/BlueGreen-color-theme.json"
},
{
"label": "RLabs Purple Dream",
"uiTheme": "vs-dark",
"path": "./themes/PurpleDream-color-theme.json"
},
{
"label": "RLabs Golden Grape",
"uiTheme": "vs-dark",
"path": "./themes/GoldenGrape-color-theme.json"
},
{
"label": "RLabs Wine Cellar",
"uiTheme": "vs-dark",
"path": "./themes/WineCellar-color-theme.json"
},
{
"label": "RLabs Blue Candy Forrest",
"uiTheme": "vs-dark",
"path": "./themes/BlueCandyForrest-color-theme.json"
},
{
"label": "RLabs Caramel World",
"uiTheme": "vs-dark",
"path": "./themes/CaramelWorld-color-theme.json"
},
{
"label": "RLabs Blueberry Bush",
"uiTheme": "vs-dark",
"path": "./themes/BlueberryBush-color-theme.json"
},
{
"label": "RLabs Seaweed",
"uiTheme": "vs-dark",
"path": "./themes/Seaweed-color-theme.json"
},
{
"label": "RLabs Chocolate Forrest",
"uiTheme": "vs-dark",
"path": "./themes/ChocolateForrest-color-theme.json"
},
{
"label": "RLabs Brownie",
"uiTheme": "vs-dark",
"path": "./themes/Brownie-color-theme.json"
},
{
"label": "RLabs Joker",
"uiTheme": "vs-dark",
"path": "./themes/Joker-color-theme.json"
},
{
"label": "RLabs Strawberry Jelly",
"uiTheme": "vs-dark",
"path": "./themes/StrawberryJelly-color-theme.json"
},
{
"label": "RLabs Brown Green",
"uiTheme": "vs-dark",
"path": "./themes/BrownGreen-color-theme.json"
},
{
"label": "RLabs Strawberry Jelly Darker",
"uiTheme": "vs-dark",
"path": "./themes/StrawberryJellyDarker-color-theme.json"
},
{
"label": "RLabs Citrus Brown",
"uiTheme": "vs-dark",
"path": "./themes/CitrusBrown-color-theme.json"
},
{
"label": "RLabs Grape Forrest",
"uiTheme": "vs-dark",
"path": "./themes/GrapeForrest-color-theme.json"
},
{
"label": "RLabs Under Earth",
"uiTheme": "vs-dark",
"path": "./themes/UnderEarth-color-theme.json"
},
{
"label": "RLabs Bronze Citrus",
"uiTheme": "vs-dark",
"path": "./themes/BronzeCitrus-color-theme.json"
},
{
"label": "RLabs Water Cave",
"uiTheme": "vs-dark",
"path": "./themes/WaterCave-color-theme.json"
},
{
"label": "RLabs Golden Shades",
"uiTheme": "vs-dark",
"path": "./themes/GoldenShades-color-theme.json"
},
{
"label": "RLabs Blueberry Cracker",
"uiTheme": "vs-dark",
"path": "./themes/BlueberryCracker-color-theme.json"
},
{
"label": "RLabs Jelly Cracker",
"uiTheme": "vs-dark",
"path": "./themes/JellyCracker-color-theme.json"
},
{
"label": "RLabs Earth Surprise",
"uiTheme": "vs-dark",
"path": "./themes/EarthSurprise-color-theme.json"
},
{
"label": "RLabs Brown River",
"uiTheme": "vs-dark",
"path": "./themes/BrownRiver-color-theme.json"
},
{
"label": "RLabs Green Hack",
"uiTheme": "vs-dark",
"path": "./themes/GreenHack-color-theme.json"
},
{
"label": "RLabs River Blood",
"uiTheme": "vs-dark",
"path": "./themes/RiverBlood-color-theme.json"
},
{
"label": "RLabs Green and Wine",
"uiTheme": "vs-dark",
"path": "./themes/GreenWine-color-theme.json"
},
{
"label": "RLabs Blueberry Chocolate",
"uiTheme": "vs-dark",
"path": "./themes/BlueberryChocolate-color-theme.json"
},
{
"label": "RLabs Dual Forrest",
"uiTheme": "vs-dark",
"path": "./themes/DualForrest-color-theme.json"
},
{
"label": "RLabs Strawberry Bush",
"uiTheme": "vs-dark",
"path": "./themes/StrawberryBush-color-theme.json"
},
{
"label": "RLabs Greenie Blood",
"uiTheme": "vs-dark",
"path": "./themes/GreenieBlood-color-theme.json"
},
{
"label": "RLabs Lemon Tree",
"uiTheme": "vs-dark",
"path": "./themes/LemonTree-color-theme.json"
},
{
"label": "RLabs Deep Purple",
"uiTheme": "vs-dark",
"path": "./themes/DeepPurple-color-theme.json"
},
{
"label": "RLabs Pink Sea",
"uiTheme": "vs-dark",
"path": "./themes/PinkSea-color-theme.json"
},
{
"label": "RLabs Paper Blue",
"uiTheme": "vs-dark",
"path": "./themes/PaperBlue-color-theme.json"
},
{
"label": "RLabs Paper Green",
"uiTheme": "vs-dark",
"path": "./themes/PaperGreen-color-theme.json"
},
{
"label": "RLabs Vampire Castle",
"uiTheme": "vs-dark",
"path": "./themes/VampireCastle-color-theme.json"
},
{
"label": "RLabs Confy Green",
"uiTheme": "vs-dark",
"path": "./themes/ConfyGreen-color-theme.json"
},
{
"label": "RLabs Confy Green 2",
"uiTheme": "vs-dark",
"path": "./themes/ConfyGreen2-color-theme.json"
},
{
"label": "RLabs Confy Green 3",
"uiTheme": "vs-dark",
"path": "./themes/ConfyGreen3-color-theme.json"
},
{
"label": "RLabs Confy Green 4",
"uiTheme": "vs-dark",
"path": "./themes/ConfyGreen4-color-theme.json"
},
{
"label": "RLabs Confy Blue",
"uiTheme": "vs-dark",
"path": "./themes/ConfyBlue-color-theme.json"
},
{
"label": "RLabs Royal Vamp",
"uiTheme": "vs-dark",
"path": "./themes/RoyalVamp-color-theme.json"
},
{
"label": "RLabs Deep Dark",
"uiTheme": "vs-dark",
"path": "./themes/DeepDark-color-theme.json"
},
{
"label": "RLabs Yellow",
"uiTheme": "vs-dark",
"path": "./themes/Yellow-color-theme.json"
},
{
"label": "RLabs Dracula-ish",
"uiTheme": "vs-dark",
"path": "./themes/Draculaish-color-theme.json"
},
{
"label": "RLabs Candy",
"uiTheme": "vs-dark",
"path": "./themes/Candy-color-theme.json"
},
{
"label": "RLabs Brownie Paper",
"uiTheme": "vs-dark",
"path": "./themes/BrowniePaper-color-theme.json"
},
{
"label": "RLabs Red Mono",
"uiTheme": "vs-dark",
"path": "./themes/RedMono-color-theme.json"
},
{
"label": "RLabs Paper Water",
"uiTheme": "vs-dark",
"path": "./themes/PaperWater-color-theme.json"
},
{
"label": "RLabs RGB",
"uiTheme": "vs-dark",
"path": "./themes/RGB-color-theme.json"
},
{
"label": "RLabs Jelly Brown",
"uiTheme": "vs-dark",
"path": "./themes/JellyBrown-color-theme.json"
},
{
"label": "RLabs Gnome Night",
"uiTheme": "vs-dark",
"path": "./themes/GnomeNight-color-theme.json"
},
{
"label": "RLabs Generated Theme 2",
"uiTheme": "vs-dark",
"path": "./themes/RLabsGenerated-2-color-theme.json"
},
{
"label": "RLabs Generated Theme 3",
"uiTheme": "vs-dark",
"path": "./themes/RLabsGenerated-3-color-theme.json"
},
{
"label": "RLabs Generated Theme 4",
"uiTheme": "vs-dark",
"path": "./themes/RLabsGenerated-4-color-theme.json"
},
{
"label": "RLabs Generated Theme 5",
"uiTheme": "vs-dark",
"path": "./themes/RLabsGenerated-5-color-theme.json"
},
{
"label": "RLabs Generated Theme 6",
"uiTheme": "vs-dark",
"path": "./themes/RLabsGenerated-6-color-theme.json"
},
{
"label": "RLabs Generated Theme 7",
"uiTheme": "vs-dark",
"path": "./themes/RLabsGenerated-7-color-theme.json"
},
{
"label": "RLabs Generated Theme 8",
"uiTheme": "vs-dark",
"path": "./themes/RLabsGenerated-8-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/rodrigoluglio/rlabs-themes-collection.git"
}
}