gh-lang-colors 0.0.22 → 0.0.23

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 +1 -0
  2. package/package.json +1 -1
package/colors.json CHANGED
@@ -397,6 +397,7 @@
397
397
  "SQL": "#e38c00",
398
398
  "SQLPL": "#e38c00",
399
399
  "SRecode Template": "#348a34",
400
+ "STL": "#373b5e",
400
401
  "SVG": "#ff9900",
401
402
  "SaltStack": "#646464",
402
403
  "Sass": "#a53b70",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "scripts": {