gh-lang-colors 0.1.10 → 0.1.12

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 -0
  2. package/package.json +1 -1
package/colors.json CHANGED
@@ -18,6 +18,7 @@
18
18
  "Adblock Filter List": "#800000",
19
19
  "Adobe Font Metrics": "#fa0f00",
20
20
  "Agda": "#315665",
21
+ "Aiken": "#640ff8",
21
22
  "Alloy": "#64c800",
22
23
  "Alpine Abuild": "#0d597f",
23
24
  "Altium Designer": "#a89663",
@@ -97,6 +98,7 @@
97
98
  "Clojure": "#db5855",
98
99
  "Closure Templates": "#0d948f",
99
100
  "Cloud Firestore Security Rules": "#ffa000",
101
+ "Clue": "#0009b5",
100
102
  "CodeQL": "#140f46",
101
103
  "CoffeeScript": "#244776",
102
104
  "ColdFusion": "#ed2cd6",
@@ -119,6 +121,7 @@
119
121
  "Dafny": "#ffec25",
120
122
  "Darcs Patch": "#8eff23",
121
123
  "Dart": "#00b4ab",
124
+ "Daslang": "#d3d3d3",
122
125
  "DataWeave": "#003a52",
123
126
  "Debian Package Control File": "#d70751",
124
127
  "DenizenScript": "#fbee96",
@@ -175,6 +178,7 @@
175
178
  "GAP": "#0000cc",
176
179
  "GCC Machine Description": "#ffcfab",
177
180
  "GDScript": "#355570",
181
+ "GDShader": "#478cbf",
178
182
  "GEDCOM": "#003058",
179
183
  "GLSL": "#5686a5",
180
184
  "GSC": "#ff6800",
@@ -296,6 +300,7 @@
296
300
  "Lark": "#2980b9",
297
301
  "Lasso": "#999999",
298
302
  "Latte": "#f2a542",
303
+ "Leo": "#c4ffc2",
299
304
  "Less": "#1d365d",
300
305
  "Lex": "#dbca00",
301
306
  "LigoLANG": "#0e74ff",
@@ -555,6 +560,7 @@
555
560
  "Unity3D Asset": "#222c37",
556
561
  "Uno": "#9933cc",
557
562
  "UnrealScript": "#a54c4d",
563
+ "Untyped Plutus Core": "#36adbd",
558
564
  "UrWeb": "#ccccee",
559
565
  "V": "#4f87c4",
560
566
  "VBA": "#867db1",
@@ -564,6 +570,7 @@
564
570
  "Vala": "#a56de2",
565
571
  "Valve Data Format": "#f26025",
566
572
  "Velocity Template Language": "#507cff",
573
+ "Vento": "#ff0080",
567
574
  "Verilog": "#b2b7f8",
568
575
  "Vim Help File": "#199f4b",
569
576
  "Vim Script": "#199f4b",
@@ -606,6 +613,7 @@
606
613
  "Zephir": "#118f9e",
607
614
  "Zig": "#ec915c",
608
615
  "Zimpl": "#d67711",
616
+ "Zmodel": "#ff7100",
609
617
  "crontab": "#ead7ac",
610
618
  "eC": "#913960",
611
619
  "fish": "#4aae47",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "types": "./colors.d.ts",