gh-lang-colors 0.1.12 → 0.1.14

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 +3 -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",
@@ -363,6 +364,7 @@
363
364
  "NewLisp": "#87aed7",
364
365
  "Nextflow": "#3ac486",
365
366
  "Nginx": "#009639",
367
+ "Nickel": "#e0c3fc",
366
368
  "Nim": "#ffc200",
367
369
  "Nit": "#009917",
368
370
  "Nix": "#7e7eff",
@@ -452,6 +454,7 @@
452
454
  "REXX": "#d90e09",
453
455
  "RMarkdown": "#198ce7",
454
456
  "RON": "#a62c00",
457
+ "ROS Interface": "#22314e",
455
458
  "RPGLE": "#2bde21",
456
459
  "RUNOFF": "#665a4e",
457
460
  "Racket": "#3c5caa",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.1.12",
3
+ "version": "0.1.14",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "types": "./colors.d.ts",