gh-lang-colors 0.0.17 → 0.0.20

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
@@ -41,6 +41,7 @@
41
41
  "Ballerina": "#ff5000",
42
42
  "Batchfile": "#c1f12e",
43
43
  "Beef": "#a52f4e",
44
+ "Berry": "#15a13c",
44
45
  "BibTeX": "#778899",
45
46
  "Bicep": "#519aba",
46
47
  "Bison": "#6a463f",
@@ -66,7 +67,9 @@
66
67
  "CUE": "#5886e1",
67
68
  "CWeb": "#00007a",
68
69
  "Cabal Config": "#483465",
70
+ "Cadence": "#00ef8b",
69
71
  "Cairo": "#ff4a48",
72
+ "CameLIGO": "#3be133",
70
73
  "Cap'n Proto": "#c42727",
71
74
  "Ceylon": "#dfa535",
72
75
  "Chapel": "#8dc63f",
@@ -248,6 +251,7 @@
248
251
  "Latte": "#f2a542",
249
252
  "Less": "#1d365d",
250
253
  "Lex": "#dbca00",
254
+ "LigoLANG": "#0e74ff",
251
255
  "LilyPond": "#9ccc7c",
252
256
  "Liquid": "#67b8de",
253
257
  "Literate Agda": "#315665",
@@ -369,6 +373,7 @@
369
373
  "Rascal": "#fffaa0",
370
374
  "ReScript": "#ed5051",
371
375
  "Reason": "#ff5847",
376
+ "ReasonLIGO": "#ff5847",
372
377
  "Rebol": "#358a5b",
373
378
  "Record Jar": "#0673ba",
374
379
  "Red": "#f50000",
@@ -430,6 +435,7 @@
430
435
  "TSV": "#237346",
431
436
  "TSX": "#2b7489",
432
437
  "TXL": "#0178b8",
438
+ "Talon": "#333333",
433
439
  "Tcl": "#e4cc98",
434
440
  "TeX": "#3d6117",
435
441
  "Terra": "#00004c",
@@ -479,6 +485,7 @@
479
485
  "YARA": "#220000",
480
486
  "YASnippet": "#32ab90",
481
487
  "Yacc": "#4b6c4b",
488
+ "Yul": "#794932",
482
489
  "ZAP": "#0d665e",
483
490
  "ZIL": "#dc75e5",
484
491
  "ZenScript": "#00bcd1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.0.17",
3
+ "version": "0.0.20",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "scripts": {