color-name-list 13.36.0 → 13.38.0
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/.github/pull_request_template.md +29 -0
- package/CONTRIBUTING.md +87 -66
- package/README.md +2 -2
- package/changes.svg +1 -1
- package/dist/colornames.bestof.toon +1 -1
- package/dist/colornames.csv +1 -0
- package/dist/colornames.esm.js +1 -1
- package/dist/colornames.esm.mjs +1 -1
- package/dist/colornames.html +1 -1
- package/dist/colornames.json +1 -1
- package/dist/colornames.min.json +1 -1
- package/dist/colornames.scss +1 -1
- package/dist/colornames.short.toon +1 -1
- package/dist/colornames.toon +2 -1
- package/dist/colornames.umd.js +1 -1
- package/dist/colornames.xml +4 -0
- package/dist/colornames.yaml +3 -0
- package/dist/history.json +1 -1
- package/package.json +1 -1
- package/src/colornames.csv +1 -0
package/dist/colornames.xml
CHANGED
|
@@ -63157,6 +63157,10 @@
|
|
|
63157
63157
|
<hex>#c1ceda</hex>
|
|
63158
63158
|
</color>
|
|
63159
63159
|
<color>
|
|
63160
|
+
<name>Magical Girl</name>
|
|
63161
|
+
<hex>#ff7a8f</hex>
|
|
63162
|
+
</color>
|
|
63163
|
+
<color>
|
|
63160
63164
|
<name>Magical Malachite</name>
|
|
63161
63165
|
<hex>#22cc88</hex>
|
|
63162
63166
|
</color>
|
package/dist/colornames.yaml
CHANGED
|
@@ -47365,6 +47365,9 @@
|
|
|
47365
47365
|
-
|
|
47366
47366
|
name:"Magical"
|
|
47367
47367
|
hex:"#c1ceda"
|
|
47368
|
+
-
|
|
47369
|
+
name:"Magical Girl"
|
|
47370
|
+
hex:"#ff7a8f"
|
|
47368
47371
|
-
|
|
47369
47372
|
name:"Magical Malachite"
|
|
47370
47373
|
hex:"#22cc88"
|