gh-lang-colors 0.0.13 → 0.0.14

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
@@ -107,6 +107,7 @@
107
107
  "ECLiPSe": "#001d9d",
108
108
  "EJS": "#a91e50",
109
109
  "EQ": "#a78649",
110
+ "Earthly": "#2af0ff",
110
111
  "Easybuild": "#069406",
111
112
  "Ecere Projects": "#913960",
112
113
  "EditorConfig": "#fff1f2",
@@ -326,6 +327,7 @@
326
327
  "Prisma": "#0c344b",
327
328
  "Processing": "#0096d8",
328
329
  "Prolog": "#74283c",
330
+ "Promela": "#de0000",
329
331
  "Propeller Spin": "#7fa2a7",
330
332
  "Pug": "#a86454",
331
333
  "Puppet": "#302b6d",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "scripts": {