gh-lang-colors 0.0.18 → 0.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/colors.json +7 -0
  2. package/package.json +1 -1
package/colors.json CHANGED
@@ -69,6 +69,7 @@
69
69
  "Cabal Config": "#483465",
70
70
  "Cadence": "#00ef8b",
71
71
  "Cairo": "#ff4a48",
72
+ "CameLIGO": "#3be133",
72
73
  "Cap'n Proto": "#c42727",
73
74
  "Ceylon": "#dfa535",
74
75
  "Chapel": "#8dc63f",
@@ -226,6 +227,7 @@
226
227
  "JavaScript": "#f1e05a",
227
228
  "JavaScript+ERB": "#f1e05a",
228
229
  "Jest Snapshot": "#15c213",
230
+ "JetBrains MPS": "#21d789",
229
231
  "Jinja": "#a52a22",
230
232
  "Jison": "#56b3cb",
231
233
  "Jison Lex": "#56b3cb",
@@ -250,6 +252,7 @@
250
252
  "Latte": "#f2a542",
251
253
  "Less": "#1d365d",
252
254
  "Lex": "#dbca00",
255
+ "LigoLANG": "#0e74ff",
253
256
  "LilyPond": "#9ccc7c",
254
257
  "Liquid": "#67b8de",
255
258
  "Literate Agda": "#315665",
@@ -371,6 +374,7 @@
371
374
  "Rascal": "#fffaa0",
372
375
  "ReScript": "#ed5051",
373
376
  "Reason": "#ff5847",
377
+ "ReasonLIGO": "#ff5847",
374
378
  "Rebol": "#358a5b",
375
379
  "Record Jar": "#0673ba",
376
380
  "Red": "#f50000",
@@ -432,6 +436,7 @@
432
436
  "TSV": "#237346",
433
437
  "TSX": "#2b7489",
434
438
  "TXL": "#0178b8",
439
+ "Talon": "#333333",
435
440
  "Tcl": "#e4cc98",
436
441
  "TeX": "#3d6117",
437
442
  "Terra": "#00004c",
@@ -463,6 +468,7 @@
463
468
  "Vyper": "#2980b9",
464
469
  "Web Ontology Language": "#5b70bd",
465
470
  "WebAssembly": "#04133b",
471
+ "Whiley": "#d5c397",
466
472
  "Wikitext": "#fc5757",
467
473
  "Windows Registry Entries": "#52d5ff",
468
474
  "Witcher Script": "#ff0000",
@@ -481,6 +487,7 @@
481
487
  "YARA": "#220000",
482
488
  "YASnippet": "#32ab90",
483
489
  "Yacc": "#4b6c4b",
490
+ "Yul": "#794932",
484
491
  "ZAP": "#0d665e",
485
492
  "ZIL": "#dc75e5",
486
493
  "ZenScript": "#00bcd1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.0.18",
3
+ "version": "0.0.21",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "scripts": {