gh-lang-colors 0.0.10 → 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 +6 -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",
@@ -155,6 +156,8 @@
155
156
  "Glyph": "#c1ac7f",
156
157
  "Gnuplot": "#f0a9f0",
157
158
  "Go": "#00add8",
159
+ "Go Checksums": "#00add8",
160
+ "Go Module": "#00add8",
158
161
  "Golo": "#88562a",
159
162
  "Gosu": "#82937f",
160
163
  "Grace": "#615f8b",
@@ -208,6 +211,7 @@
208
211
  "Java Server Pages": "#2a6277",
209
212
  "JavaScript": "#f1e05a",
210
213
  "JavaScript+ERB": "#f1e05a",
214
+ "Jest Snapshot": "#15c213",
211
215
  "Jinja": "#a52a22",
212
216
  "Jison": "#56b3cb",
213
217
  "Jison Lex": "#56b3cb",
@@ -263,6 +267,7 @@
263
267
  "Modula-2": "#10253f",
264
268
  "Modula-3": "#223388",
265
269
  "MoonScript": "#ff4585",
270
+ "Motoko": "#fbb03b",
266
271
  "Motorola 68K Assembly": "#005daa",
267
272
  "Mustache": "#724b3b",
268
273
  "NCL": "#28431f",
@@ -322,6 +327,7 @@
322
327
  "Prisma": "#0c344b",
323
328
  "Processing": "#0096d8",
324
329
  "Prolog": "#74283c",
330
+ "Promela": "#de0000",
325
331
  "Propeller Spin": "#7fa2a7",
326
332
  "Pug": "#a86454",
327
333
  "Puppet": "#302b6d",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.0.10",
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": {