gh-lang-colors 0.0.16 → 0.0.19

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 +10 -1
  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,7 +67,9 @@
66
67
  "CUE": "#5886e1",
67
68
  "CWeb": "#00007a",
68
69
  "Cabal Config": "#483465",
70
+ "Cadence": "#00ef8b",
69
71
  "Cairo": "#ff4a48",
72
+ "CameLIGO": "#3be133",
70
73
  "Cap'n Proto": "#c42727",
71
74
  "Ceylon": "#dfa535",
72
75
  "Chapel": "#8dc63f",
@@ -153,6 +156,8 @@
153
156
  "GSC": "#ff6800",
154
157
  "Game Maker Language": "#71b417",
155
158
  "Gemfile.lock": "#701516",
159
+ "Genero": "#63408e",
160
+ "Genero Forms": "#d8df39",
156
161
  "Genie": "#fb855d",
157
162
  "Genshi": "#951531",
158
163
  "Gentoo Ebuild": "#9400ff",
@@ -246,6 +251,7 @@
246
251
  "Latte": "#f2a542",
247
252
  "Less": "#1d365d",
248
253
  "Lex": "#dbca00",
254
+ "LigoLANG": "#0e74ff",
249
255
  "LilyPond": "#9ccc7c",
250
256
  "Liquid": "#67b8de",
251
257
  "Literate Agda": "#315665",
@@ -278,6 +284,7 @@
278
284
  "Modelica": "#de1d31",
279
285
  "Modula-2": "#10253f",
280
286
  "Modula-3": "#223388",
287
+ "Monkey C": "#8d6747",
281
288
  "MoonScript": "#ff4585",
282
289
  "Motoko": "#fbb03b",
283
290
  "Motorola 68K Assembly": "#005daa",
@@ -366,6 +373,7 @@
366
373
  "Rascal": "#fffaa0",
367
374
  "ReScript": "#ed5051",
368
375
  "Reason": "#ff5847",
376
+ "ReasonLIGO": "#ff5847",
369
377
  "Rebol": "#358a5b",
370
378
  "Record Jar": "#0673ba",
371
379
  "Red": "#f50000",
@@ -427,6 +435,7 @@
427
435
  "TSV": "#237346",
428
436
  "TSX": "#2b7489",
429
437
  "TXL": "#0178b8",
438
+ "Talon": "#333333",
430
439
  "Tcl": "#e4cc98",
431
440
  "TeX": "#3d6117",
432
441
  "Terra": "#00004c",
@@ -446,7 +455,7 @@
446
455
  "VBScript": "#15dcdc",
447
456
  "VCL": "#148aa8",
448
457
  "VHDL": "#adb2cb",
449
- "Vala": "#fbe5cd",
458
+ "Vala": "#a56de2",
450
459
  "Valve Data Format": "#f26025",
451
460
  "Verilog": "#b2b7f8",
452
461
  "Vim Help File": "#199f4b",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.0.16",
3
+ "version": "0.0.19",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "scripts": {