gh-lang-colors 0.1.1 → 0.1.3
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 +3 -1
- package/package.json +1 -1
package/colors.json
CHANGED
|
@@ -217,6 +217,7 @@
|
|
|
217
217
|
"Haxe": "#df7900",
|
|
218
218
|
"HiveQL": "#dce200",
|
|
219
219
|
"HolyC": "#ffefaf",
|
|
220
|
+
"Hosts File": "#308888",
|
|
220
221
|
"Hy": "#7790b2",
|
|
221
222
|
"IDL": "#a3522f",
|
|
222
223
|
"IGOR Pro": "#0000cc",
|
|
@@ -517,6 +518,8 @@
|
|
|
517
518
|
"Volt": "#1f1f1f",
|
|
518
519
|
"Vue": "#41b883",
|
|
519
520
|
"Vyper": "#2980b9",
|
|
521
|
+
"WDL": "#42f1f4",
|
|
522
|
+
"WGSL": "#1a5e9a",
|
|
520
523
|
"Web Ontology Language": "#5b70bd",
|
|
521
524
|
"WebAssembly": "#04133b",
|
|
522
525
|
"WebAssembly Interface Type": "#6250e7",
|
|
@@ -561,7 +564,6 @@
|
|
|
561
564
|
"q": "#0040cd",
|
|
562
565
|
"reStructuredText": "#141414",
|
|
563
566
|
"sed": "#64b970",
|
|
564
|
-
"wdl": "#42f1f4",
|
|
565
567
|
"wisp": "#7582d1",
|
|
566
568
|
"xBase": "#403a40"
|
|
567
569
|
}
|