gh-lang-colors 0.1.9 → 0.1.11

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 -1
  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": "#6814ec",
299
304
  "Less": "#1d365d",
300
305
  "Lex": "#dbca00",
301
306
  "LigoLANG": "#0e74ff",
@@ -544,6 +549,7 @@
544
549
  "Textile": "#ffe7ac",
545
550
  "Thrift": "#d12127",
546
551
  "Toit": "#c2c9fb",
552
+ "Tor Config": "#59316b",
547
553
  "Tree-sitter Query": "#8ea64c",
548
554
  "Turing": "#cf142b",
549
555
  "Twig": "#c1d026",
@@ -554,6 +560,7 @@
554
560
  "Unity3D Asset": "#222c37",
555
561
  "Uno": "#9933cc",
556
562
  "UnrealScript": "#a54c4d",
563
+ "Untyped Plutus Core": "#36adbd",
557
564
  "UrWeb": "#ccccee",
558
565
  "V": "#4f87c4",
559
566
  "VBA": "#867db1",
@@ -563,6 +570,7 @@
563
570
  "Vala": "#a56de2",
564
571
  "Valve Data Format": "#f26025",
565
572
  "Velocity Template Language": "#507cff",
573
+ "Vento": "#ff0080",
566
574
  "Verilog": "#b2b7f8",
567
575
  "Vim Help File": "#199f4b",
568
576
  "Vim Script": "#199f4b",
@@ -571,7 +579,7 @@
571
579
  "Visual Basic 6.0": "#2c6353",
572
580
  "Volt": "#1f1f1f",
573
581
  "Vue": "#41b883",
574
- "Vyper": "#2980b9",
582
+ "Vyper": "#9f4cf2",
575
583
  "WDL": "#42f1f4",
576
584
  "WGSL": "#1a5e9a",
577
585
  "Web Ontology Language": "#5b70bd",
@@ -605,6 +613,7 @@
605
613
  "Zephir": "#118f9e",
606
614
  "Zig": "#ec915c",
607
615
  "Zimpl": "#d67711",
616
+ "Zmodel": "#ff7100",
608
617
  "crontab": "#ead7ac",
609
618
  "eC": "#913960",
610
619
  "fish": "#4aae47",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "types": "./colors.d.ts",