gh-lang-colors 0.1.15 → 0.1.16

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 +3 -0
  2. package/package.json +1 -1
package/colors.json CHANGED
@@ -64,6 +64,7 @@
64
64
  "BrighterScript": "#66aabb",
65
65
  "Brightscript": "#662d91",
66
66
  "Browserslist": "#ffd539",
67
+ "Bru": "#f4aa41",
67
68
  "BuildStream": "#006bff",
68
69
  "C": "#555555",
69
70
  "C#": "#178600",
@@ -166,6 +167,7 @@
166
167
  "Faust": "#c37240",
167
168
  "Fennel": "#fff3d7",
168
169
  "Filebench WML": "#f6b900",
170
+ "Flix": "#d44a45",
169
171
  "Fluent": "#ffcc33",
170
172
  "Forth": "#341708",
171
173
  "Fortran": "#4d41b1",
@@ -292,6 +294,7 @@
292
294
  "KiCad Layout": "#2f4aab",
293
295
  "KiCad Legacy Layout": "#2f4aab",
294
296
  "KiCad Schematic": "#2f4aab",
297
+ "KoLMafia ASH": "#b9d9b9",
295
298
  "Koka": "#215166",
296
299
  "Kotlin": "#a97bff",
297
300
  "LFE": "#4c3023",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "types": "./colors.d.ts",