-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy paththemes.js
More file actions
614 lines (614 loc) · 23.6 KB
/
themes.js
File metadata and controls
614 lines (614 loc) · 23.6 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
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
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
const themes = [
{
"name": "acme",
"repo": "https://github.com/timoha/vis-acme",
"file": "acme",
"image": "https://raw.githubusercontent.com/timoha/vis-acme/master/screenshot.png"
},
{
"name": "citron",
"repo": "https://github.com/kiwec/vis-citron",
"file": "citron",
"image": "https://raw.githubusercontent.com/kiwec/vis-citron/master/screenshot.png"
},
{
"name": "papercolor",
"repo": "https://github.com/jceb/dotfiles",
"file": "editors/.config/vis/themes/papercolor",
"image": "https://github.com/jceb/dotfiles/raw/master/editors/.config/vis/themes/papercolor_vis_vim_side_by_side.png"
},
{
"name": "seti",
"repo": "https://github.com/erf/vis-seti",
"file": "seti",
"image": "https://raw.githubusercontent.com/erf/vis-seti/master/screenshot.png"
},
{
"name": "minimal-light",
"repo": "https://github.com/erf/vis-minimal-theme",
"file": "minimal-light",
"image": "https://user-images.githubusercontent.com/1562523/204408762-f9be19a1-9024-43aa-9429-d9472dee4ec2.png"
},
{
"name": "minimal-dark",
"repo": "https://github.com/erf/vis-minimal-theme",
"file": "minimal-dark",
"image": "https://user-images.githubusercontent.com/1562523/204408770-20a82cd6-0540-48b5-9f17-bf3c0b24fb3f.png"
},
{
"name": "minimal-light-clear",
"repo": "https://github.com/erf/vis-minimal-theme",
"file": "minimal-light-clear",
"image": "https://user-images.githubusercontent.com/1562523/204408762-f9be19a1-9024-43aa-9429-d9472dee4ec2.png"
},
{
"name": "minimal-dark-clear",
"repo": "https://github.com/erf/vis-minimal-theme",
"file": "minimal-dark-clear",
"image": "https://user-images.githubusercontent.com/1562523/204408770-20a82cd6-0540-48b5-9f17-bf3c0b24fb3f.png"
},
{
"name": "minimal-clear",
"repo": "https://github.com/erf/vis-minimal-theme",
"file": "minimal-clear",
"image": "https://user-images.githubusercontent.com/1562523/204667636-60de619b-8229-4f01-a540-99da73de6427.png"
},
{
"name": "gruvbox",
"repo": "https://github.com/samlwood/vis-gruvbox",
"file": "gruvbox",
"image": "https://raw.githubusercontent.com/samlwood/vis-gruvbox/master/screenshot.png"
},
{
"name": "aizen",
"repo": "https://codeberg.org/wf/colors",
"file": "aizen",
"image": "https://codeberg.org/wf/colors/raw/branch/main/.assets/aizen.png"
},
{
"name": "iceberg",
"repo": "https://codeberg.org/wf/colors",
"file": "iceberg",
"image": "https://codeberg.org/wf/colors/raw/branch/main/.assets/iceberg.png"
},
{
"name": "jubi",
"repo": "https://codeberg.org/wf/colors",
"file": "jubi",
"image": "https://codeberg.org/wf/colors/raw/branch/main/.assets/jubi.png"
},
{
"name": "wryan",
"repo": "https://codeberg.org/wf/colors",
"file": "wryan",
"image": "https://codeberg.org/wf/colors/raw/branch/main/.assets/wryan.png"
},
{
"name": "base16-3024",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-3024",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-3024.png"
},
{
"name": "base16-apathy",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-apathy",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-apathy.png"
},
{
"name": "base16-ashes",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-ashes",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-ashes.png"
},
{
"name": "base16-atelier-cave",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-atelier-cave",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-atelier-cave.png"
},
{
"name": "base16-atelier-dune",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-atelier-dune",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-atelier-dune.png"
},
{
"name": "base16-atelier-estuary",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-atelier-estuary",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-atelier-estuary.png"
},
{
"name": "base16-atelier-forest",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-atelier-forest",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-atelier-forest.png"
},
{
"name": "base16-atelier-heath",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-atelier-heath",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-atelier-heath.png"
},
{
"name": "base16-atelier-lakeside",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-atelier-lakeside",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-atelier-lakeside.png"
},
{
"name": "base16-atelier-plateau",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-atelier-plateau",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-atelier-plateau.png"
},
{
"name": "base16-atelier-savanna",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-atelier-savanna",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-atelier-savanna.png"
},
{
"name": "base16-atelier-seaside",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-atelier-seaside",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-atelier-seaside.png"
},
{
"name": "base16-atelier-sulphurpool",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-atelier-sulphurpool",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-atelier-sulphurpool.png"
},
{
"name": "base16-bespin",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-bespin",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-bespin.png"
},
{
"name": "base16-brewer",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-brewer",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-brewer.png"
},
{
"name": "base16-bright",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-bright",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-bright.png"
},
{
"name": "base16-chalk",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-chalk",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-chalk.png"
},
{
"name": "base16-circus",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-circus",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-circus.png"
},
{
"name": "base16-codeschool",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-codeschool",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-codeschool.png"
},
{
"name": "base16-cupcake",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-cupcake",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-cupcake.png"
},
{
"name": "base16-darktooth",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-darktooth",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-darktooth.png"
},
{
"name": "base16-default-dark",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-default-dark",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-default-dark.png"
},
{
"name": "base16-default-light",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-default-light",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-default-light.png"
},
{
"name": "base16-dracula",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-dracula",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-dracula.png"
},
{
"name": "base16-eighties",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-eighties",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-eighties.png"
},
{
"name": "base16-embers",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-embers",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-embers.png"
},
{
"name": "base16-flat",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-flat",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-flat.png"
},
{
"name": "base16-github",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-github",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-github.png"
},
{
"name": "base16-google-dark",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-google-dark",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-google-dark.png"
},
{
"name": "base16-google-light",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-google-light",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-google-light.png"
},
{
"name": "base16-grayscale-dark",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-grayscale-dark",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-grayscale-dark.png"
},
{
"name": "base16-grayscale-light",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-grayscale-light",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-grayscale-light.png"
},
{
"name": "base16-green-screen",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-green-screen",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-green-screen.png"
},
{
"name": "base16-gruvbox-dark-hard",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-gruvbox-dark-hard",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-gruvbox-dark-hard.png"
},
{
"name": "base16-gruvbox-dark-medium",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-gruvbox-dark-medium",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-gruvbox-dark-medium.png"
},
{
"name": "base16-gruvbox-dark-pale",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-gruvbox-dark-pale",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-gruvbox-dark-pale.png"
},
{
"name": "base16-gruvbox-dark-soft",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-gruvbox-dark-soft",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-gruvbox-dark-soft.png"
},
{
"name": "base16-gruvbox-light-hard",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-gruvbox-light-hard",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-gruvbox-light-hard.png"
},
{
"name": "base16-gruvbox-light-medium",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-gruvbox-light-medium",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-gruvbox-light-medium.png"
},
{
"name": "base16-gruvbox-light-soft",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-gruvbox-light-soft",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-gruvbox-light-soft.png"
},
{
"name": "base16-harmonic16-dark",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-harmonic16-dark",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-harmonic16-dark.png"
},
{
"name": "base16-harmonic16-light",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-harmonic16-light",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-harmonic16-light.png"
},
{
"name": "base16-hopscotch",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-hopscotch",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-hopscotch.png"
},
{
"name": "base16-ir-black",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-ir-black",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-ir-black.png"
},
{
"name": "base16-isotope",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-isotope",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-isotope.png"
},
{
"name": "base16-london-tube",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-london-tube",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-london-tube.png"
},
{
"name": "base16-macintosh",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-macintosh",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-macintosh.png"
},
{
"name": "base16-marrakesh",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-marrakesh",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-marrakesh.png"
},
{
"name": "base16-materia",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-materia",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-materia.png"
},
{
"name": "base16-mexico-light",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-mexico-light",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-mexico-light.png"
},
{
"name": "base16-mocha",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-mocha",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-mocha.png"
},
{
"name": "base16-monokai",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-monokai",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-monokai.png"
},
{
"name": "base16-nord",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-nord",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-nord.png"
},
{
"name": "base16-oceanicnext",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-oceanicnext",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-oceanicnext.png"
},
{
"name": "base16-ocean",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-ocean",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-ocean.png"
},
{
"name": "base16-onedark",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-onedark",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-onedark.png"
},
{
"name": "base16-paraiso",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-paraiso",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-paraiso.png"
},
{
"name": "base16-phd",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-phd",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-phd.png"
},
{
"name": "base16-pico",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-pico",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-pico.png"
},
{
"name": "base16-pop",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-pop",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-pop.png"
},
{
"name": "base16-railscasts",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-railscasts",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-railscasts.png"
},
{
"name": "base16-rebecca",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-rebecca",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-rebecca.png"
},
{
"name": "base16-seti-ui",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-seti-ui",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-seti-ui.png"
},
{
"name": "base16-shapeshifter",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-shapeshifter",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-shapeshifter.png"
},
{
"name": "base16-solar-flare",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-solar-flare",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-solar-flare.png"
},
{
"name": "base16-solarized-dark",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-solarized-dark",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-solarized-dark.png"
},
{
"name": "base16-solarized-light",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-solarized-light",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-solarized-light.png"
},
{
"name": "base16-spacemacs",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-spacemacs",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-spacemacs.png"
},
{
"name": "base16-summerfruit-dark",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-summerfruit-dark",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-summerfruit-dark.png"
},
{
"name": "base16-summerfruit-light",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-summerfruit-light",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-summerfruit-light.png"
},
{
"name": "base16-tomorrow",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-tomorrow",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-tomorrow.png"
},
{
"name": "base16-tomorrow-night",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-tomorrow-night",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-tomorrow-night.png"
},
{
"name": "base16-twilight",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-twilight",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-twilight.png"
},
{
"name": "base16-unikitty-dark",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-unikitty-dark",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-unikitty-dark.png"
},
{
"name": "base16-unikitty-light",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-unikitty-light",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-unikitty-light.png"
},
{
"name": "base16-woodland",
"repo": "https://github.com/pshevtsov/base16-vis",
"file": "themes/base16-woodland",
"image": "https://raw.githubusercontent.com/pshevtsov/base16-vis/master/images/base16-woodland.png"
},
{
"name": "peaksea",
"repo": "https://gitlab.com/SZanko/vis-peaksea",
"file": "peaksea",
"image": "https://gitlab.com/SZanko/vis-peaksea/-/raw/master/img/peaksea-dark.jpg"
},
{
"name": "gigi",
"repo": "https://github.com/scaramacai/vis-themes",
"file": "gigi",
"image": "https://raw.githubusercontent.com/scaramacai/vis-themes/master/images/gigi.png"
},
{
"name": "sciurbet",
"repo": "https://github.com/scaramacai/vis-themes",
"file": "sciurbet",
"image": "https://raw.githubusercontent.com/scaramacai/vis-themes/master/images/sciurbet.png"
},
{
"name": "moonlight-in-munich",
"repo": "https://github.com/scaramacai/vis-themes",
"file": "moonlight-in-munich",
"image": "https://raw.githubusercontent.com/scaramacai/vis-themes/master/images/moonlight-in-munich.png"
},
{
"name": "lemonsoda",
"repo": "https://github.com/scaramacai/vis-themes",
"file": "lemonsoda",
"image": "https://raw.githubusercontent.com/scaramacai/vis-themes/master/images/lemonsoda.png"
},
{
"name": "almostnord",
"repo": "https://github.com/scaramacai/vis-themes",
"file": "almostnord",
"image": "https://raw.githubusercontent.com/scaramacai/vis-themes/master/images/almostnord.png"
},
{
"name": "strange-morning",
"repo": "https://github.com/scaramacai/vis-themes",
"file": "strange-morning",
"image": "https://raw.githubusercontent.com/scaramacai/vis-themes/master/images/strange-morning.png"
},
{
"name": "strange-morning-warm",
"repo": "https://github.com/scaramacai/vis-themes",
"file": "strange-morning-warm",
"image": "https://raw.githubusercontent.com/scaramacai/vis-themes/master/images/strange-morning-warm.png"
},
{
"name": "madpop",
"repo": "https://github.com/scaramacai/vis-themes",
"file": "madpop",
"image": "https://raw.githubusercontent.com/scaramacai/vis-themes/master/images/madpop.png"
},
{
"name": "ampoule",
"repo": "https://github.com/scaramacai/vis-themes",
"file": "ampoule",
"image": "https://raw.githubusercontent.com/scaramacai/vis-themes/master/images/ampoule.png"
},
{
"name": "mondaymonday",
"repo": "https://github.com/scaramacai/vis-themes",
"file": "mondaymonday",
"image": "https://raw.githubusercontent.com/scaramacai/vis-themes/master/images/mondaymonday.png"
},
{
"name": "popular",
"repo": "https://github.com/scaramacai/vis-themes",
"file": "popular",
"image": "https://raw.githubusercontent.com/scaramacai/vis-themes/master/images/popular.png"
}
]