gh-lang-colors 0.1.7 → 0.1.9

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
@@ -63,6 +63,7 @@
63
63
  "BrighterScript": "#66aabb",
64
64
  "Brightscript": "#662d91",
65
65
  "Browserslist": "#ffd539",
66
+ "BuildStream": "#006bff",
66
67
  "C": "#555555",
67
68
  "C#": "#178600",
68
69
  "C++": "#f34b7d",
@@ -309,6 +310,7 @@
309
310
  "LookML": "#652b81",
310
311
  "Lua": "#000080",
311
312
  "Luau": "#00a2ff",
313
+ "M3U": "#179c7d",
312
314
  "MATLAB": "#e16737",
313
315
  "MAXScript": "#00a6a6",
314
316
  "MDX": "#fcb32c",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "types": "./colors.d.ts",