gh-lang-colors 0.1.4 → 0.1.5

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 +10 -0
  2. package/package.json +1 -1
package/colors.json CHANGED
@@ -40,6 +40,7 @@
40
40
  "Avro IDL": "#0040ff",
41
41
  "Awk": "#c30e9b",
42
42
  "BASIC": "#ff0000",
43
+ "BQN": "#2b7067",
43
44
  "Ballerina": "#ff5000",
44
45
  "Batchfile": "#c1f12e",
45
46
  "Beef": "#a52f4e",
@@ -73,6 +74,7 @@
73
74
  "CUE": "#5886e1",
74
75
  "CWeb": "#00007a",
75
76
  "Cabal Config": "#483465",
77
+ "Caddyfile": "#22b638",
76
78
  "Cadence": "#00ef8b",
77
79
  "Cairo": "#ff4a48",
78
80
  "CameLIGO": "#3be133",
@@ -145,6 +147,7 @@
145
147
  "F#": "#b845fc",
146
148
  "F*": "#572e30",
147
149
  "FIGlet Font": "#ffddbb",
150
+ "FIRRTL": "#2f632f",
148
151
  "FLUX": "#88ccff",
149
152
  "Factor": "#636746",
150
153
  "Fancy": "#7b9db4",
@@ -261,6 +264,7 @@
261
264
  "Jolie": "#843179",
262
265
  "Jsonnet": "#0064bd",
263
266
  "Julia": "#a270ba",
267
+ "Julia REPL": "#a270ba",
264
268
  "Jupyter Notebook": "#da5b0b",
265
269
  "Just": "#384d54",
266
270
  "KRL": "#28430a",
@@ -291,6 +295,7 @@
291
295
  "Logtalk": "#295b9a",
292
296
  "LookML": "#652b81",
293
297
  "Lua": "#000080",
298
+ "Luau": "#00a2ff",
294
299
  "MATLAB": "#e16737",
295
300
  "MAXScript": "#00a6a6",
296
301
  "MDX": "#fcb32c",
@@ -324,6 +329,7 @@
324
329
  "Move": "#4a137a",
325
330
  "Mustache": "#724b3b",
326
331
  "NCL": "#28431f",
332
+ "NMODL": "#00356b",
327
333
  "NPM Config": "#cb3837",
328
334
  "NWScript": "#111522",
329
335
  "Nasal": "#1d2c4e",
@@ -384,6 +390,7 @@
384
390
  "PigLatin": "#fcd7de",
385
391
  "Pike": "#005390",
386
392
  "Pip Requirements": "#ffd343",
393
+ "Pkl": "#6b9543",
387
394
  "PlantUML": "#fbbd16",
388
395
  "PogoScript": "#d80074",
389
396
  "Polar": "#ae81ff",
@@ -417,6 +424,7 @@
417
424
  "RDoc": "#701516",
418
425
  "REXX": "#d90e09",
419
426
  "RMarkdown": "#198ce7",
427
+ "RON": "#a62c00",
420
428
  "RPGLE": "#2bde21",
421
429
  "RUNOFF": "#665a4e",
422
430
  "Racket": "#3c5caa",
@@ -567,6 +575,7 @@
567
575
  "Zephir": "#118f9e",
568
576
  "Zig": "#ec915c",
569
577
  "Zimpl": "#d67711",
578
+ "crontab": "#ead7ac",
570
579
  "eC": "#913960",
571
580
  "fish": "#4aae47",
572
581
  "hoon": "#00b171",
@@ -581,6 +590,7 @@
581
590
  "q": "#0040cd",
582
591
  "reStructuredText": "#141414",
583
592
  "sed": "#64b970",
593
+ "templ": "#66d0dd",
584
594
  "wisp": "#7582d1",
585
595
  "xBase": "#403a40"
586
596
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "types": "./colors.d.ts",