gh-lang-colors 0.0.16 → 0.0.17

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 +4 -1
  2. package/package.json +1 -1
package/colors.json CHANGED
@@ -153,6 +153,8 @@
153
153
  "GSC": "#ff6800",
154
154
  "Game Maker Language": "#71b417",
155
155
  "Gemfile.lock": "#701516",
156
+ "Genero": "#63408e",
157
+ "Genero Forms": "#d8df39",
156
158
  "Genie": "#fb855d",
157
159
  "Genshi": "#951531",
158
160
  "Gentoo Ebuild": "#9400ff",
@@ -278,6 +280,7 @@
278
280
  "Modelica": "#de1d31",
279
281
  "Modula-2": "#10253f",
280
282
  "Modula-3": "#223388",
283
+ "Monkey C": "#8d6747",
281
284
  "MoonScript": "#ff4585",
282
285
  "Motoko": "#fbb03b",
283
286
  "Motorola 68K Assembly": "#005daa",
@@ -446,7 +449,7 @@
446
449
  "VBScript": "#15dcdc",
447
450
  "VCL": "#148aa8",
448
451
  "VHDL": "#adb2cb",
449
- "Vala": "#fbe5cd",
452
+ "Vala": "#a56de2",
450
453
  "Valve Data Format": "#f26025",
451
454
  "Verilog": "#b2b7f8",
452
455
  "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.17",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "scripts": {