gh-lang-colors 0.0.24 → 0.0.25

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 -1
  2. package/package.json +1 -1
package/colors.json CHANGED
@@ -45,6 +45,7 @@
45
45
  "Berry": "#15a13c",
46
46
  "BibTeX": "#778899",
47
47
  "Bicep": "#519aba",
48
+ "Bikeshed": "#5562ac",
48
49
  "Bison": "#6a463f",
49
50
  "BitBake": "#00bce4",
50
51
  "Blade": "#f7523f",
@@ -54,6 +55,7 @@
54
55
  "Boo": "#d4bec1",
55
56
  "Boogie": "#c80fa0",
56
57
  "Brainfuck": "#2f2530",
58
+ "BrighterScript": "#66aabb",
57
59
  "Brightscript": "#662d91",
58
60
  "Browserslist": "#ffd539",
59
61
  "C": "#555555",
@@ -292,7 +294,6 @@
292
294
  "MoonScript": "#ff4585",
293
295
  "Motoko": "#fbb03b",
294
296
  "Motorola 68K Assembly": "#005daa",
295
- "Mule": "#00a1df",
296
297
  "Mustache": "#724b3b",
297
298
  "NCL": "#28431f",
298
299
  "NPM Config": "#cb3837",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "scripts": {