gh-lang-colors 0.0.17 → 0.0.18

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
@@ -41,6 +41,7 @@
41
41
  "Ballerina": "#ff5000",
42
42
  "Batchfile": "#c1f12e",
43
43
  "Beef": "#a52f4e",
44
+ "Berry": "#15a13c",
44
45
  "BibTeX": "#778899",
45
46
  "Bicep": "#519aba",
46
47
  "Bison": "#6a463f",
@@ -66,6 +67,7 @@
66
67
  "CUE": "#5886e1",
67
68
  "CWeb": "#00007a",
68
69
  "Cabal Config": "#483465",
70
+ "Cadence": "#00ef8b",
69
71
  "Cairo": "#ff4a48",
70
72
  "Cap'n Proto": "#c42727",
71
73
  "Ceylon": "#dfa535",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "scripts": {