gh-lang-colors 0.0.22 → 0.0.25

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 +7 -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",
@@ -397,6 +401,7 @@
397
401
  "SQL": "#e38c00",
398
402
  "SQLPL": "#e38c00",
399
403
  "SRecode Template": "#348a34",
404
+ "STL": "#373b5e",
400
405
  "SVG": "#ff9900",
401
406
  "SaltStack": "#646464",
402
407
  "Sass": "#a53b70",
@@ -436,7 +441,7 @@
436
441
  "TOML": "#9c4221",
437
442
  "TSQL": "#e38c00",
438
443
  "TSV": "#237346",
439
- "TSX": "#2b7489",
444
+ "TSX": "#3178c6",
440
445
  "TXL": "#0178b8",
441
446
  "Talon": "#333333",
442
447
  "Tcl": "#e4cc98",
@@ -447,7 +452,7 @@
447
452
  "Thrift": "#d12127",
448
453
  "Turing": "#cf142b",
449
454
  "Twig": "#c1d026",
450
- "TypeScript": "#2b7489",
455
+ "TypeScript": "#3178c6",
451
456
  "Unified Parallel C": "#4e3617",
452
457
  "Unity3D Asset": "#222c37",
453
458
  "Uno": "#9933cc",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.0.22",
3
+ "version": "0.0.25",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "scripts": {