gh-lang-colors 0.1.23 → 0.1.25

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",
@@ -445,10 +447,12 @@
445
447
  "Portugol": "#f8bd00",
446
448
  "PostCSS": "#dc3a0c",
447
449
  "PostScript": "#da291c",
450
+ "Power Query": "#d38e0d",
448
451
  "PowerBuilder": "#8f0f8d",
449
452
  "PowerShell": "#012456",
450
453
  "Praat": "#c8506d",
451
454
  "Prisma": "#0c344b",
455
+ "Pro*C": "#bb8368",
452
456
  "Processing": "#0096d8",
453
457
  "Procfile": "#3b2f63",
454
458
  "Prolog": "#74283c",
@@ -490,6 +494,7 @@
490
494
  "Rebol": "#358a5b",
491
495
  "Record Jar": "#0673ba",
492
496
  "Red": "#f50000",
497
+ "Redscript": "#f44336",
493
498
  "Regular Expression": "#009a00",
494
499
  "Ren'Py": "#ff7f7f",
495
500
  "Rez": "#ffdab3",
@@ -659,6 +664,7 @@
659
664
  "nanorc": "#2d004d",
660
665
  "nesC": "#94b0c7",
661
666
  "ooc": "#b0b77e",
667
+ "pkg-config": "#2b5e82",
662
668
  "q": "#0040cd",
663
669
  "reStructuredText": "#141414",
664
670
  "sed": "#64b970",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.1.23",
3
+ "version": "0.1.25",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "type": "module",
6
6
  "main": "colors.json",