gh-lang-colors 0.1.1 → 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 +2 -1
- package/package.json +1 -1
package/colors.json
CHANGED
|
@@ -517,6 +517,8 @@
|
|
|
517
517
|
"Volt": "#1f1f1f",
|
|
518
518
|
"Vue": "#41b883",
|
|
519
519
|
"Vyper": "#2980b9",
|
|
520
|
+
"WDL": "#42f1f4",
|
|
521
|
+
"WGSL": "#1a5e9a",
|
|
520
522
|
"Web Ontology Language": "#5b70bd",
|
|
521
523
|
"WebAssembly": "#04133b",
|
|
522
524
|
"WebAssembly Interface Type": "#6250e7",
|
|
@@ -561,7 +563,6 @@
|
|
|
561
563
|
"q": "#0040cd",
|
|
562
564
|
"reStructuredText": "#141414",
|
|
563
565
|
"sed": "#64b970",
|
|
564
|
-
"wdl": "#42f1f4",
|
|
565
566
|
"wisp": "#7582d1",
|
|
566
567
|
"xBase": "#403a40"
|
|
567
568
|
}
|