gh-lang-colors 0.1.0 → 0.1.2
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.
- package/colors.json +11 -2
- package/package.json +1 -1
package/colors.json
CHANGED
|
@@ -106,6 +106,7 @@
|
|
|
106
106
|
"Cypher": "#34c0eb",
|
|
107
107
|
"Cython": "#fedf5b",
|
|
108
108
|
"D": "#ba595e",
|
|
109
|
+
"D2": "#526ee8",
|
|
109
110
|
"DM": "#447265",
|
|
110
111
|
"Dafny": "#ffec25",
|
|
111
112
|
"Darcs Patch": "#8eff23",
|
|
@@ -185,6 +186,7 @@
|
|
|
185
186
|
"Go": "#00add8",
|
|
186
187
|
"Go Checksums": "#00add8",
|
|
187
188
|
"Go Module": "#00add8",
|
|
189
|
+
"Go Workspace": "#00add8",
|
|
188
190
|
"Godot Resource": "#355570",
|
|
189
191
|
"Golo": "#88562a",
|
|
190
192
|
"Gosu": "#82937f",
|
|
@@ -284,6 +286,7 @@
|
|
|
284
286
|
"Lua": "#000080",
|
|
285
287
|
"MATLAB": "#e16737",
|
|
286
288
|
"MAXScript": "#00a6a6",
|
|
289
|
+
"MDX": "#fcb32c",
|
|
287
290
|
"MLIR": "#5ec8db",
|
|
288
291
|
"MQL4": "#62a8d6",
|
|
289
292
|
"MQL5": "#4a76b8",
|
|
@@ -330,11 +333,12 @@
|
|
|
330
333
|
"Nu": "#c9df40",
|
|
331
334
|
"NumPy": "#9c8af9",
|
|
332
335
|
"Nunjucks": "#3d8137",
|
|
336
|
+
"Nushell": "#4e9906",
|
|
333
337
|
"OASv2-json": "#85ea2d",
|
|
334
338
|
"OASv2-yaml": "#85ea2d",
|
|
335
339
|
"OASv3-json": "#85ea2d",
|
|
336
340
|
"OASv3-yaml": "#85ea2d",
|
|
337
|
-
"OCaml": "#
|
|
341
|
+
"OCaml": "#ef7a08",
|
|
338
342
|
"ObjectScript": "#424893",
|
|
339
343
|
"Objective-C": "#438eff",
|
|
340
344
|
"Objective-C++": "#6866fb",
|
|
@@ -360,6 +364,7 @@
|
|
|
360
364
|
"PLSQL": "#dad8d8",
|
|
361
365
|
"PLpgSQL": "#336790",
|
|
362
366
|
"POV-Ray SDL": "#6bac65",
|
|
367
|
+
"Pact": "#f7a8b8",
|
|
363
368
|
"Pan": "#cc0000",
|
|
364
369
|
"Papyrus": "#6600cc",
|
|
365
370
|
"Parrot": "#f3ca0a",
|
|
@@ -398,6 +403,7 @@
|
|
|
398
403
|
"Quake": "#882233",
|
|
399
404
|
"R": "#198ce7",
|
|
400
405
|
"RAML": "#77d9fb",
|
|
406
|
+
"RBS": "#701516",
|
|
401
407
|
"RDoc": "#701516",
|
|
402
408
|
"REXX": "#d90e09",
|
|
403
409
|
"RMarkdown": "#198ce7",
|
|
@@ -472,6 +478,7 @@
|
|
|
472
478
|
"Swift": "#f05138",
|
|
473
479
|
"SystemVerilog": "#dae1c2",
|
|
474
480
|
"TI Program": "#a0aa87",
|
|
481
|
+
"TL-Verilog": "#c40023",
|
|
475
482
|
"TLA": "#4b0079",
|
|
476
483
|
"TOML": "#9c4221",
|
|
477
484
|
"TSQL": "#e38c00",
|
|
@@ -510,8 +517,11 @@
|
|
|
510
517
|
"Volt": "#1f1f1f",
|
|
511
518
|
"Vue": "#41b883",
|
|
512
519
|
"Vyper": "#2980b9",
|
|
520
|
+
"WDL": "#42f1f4",
|
|
521
|
+
"WGSL": "#1a5e9a",
|
|
513
522
|
"Web Ontology Language": "#5b70bd",
|
|
514
523
|
"WebAssembly": "#04133b",
|
|
524
|
+
"WebAssembly Interface Type": "#6250e7",
|
|
515
525
|
"Whiley": "#d5c397",
|
|
516
526
|
"Wikitext": "#fc5757",
|
|
517
527
|
"Windows Registry Entries": "#52d5ff",
|
|
@@ -553,7 +563,6 @@
|
|
|
553
563
|
"q": "#0040cd",
|
|
554
564
|
"reStructuredText": "#141414",
|
|
555
565
|
"sed": "#64b970",
|
|
556
|
-
"wdl": "#42f1f4",
|
|
557
566
|
"wisp": "#7582d1",
|
|
558
567
|
"xBase": "#403a40"
|
|
559
568
|
}
|