color-name-list 13.11.0 → 13.12.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/README.md +2 -2
- package/changes.svg +3 -3
- package/dist/colornames.bestof.csv +2 -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 +8 -0
- package/dist/colornames.bestof.yaml +6 -0
- 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.csv +1 -0
- package/dist/colornames.short.esm.js +1 -1
- package/dist/colornames.short.esm.mjs +1 -1
- package/dist/colornames.short.html +1 -1
- package/dist/colornames.short.json +1 -1
- package/dist/colornames.short.min.json +1 -1
- package/dist/colornames.short.scss +1 -1
- package/dist/colornames.short.umd.js +1 -1
- package/dist/colornames.short.xml +4 -0
- package/dist/colornames.short.yaml +3 -0
- 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 +2 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
[](https://www.npmjs.com/package/color-name-list)
|
|
14
14
|
[](https://github.com/sponsors/meodai)
|
|
15
15
|
|
|
16
|
-
A meticulously curated collection of
|
|
16
|
+
A meticulously curated collection of __29979__ unique color names, sourced from
|
|
17
17
|
[various references](#sources-) and thousands of thoughtful user contributions.
|
|
18
18
|
|
|
19
19
|
> The names of color function like a thread attached to a frightfully slender
|
|
@@ -64,7 +64,7 @@ Please review the [naming rules](CONTRIBUTING.md) before contributing!
|
|
|
64
64
|
To contribute via Git, edit the `src/colornames.csv` file
|
|
65
65
|
and ensure it builds correctly (`npm run ci && npm run build`).
|
|
66
66
|
|
|
67
|
-
## Color Count:
|
|
67
|
+
## Color Count: __29979__ 🎉
|
|
68
68
|
|
|
69
69
|
~__0.18%__ of the RGB color space
|
|
70
70
|
|
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 220">
|
|
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="220"/>
|
|
13
|
+
<text x="40" y="90" fill="#555b59">Crucible</text><text x="40" y="160" fill="#ebeb57">Pineapple High</text>
|
|
14
14
|
</svg>
|
|
@@ -934,6 +934,7 @@ Crow,#180614
|
|
|
934
934
|
Crown Jewels,#946dad
|
|
935
935
|
Crown of Ash,#a1a9a9
|
|
936
936
|
Crown of Thorns,#763c33
|
|
937
|
+
Crucible,#555b59
|
|
937
938
|
Crude Banana,#21c40e
|
|
938
939
|
Crumbling Statue,#cabfb4
|
|
939
940
|
Crunchy Carrot,#ea5013
|
|
@@ -3260,6 +3261,7 @@ Pine Needle,#334d41
|
|
|
3260
3261
|
Pine Scented Lagoon,#066f6c
|
|
3261
3262
|
Pineapple,#563c0d
|
|
3262
3263
|
Pineapple Gold,#ffc72c
|
|
3264
|
+
Pineapple High,#ebeb57
|
|
3263
3265
|
Pineapple Perfume,#eeee88
|
|
3264
3266
|
Pineapple Sorbet,#f7f4da
|
|
3265
3267
|
Pineapple Whip,#ead988
|