gh-lang-colors 0.0.20 → 0.0.23

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 +5 -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",
@@ -227,6 +228,7 @@
227
228
  "JavaScript": "#f1e05a",
228
229
  "JavaScript+ERB": "#f1e05a",
229
230
  "Jest Snapshot": "#15c213",
231
+ "JetBrains MPS": "#21d789",
230
232
  "Jinja": "#a52a22",
231
233
  "Jison": "#56b3cb",
232
234
  "Jison Lex": "#56b3cb",
@@ -339,6 +341,7 @@
339
341
  "PigLatin": "#fcd7de",
340
342
  "Pike": "#005390",
341
343
  "PogoScript": "#d80074",
344
+ "Portugol": "#f8bd00",
342
345
  "PostCSS": "#dc3a0c",
343
346
  "PostScript": "#da291c",
344
347
  "PowerBuilder": "#8f0f8d",
@@ -394,6 +397,7 @@
394
397
  "SQL": "#e38c00",
395
398
  "SQLPL": "#e38c00",
396
399
  "SRecode Template": "#348a34",
400
+ "STL": "#373b5e",
397
401
  "SVG": "#ff9900",
398
402
  "SaltStack": "#646464",
399
403
  "Sass": "#a53b70",
@@ -467,6 +471,7 @@
467
471
  "Vyper": "#2980b9",
468
472
  "Web Ontology Language": "#5b70bd",
469
473
  "WebAssembly": "#04133b",
474
+ "Whiley": "#d5c397",
470
475
  "Wikitext": "#fc5757",
471
476
  "Windows Registry Entries": "#52d5ff",
472
477
  "Witcher Script": "#ff0000",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.0.20",
3
+ "version": "0.0.23",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "scripts": {