gh-lang-colors 0.1.25 → 0.1.27

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 +3 -1
  2. package/package.json +1 -1
package/colors.json CHANGED
@@ -59,6 +59,7 @@
59
59
  "Blade": "#f7523f",
60
60
  "BlitzBasic": "#00ffae",
61
61
  "BlitzMax": "#cd6400",
62
+ "Blueprint": "#3584e4",
62
63
  "Bluespec": "#12223c",
63
64
  "Bluespec BH": "#12223c",
64
65
  "Boo": "#d4bec1",
@@ -70,7 +71,7 @@
70
71
  "Bru": "#f4aa41",
71
72
  "BuildStream": "#006bff",
72
73
  "C": "#555555",
73
- "C#": "#178600",
74
+ "C#": "#7355dd",
74
75
  "C++": "#f34b7d",
75
76
  "C3": "#2563eb",
76
77
  "CAP CDS": "#0092d1",
@@ -228,6 +229,7 @@
228
229
  "Graphviz (DOT)": "#2596be",
229
230
  "Groovy": "#4298b8",
230
231
  "Groovy Server Pages": "#4298b8",
232
+ "GtkRC": "#7fe719",
231
233
  "HAProxy": "#106da9",
232
234
  "HCL": "#844fba",
233
235
  "HIP": "#4f3a4f",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.1.25",
3
+ "version": "0.1.27",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "type": "module",
6
6
  "main": "colors.json",