gh-lang-colors 0.1.6 → 0.1.7

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
@@ -103,7 +103,6 @@
103
103
  "Common Lisp": "#3fb68b",
104
104
  "Common Workflow Language": "#b5314c",
105
105
  "Component Pascal": "#b0ce4e",
106
- "Coq": "#d0b68c",
107
106
  "Crystal": "#000100",
108
107
  "Csound": "#1a1a1a",
109
108
  "Csound Document": "#1a1a1a",
@@ -214,6 +213,7 @@
214
213
  "Groovy Server Pages": "#4298b8",
215
214
  "HAProxy": "#106da9",
216
215
  "HCL": "#844fba",
216
+ "HIP": "#4f3a4f",
217
217
  "HLSL": "#aace60",
218
218
  "HOCON": "#9ff8ee",
219
219
  "HTML": "#e34c26",
@@ -285,6 +285,7 @@
285
285
  "KiCad Layout": "#2f4aab",
286
286
  "KiCad Legacy Layout": "#2f4aab",
287
287
  "KiCad Schematic": "#2f4aab",
288
+ "Koka": "#215166",
288
289
  "Kotlin": "#a97bff",
289
290
  "LFE": "#4c3023",
290
291
  "LLVM": "#185619",
@@ -463,6 +464,7 @@
463
464
  "Riot": "#a71e49",
464
465
  "RobotFramework": "#00c0b5",
465
466
  "Roc": "#7c38f5",
467
+ "Rocq Prover": "#d0b68c",
466
468
  "Roff": "#ecdebe",
467
469
  "Roff Manpage": "#ecdebe",
468
470
  "Rouge": "#cc0088",
@@ -478,6 +480,7 @@
478
480
  "SRecode Template": "#348a34",
479
481
  "STL": "#373b5e",
480
482
  "SVG": "#ff9900",
483
+ "Sail": "#259dd5",
481
484
  "SaltStack": "#646464",
482
485
  "Sass": "#a53b70",
483
486
  "Scala": "#c22d40",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "types": "./colors.d.ts",