gh-lang-colors 0.1.11 → 0.1.13

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 -1
  2. package/package.json +1 -1
package/colors.json CHANGED
@@ -300,7 +300,7 @@
300
300
  "Lark": "#2980b9",
301
301
  "Lasso": "#999999",
302
302
  "Latte": "#f2a542",
303
- "Leo": "#6814ec",
303
+ "Leo": "#c4ffc2",
304
304
  "Less": "#1d365d",
305
305
  "Lex": "#dbca00",
306
306
  "LigoLANG": "#0e74ff",
@@ -363,6 +363,7 @@
363
363
  "NewLisp": "#87aed7",
364
364
  "Nextflow": "#3ac486",
365
365
  "Nginx": "#009639",
366
+ "Nickel": "#e0c3fc",
366
367
  "Nim": "#ffc200",
367
368
  "Nit": "#009917",
368
369
  "Nix": "#7e7eff",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "types": "./colors.d.ts",