gh-lang-colors 0.0.23 → 0.0.26

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 +8 -2
  2. package/package.json +1 -1
package/colors.json CHANGED
@@ -22,6 +22,7 @@
22
22
  "Altium Designer": "#a89663",
23
23
  "AngelScript": "#c7d7dc",
24
24
  "Ant Build System": "#a9157e",
25
+ "Antlers": "#ff269e",
25
26
  "ApacheConf": "#d12127",
26
27
  "Apex": "#1797c0",
27
28
  "Apollo Guidance Computer": "#0b3d91",
@@ -44,6 +45,7 @@
44
45
  "Berry": "#15a13c",
45
46
  "BibTeX": "#778899",
46
47
  "Bicep": "#519aba",
48
+ "Bikeshed": "#5562ac",
47
49
  "Bison": "#6a463f",
48
50
  "BitBake": "#00bce4",
49
51
  "Blade": "#f7523f",
@@ -53,6 +55,7 @@
53
55
  "Boo": "#d4bec1",
54
56
  "Boogie": "#c80fa0",
55
57
  "Brainfuck": "#2f2530",
58
+ "BrighterScript": "#66aabb",
56
59
  "Brightscript": "#662d91",
57
60
  "Browserslist": "#ffd539",
58
61
  "C": "#555555",
@@ -167,6 +170,7 @@
167
170
  "Gherkin": "#5b2063",
168
171
  "Git Attributes": "#f44d27",
169
172
  "Git Config": "#f44d27",
173
+ "Git Revision List": "#f44d27",
170
174
  "Gleam": "#ffaff3",
171
175
  "Glyph": "#c1ac7f",
172
176
  "Gnuplot": "#f0a9f0",
@@ -294,6 +298,7 @@
294
298
  "NCL": "#28431f",
295
299
  "NPM Config": "#cb3837",
296
300
  "NWScript": "#111522",
301
+ "Nasal": "#1d2c4e",
297
302
  "Nearley": "#990000",
298
303
  "Nemerle": "#3d3c6e",
299
304
  "NetLinx": "#0aa0ff",
@@ -437,7 +442,7 @@
437
442
  "TOML": "#9c4221",
438
443
  "TSQL": "#e38c00",
439
444
  "TSV": "#237346",
440
- "TSX": "#2b7489",
445
+ "TSX": "#3178c6",
441
446
  "TXL": "#0178b8",
442
447
  "Talon": "#333333",
443
448
  "Tcl": "#e4cc98",
@@ -448,7 +453,7 @@
448
453
  "Thrift": "#d12127",
449
454
  "Turing": "#cf142b",
450
455
  "Twig": "#c1d026",
451
- "TypeScript": "#2b7489",
456
+ "TypeScript": "#3178c6",
452
457
  "Unified Parallel C": "#4e3617",
453
458
  "Unity3D Asset": "#222c37",
454
459
  "Uno": "#9933cc",
@@ -477,6 +482,7 @@
477
482
  "Witcher Script": "#ff0000",
478
483
  "Wollok": "#a23738",
479
484
  "World of Warcraft Addon Data": "#f7e43f",
485
+ "Wren": "#383838",
480
486
  "X10": "#4b6bef",
481
487
  "XC": "#99da07",
482
488
  "XML": "#0060ac",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.0.23",
3
+ "version": "0.0.26",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "scripts": {