gh-lang-colors 0.1.15 → 0.1.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 +5 -0
  2. package/package.json +1 -1
package/colors.json CHANGED
@@ -31,6 +31,7 @@
31
31
  "Apollo Guidance Computer": "#0b3d91",
32
32
  "AppleScript": "#101f1f",
33
33
  "Arc": "#aa2afe",
34
+ "ArkTS": "#0080ff",
34
35
  "AsciiDoc": "#73a0c5",
35
36
  "AspectJ": "#a957b0",
36
37
  "Assembly": "#6e4c13",
@@ -64,6 +65,7 @@
64
65
  "BrighterScript": "#66aabb",
65
66
  "Brightscript": "#662d91",
66
67
  "Browserslist": "#ffd539",
68
+ "Bru": "#f4aa41",
67
69
  "BuildStream": "#006bff",
68
70
  "C": "#555555",
69
71
  "C#": "#178600",
@@ -166,6 +168,7 @@
166
168
  "Faust": "#c37240",
167
169
  "Fennel": "#fff3d7",
168
170
  "Filebench WML": "#f6b900",
171
+ "Flix": "#d44a45",
169
172
  "Fluent": "#ffcc33",
170
173
  "Forth": "#341708",
171
174
  "Fortran": "#4d41b1",
@@ -196,6 +199,7 @@
196
199
  "Gerber Image": "#d20b00",
197
200
  "Gherkin": "#5b2063",
198
201
  "Git Attributes": "#f44d27",
202
+ "Git Commit": "#f44d27",
199
203
  "Git Config": "#f44d27",
200
204
  "Git Revision List": "#f44d27",
201
205
  "Gleam": "#ffaff3",
@@ -292,6 +296,7 @@
292
296
  "KiCad Layout": "#2f4aab",
293
297
  "KiCad Legacy Layout": "#2f4aab",
294
298
  "KiCad Schematic": "#2f4aab",
299
+ "KoLmafia ASH": "#b9d9b9",
295
300
  "Koka": "#215166",
296
301
  "Kotlin": "#a97bff",
297
302
  "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.17",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "types": "./colors.d.ts",