gh-lang-colors 0.1.9 → 0.1.10

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 +2 -1
  2. package/package.json +1 -1
package/colors.json CHANGED
@@ -544,6 +544,7 @@
544
544
  "Textile": "#ffe7ac",
545
545
  "Thrift": "#d12127",
546
546
  "Toit": "#c2c9fb",
547
+ "Tor Config": "#59316b",
547
548
  "Tree-sitter Query": "#8ea64c",
548
549
  "Turing": "#cf142b",
549
550
  "Twig": "#c1d026",
@@ -571,7 +572,7 @@
571
572
  "Visual Basic 6.0": "#2c6353",
572
573
  "Volt": "#1f1f1f",
573
574
  "Vue": "#41b883",
574
- "Vyper": "#2980b9",
575
+ "Vyper": "#9f4cf2",
575
576
  "WDL": "#42f1f4",
576
577
  "WGSL": "#1a5e9a",
577
578
  "Web Ontology Language": "#5b70bd",
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.10",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "types": "./colors.d.ts",