color-name-list 13.26.0 → 13.28.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 +3 -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.toon +4 -1
- package/dist/colornames.bestof.umd.js +1 -1
- package/dist/colornames.bestof.xml +12 -0
- package/dist/colornames.bestof.yaml +9 -0
- package/dist/colornames.csv +3 -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 +2 -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.toon +3 -1
- package/dist/colornames.short.umd.js +1 -1
- package/dist/colornames.short.xml +8 -0
- package/dist/colornames.short.yaml +6 -0
- package/dist/colornames.toon +4 -1
- package/dist/colornames.umd.js +1 -1
- package/dist/colornames.xml +12 -0
- package/dist/colornames.yaml +9 -0
- package/dist/history.json +1 -1
- package/package.json +1 -1
- package/src/colornames.csv +3 -0
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 __30016__ unique color names, built from
|
|
17
17
|
[many sources](#sources-) and thousands of community contributions.
|
|
18
18
|
|
|
19
19
|
> The names of color function like a thread attached to a frightfully slender
|
|
@@ -131,7 +131,7 @@ and ensure tests pass locally (`npm test`).
|
|
|
131
131
|
See the full guidelines in [CONTRIBUTING.md](CONTRIBUTING.md) for naming
|
|
132
132
|
rules, capitalization, CI behavior, and more.
|
|
133
133
|
|
|
134
|
-
## Color Count:
|
|
134
|
+
## Color Count: __30016__ 🎉
|
|
135
135
|
|
|
136
136
|
~__0.18%__ of the RGB color space
|
|
137
137
|
|
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="#54682b">Bimi Green</text>
|
|
14
14
|
</svg>
|
|
@@ -296,6 +296,7 @@ Big Spender,#acddaf
|
|
|
296
296
|
Big Yellow Taxi,#ffff33
|
|
297
297
|
Bigfoot,#715145
|
|
298
298
|
Billiard,#00af9f
|
|
299
|
+
Bimi Green,#54682b
|
|
299
300
|
Bindi Red,#b0003c
|
|
300
301
|
Biohazard Suit,#fbfb4c
|
|
301
302
|
BioShock,#889900
|
|
@@ -2292,6 +2293,7 @@ Latte,#c5a582
|
|
|
2292
2293
|
Lava,#cf1020
|
|
2293
2294
|
Lava Pit,#e46f34
|
|
2294
2295
|
Lava Rock,#535e64
|
|
2296
|
+
Lava Smoothie,#d04014
|
|
2295
2297
|
Lava Stone,#3c4151
|
|
2296
2298
|
Lavender,#b56edc
|
|
2297
2299
|
Lavender Ash,#9998a7
|
|
@@ -4482,6 +4484,7 @@ Violet Velvet,#b19cd9
|
|
|
4482
4484
|
Violet Vision,#b7bdd1
|
|
4483
4485
|
Violet Vixen,#883377
|
|
4484
4486
|
Violet Vogue,#e9e1e8
|
|
4487
|
+
Violet Void,#1a161d
|
|
4485
4488
|
Virgin Olive Oil,#e2dcab
|
|
4486
4489
|
Viridian,#1e9167
|
|
4487
4490
|
Virtual Boy,#fe0215
|