gh-lang-colors 0.1.22 → 0.1.24

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 +6 -0
  2. package/package.json +1 -1
package/colors.json CHANGED
@@ -44,6 +44,7 @@
44
44
  "Awk": "#c30e9b",
45
45
  "B (Formal Method)": "#8aa8c5",
46
46
  "B4X": "#00e4ff",
47
+ "BAML": "#a855f7",
47
48
  "BASIC": "#ff0000",
48
49
  "BQN": "#2b7067",
49
50
  "Ballerina": "#ff5000",
@@ -416,6 +417,7 @@
416
417
  "OpenSCAD": "#e5cd45",
417
418
  "Option List": "#476732",
418
419
  "Org": "#77aa99",
420
+ "OverPy": "#78b355",
419
421
  "OverpassQL": "#cce2aa",
420
422
  "Oxygene": "#cdd0e3",
421
423
  "Oz": "#fab738",
@@ -449,6 +451,7 @@
449
451
  "PowerShell": "#012456",
450
452
  "Praat": "#c8506d",
451
453
  "Prisma": "#0c344b",
454
+ "Pro*C": "#bb8368",
452
455
  "Processing": "#0096d8",
453
456
  "Procfile": "#3b2f63",
454
457
  "Prolog": "#74283c",
@@ -468,6 +471,7 @@
468
471
  "Quake": "#882233",
469
472
  "QuakeC": "#975777",
470
473
  "QuickBASIC": "#008080",
474
+ "Quint": "#9d6ce5",
471
475
  "R": "#198ce7",
472
476
  "RAML": "#77d9fb",
473
477
  "RAScript": "#2c97fa",
@@ -489,6 +493,7 @@
489
493
  "Rebol": "#358a5b",
490
494
  "Record Jar": "#0673ba",
491
495
  "Red": "#f50000",
496
+ "Redscript": "#f44336",
492
497
  "Regular Expression": "#009a00",
493
498
  "Ren'Py": "#ff7f7f",
494
499
  "Rez": "#ffdab3",
@@ -658,6 +663,7 @@
658
663
  "nanorc": "#2d004d",
659
664
  "nesC": "#94b0c7",
660
665
  "ooc": "#b0b77e",
666
+ "pkg-config": "#2b5e82",
661
667
  "q": "#0040cd",
662
668
  "reStructuredText": "#141414",
663
669
  "sed": "#64b970",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.1.22",
3
+ "version": "0.1.24",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "type": "module",
6
6
  "main": "colors.json",