gh-lang-colors 0.0.15 → 0.0.16

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 +18 -0
  2. package/package.json +1 -1
package/colors.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "1C Enterprise": "#814ccc",
3
+ "2-Dimensional Array": "#38761d",
3
4
  "4D": "#004289",
4
5
  "ABAP": "#e8274b",
5
6
  "ABAP CDS": "#555e25",
@@ -65,12 +66,14 @@
65
66
  "CUE": "#5886e1",
66
67
  "CWeb": "#00007a",
67
68
  "Cabal Config": "#483465",
69
+ "Cairo": "#ff4a48",
68
70
  "Cap'n Proto": "#c42727",
69
71
  "Ceylon": "#dfa535",
70
72
  "Chapel": "#8dc63f",
71
73
  "ChucK": "#3f8000",
72
74
  "Cirru": "#ccccff",
73
75
  "Clarion": "#db901e",
76
+ "Clarity": "#5546ff",
74
77
  "Classic ASP": "#6a40fd",
75
78
  "Clean": "#3f85af",
76
79
  "Click": "#e4e6f3",
@@ -90,6 +93,7 @@
90
93
  "Csound Document": "#1a1a1a",
91
94
  "Csound Score": "#1a1a1a",
92
95
  "Cuda": "#3a4e3a",
96
+ "Curry": "#531242",
93
97
  "Cython": "#fedf5b",
94
98
  "D": "#ba595e",
95
99
  "DM": "#447265",
@@ -97,6 +101,8 @@
97
101
  "Darcs Patch": "#8eff23",
98
102
  "Dart": "#00b4ab",
99
103
  "DataWeave": "#003a52",
104
+ "Debian Package Control File": "#d70751",
105
+ "DenizenScript": "#fbee96",
100
106
  "Dhall": "#dfafff",
101
107
  "DirectX 3D File": "#aace60",
102
108
  "Dockerfile": "#384d54",
@@ -117,6 +123,7 @@
117
123
  "Emacs Lisp": "#c065db",
118
124
  "EmberScript": "#fff4f3",
119
125
  "Erlang": "#b83998",
126
+ "Euphoria": "#ff790b",
120
127
  "F#": "#b845fc",
121
128
  "F*": "#572e30",
122
129
  "FIGlet Font": "#ffddbb",
@@ -143,6 +150,7 @@
143
150
  "GDScript": "#355570",
144
151
  "GEDCOM": "#003058",
145
152
  "GLSL": "#5686a5",
153
+ "GSC": "#ff6800",
146
154
  "Game Maker Language": "#71b417",
147
155
  "Gemfile.lock": "#701516",
148
156
  "Genie": "#fb855d",
@@ -153,6 +161,7 @@
153
161
  "Gherkin": "#5b2063",
154
162
  "Git Attributes": "#f44d27",
155
163
  "Git Config": "#f44d27",
164
+ "Gleam": "#ffaff3",
156
165
  "Glyph": "#c1ac7f",
157
166
  "Gnuplot": "#f0a9f0",
158
167
  "Go": "#00add8",
@@ -205,6 +214,7 @@
205
214
  "JSON5": "#267cb9",
206
215
  "JSONLD": "#0c479c",
207
216
  "JSONiq": "#40d47e",
217
+ "Janet": "#0886a5",
208
218
  "Jasmin": "#d03600",
209
219
  "Java": "#b07219",
210
220
  "Java Properties": "#2a6277",
@@ -262,6 +272,8 @@
262
272
  "Mercury": "#ff2b2b",
263
273
  "Meson": "#007800",
264
274
  "Metal": "#8f14e9",
275
+ "MiniYAML": "#ff1111",
276
+ "Mint": "#02b046",
265
277
  "Mirah": "#c7a938",
266
278
  "Modelica": "#de1d31",
267
279
  "Modula-2": "#10253f",
@@ -326,6 +338,7 @@
326
338
  "PowerShell": "#012456",
327
339
  "Prisma": "#0c344b",
328
340
  "Processing": "#0096d8",
341
+ "Procfile": "#3b2f63",
329
342
  "Prolog": "#74283c",
330
343
  "Promela": "#de0000",
331
344
  "Propeller Spin": "#7fa2a7",
@@ -345,6 +358,7 @@
345
358
  "RDoc": "#701516",
346
359
  "REXX": "#d90e09",
347
360
  "RMarkdown": "#198ce7",
361
+ "RPGLE": "#2bde21",
348
362
  "RUNOFF": "#665a4e",
349
363
  "Racket": "#3c5caa",
350
364
  "Ragel": "#9d5200",
@@ -441,10 +455,12 @@
441
455
  "Visual Basic .NET": "#945db7",
442
456
  "Volt": "#1f1f1f",
443
457
  "Vue": "#41b883",
458
+ "Vyper": "#2980b9",
444
459
  "Web Ontology Language": "#5b70bd",
445
460
  "WebAssembly": "#04133b",
446
461
  "Wikitext": "#fc5757",
447
462
  "Windows Registry Entries": "#52d5ff",
463
+ "Witcher Script": "#ff0000",
448
464
  "Wollok": "#a23738",
449
465
  "World of Warcraft Addon Data": "#f7e43f",
450
466
  "X10": "#4b6bef",
@@ -468,7 +484,9 @@
468
484
  "Zimpl": "#d67711",
469
485
  "eC": "#913960",
470
486
  "fish": "#4aae47",
487
+ "hoon": "#00b171",
471
488
  "jq": "#c7254e",
489
+ "kvlang": "#1da6e0",
472
490
  "mIRC Script": "#3d57c3",
473
491
  "mcfunction": "#e22837",
474
492
  "mupad": "#244963",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "scripts": {