color-name-list 9.16.0 β 9.18.1
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/README.md +5 -3
- package/changes.svg +3 -3
- package/dist/colornames.bestof.csv +1 -0
- package/dist/colornames.bestof.esm.js +1 -1
- package/dist/colornames.bestof.esm.mjs +1 -1
- package/dist/colornames.bestof.html +1 -1
- package/dist/colornames.bestof.json +1 -1
- package/dist/colornames.bestof.min.json +1 -1
- package/dist/colornames.bestof.scss +1 -1
- package/dist/colornames.bestof.umd.js +1 -1
- package/dist/colornames.bestof.xml +4 -0
- package/dist/colornames.bestof.yaml +3 -0
- package/dist/colornames.csv +4 -1
- 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.umd.js +1 -1
- package/dist/colornames.xml +16 -4
- package/dist/colornames.yaml +12 -3
- package/package.json +2 -2
- package/src/colornames.csv +4 -1
package/README.md
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
[](https://github.com/meodai/color-names/)
|
|
7
7
|
[](https://www.npmjs.com/package/color-name-list)
|
|
8
8
|
[](https://www.npmjs.com/package/color-name-list)
|
|
9
|
-
[](https://github.com/meodai/color-names/blob/master/src/colornames.csv)
|
|
10
10
|
|
|
11
|
-
A handpicked list of
|
|
11
|
+
A handpicked list of __29780__ unique color names from
|
|
12
12
|
[various sources](#sources-) and thousands of curated user submissions.
|
|
13
13
|
|
|
14
14
|
> The names of color function like a thread attached to a frightfully slender
|
|
@@ -53,7 +53,7 @@ __[via form π](https://docs.google.com/forms/d/e/1FAIpQLSfbS5D6owA4dQupJJ-6qh
|
|
|
53
53
|
|
|
54
54
|
Make sure to read the [naming rules](CONTRIBUTING.md) before you contribute!
|
|
55
55
|
|
|
56
|
-
## Color Count:
|
|
56
|
+
## Color Count: __29780__ π
|
|
57
57
|
|
|
58
58
|
~__0.18%__ of the RGB color space
|
|
59
59
|
|
|
@@ -307,6 +307,7 @@ See [package.json](package.json#L6) for more.
|
|
|
307
307
|
|
|
308
308
|
#### Bronze
|
|
309
309
|
|
|
310
|
+
- [krissymashinsky.com] 300USD
|
|
310
311
|
- [color.museum] 100CHF
|
|
311
312
|
- [Myriam Aerne] 20CHF
|
|
312
313
|
- [Amin] 15USD
|
|
@@ -414,6 +415,7 @@ they will be removed as quickly as possible.
|
|
|
414
415
|
[amin]: http://www.slashui.com
|
|
415
416
|
[Colorful Dots]: https://colorfuldots.com/
|
|
416
417
|
[color.museum]: https://www.color.museum/
|
|
418
|
+
[krissymashinsky.com]: https://www.krissymashinsky.com/
|
|
417
419
|
|
|
418
420
|
<!-- Sources: Names -->
|
|
419
421
|
|
package/changes.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 150">
|
|
2
2
|
<defs>
|
|
3
3
|
<style type="text/css">
|
|
4
4
|
@import url('https://rsms.me/inter/inter.css');
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
}
|
|
10
10
|
</style>
|
|
11
11
|
</defs>
|
|
12
|
-
<rect fill="#212121" x="0" y="0" width="600" height="
|
|
13
|
-
<text x="40" y="90" fill="#
|
|
12
|
+
<rect fill="#212121" x="0" y="0" width="600" height="150"/>
|
|
13
|
+
<text x="40" y="90" fill="#ea27c2">Kriss Me Not Fuchsia</text>
|
|
14
14
|
</svg>
|