gh-lang-colors 0.0.21 → 0.0.22

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 +2 -0
  2. package/package.json +1 -1
package/colors.json CHANGED
@@ -58,6 +58,7 @@
58
58
  "C": "#555555",
59
59
  "C#": "#178600",
60
60
  "C++": "#f34b7d",
61
+ "CAP CDS": "#0092d1",
61
62
  "CLIPS": "#00a300",
62
63
  "CMake": "#da3434",
63
64
  "COLLADA": "#f1a42b",
@@ -340,6 +341,7 @@
340
341
  "PigLatin": "#fcd7de",
341
342
  "Pike": "#005390",
342
343
  "PogoScript": "#d80074",
344
+ "Portugol": "#f8bd00",
343
345
  "PostCSS": "#dc3a0c",
344
346
  "PostScript": "#da291c",
345
347
  "PowerBuilder": "#8f0f8d",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "scripts": {