gh-lang-colors 0.1.24 → 0.1.26

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 -0
  2. package/package.json +1 -1
package/colors.json CHANGED
@@ -228,6 +228,7 @@
228
228
  "Graphviz (DOT)": "#2596be",
229
229
  "Groovy": "#4298b8",
230
230
  "Groovy Server Pages": "#4298b8",
231
+ "GtkRC": "#7fe719",
231
232
  "HAProxy": "#106da9",
232
233
  "HCL": "#844fba",
233
234
  "HIP": "#4f3a4f",
@@ -447,6 +448,7 @@
447
448
  "Portugol": "#f8bd00",
448
449
  "PostCSS": "#dc3a0c",
449
450
  "PostScript": "#da291c",
451
+ "Power Query": "#d38e0d",
450
452
  "PowerBuilder": "#8f0f8d",
451
453
  "PowerShell": "#012456",
452
454
  "Praat": "#c8506d",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.1.24",
3
+ "version": "0.1.26",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "type": "module",
6
6
  "main": "colors.json",