gh-lang-colors 0.1.13 → 0.1.15

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 +4 -0
  2. package/package.json +1 -1
package/colors.json CHANGED
@@ -68,6 +68,7 @@
68
68
  "C": "#555555",
69
69
  "C#": "#178600",
70
70
  "C++": "#f34b7d",
71
+ "C3": "#2563eb",
71
72
  "CAP CDS": "#0092d1",
72
73
  "CLIPS": "#00a300",
73
74
  "CMake": "#da3434",
@@ -106,6 +107,7 @@
106
107
  "Common Lisp": "#3fb68b",
107
108
  "Common Workflow Language": "#b5314c",
108
109
  "Component Pascal": "#b0ce4e",
110
+ "Cooklang": "#e15a29",
109
111
  "Crystal": "#000100",
110
112
  "Csound": "#1a1a1a",
111
113
  "Csound Document": "#1a1a1a",
@@ -445,6 +447,7 @@
445
447
  "QML": "#44a51c",
446
448
  "Qt Script": "#00b841",
447
449
  "Quake": "#882233",
450
+ "QuakeC": "#975777",
448
451
  "QuickBASIC": "#008080",
449
452
  "R": "#198ce7",
450
453
  "RAML": "#77d9fb",
@@ -453,6 +456,7 @@
453
456
  "REXX": "#d90e09",
454
457
  "RMarkdown": "#198ce7",
455
458
  "RON": "#a62c00",
459
+ "ROS Interface": "#22314e",
456
460
  "RPGLE": "#2bde21",
457
461
  "RUNOFF": "#665a4e",
458
462
  "Racket": "#3c5caa",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.1.13",
3
+ "version": "0.1.15",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "types": "./colors.d.ts",