color-name-list 13.14.0 → 13.16.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 +5 -8
- package/changes.svg +1 -1
- package/dist/colornames.bestof.csv +5 -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 +20 -0
- package/dist/colornames.bestof.yaml +15 -0
- package/dist/colornames.csv +9 -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.umd.js +1 -1
- package/dist/colornames.short.xml +8 -0
- package/dist/colornames.short.yaml +6 -0
- package/dist/colornames.umd.js +1 -1
- package/dist/colornames.xml +36 -0
- package/dist/colornames.yaml +27 -0
- package/dist/history.json +1 -1
- package/package.json +3 -3
- package/src/colornames.csv +10 -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 __29994__ 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
|
|
@@ -74,7 +74,7 @@ CI notes:
|
|
|
74
74
|
- No need to run `npm run build` locally; CI generates outputs.
|
|
75
75
|
- Optional locally: `npm run lint:markdown` to match CI markdown checks.
|
|
76
76
|
|
|
77
|
-
## Color Count:
|
|
77
|
+
## Color Count: __29994__ 🎉
|
|
78
78
|
|
|
79
79
|
~__0.18%__ of the RGB color space
|
|
80
80
|
|
|
@@ -92,6 +92,9 @@ color space: [Visualization](https://codepen.io/meodai/full/zdgXJj/)
|
|
|
92
92
|
|
|
93
93
|
### Docs
|
|
94
94
|
|
|
95
|
+
While the tooling and list are primarily in JavaScript/TypeScript, there are several
|
|
96
|
+
other implementations maintained by the community:
|
|
97
|
+
|
|
95
98
|
- JS/TS: [docs/usage-js.md](docs/usage-js.md)
|
|
96
99
|
- Java/Kotlin: [docs/usage-java-kotlin.md](docs/usage-java-kotlin.md)
|
|
97
100
|
- C#: [docs/usage-csharp.md](docs/usage-csharp.md)
|
|
@@ -174,16 +177,10 @@ See [package.json](package.json#L6) for details.
|
|
|
174
177
|
|
|
175
178
|
### Java/Kotlin, C#, Rust
|
|
176
179
|
|
|
177
|
-
Moved to docs:
|
|
178
|
-
|
|
179
180
|
- [docs/usage-java-kotlin.md](docs/usage-java-kotlin.md)
|
|
180
181
|
- [docs/usage-csharp.md](docs/usage-csharp.md)
|
|
181
182
|
- [docs/usage-rust.md](docs/usage-rust.md)
|
|
182
183
|
|
|
183
|
-
### Usage Rust
|
|
184
|
-
|
|
185
|
-
See [docs/usage-rust.md](docs/usage-rust.md).
|
|
186
|
-
|
|
187
184
|
## Sources 🗒
|
|
188
185
|
|
|
189
186
|
### Sources: Names 📇
|
package/changes.svg
CHANGED
|
@@ -10,5 +10,5 @@
|
|
|
10
10
|
</style>
|
|
11
11
|
</defs>
|
|
12
12
|
<rect fill="#212121" x="0" y="0" width="600" height="570"/>
|
|
13
|
-
<text x="40" y="90" fill="#
|
|
13
|
+
<text x="40" y="90" fill="#e57e37">Blast Burn</text><text x="40" y="160" fill="#9c3418">Dragon Dance</text><text x="40" y="230" fill="#d7f5f6">Fishious Rend</text><text x="40" y="300" fill="#9cc780">Frenzy Plant</text><text x="40" y="370" fill="#a1f4f5">Hydro Cannon</text><text x="40" y="440" fill="#f6f677">Hyper Beam</text><text x="40" y="510" fill="#f6f3a7">Thunderdome</text>
|
|
14
14
|
</svg>
|
|
@@ -1318,6 +1318,7 @@ Fake Jade,#13eac9
|
|
|
1318
1318
|
Fake Love,#cc77ee
|
|
1319
1319
|
Falafel,#aa7711
|
|
1320
1320
|
Fallen Blossoms,#edb2c4
|
|
1321
|
+
Fallen Canopy,#b85824
|
|
1321
1322
|
Fallen Petals,#f2e0da
|
|
1322
1323
|
Fanatic Fuchsia,#ee1199
|
|
1323
1324
|
Fancy Fuchsia,#ff0088
|
|
@@ -1999,6 +2000,7 @@ Hunter,#33534b
|
|
|
1999
2000
|
Hurricane,#8b7e77
|
|
2000
2001
|
Hydra,#006995
|
|
2001
2002
|
Hydro,#49747f
|
|
2003
|
+
Hyper Beam,#f6f677
|
|
2002
2004
|
Hyper Blue,#015f97
|
|
2003
2005
|
Hyper Light Drifter,#eddbda
|
|
2004
2006
|
Hyper Pink,#ec006c
|
|
@@ -2476,6 +2478,7 @@ Magic Carpet,#9488be
|
|
|
2476
2478
|
Magic Ink,#0247fe
|
|
2477
2479
|
Magic Magenta,#7f4774
|
|
2478
2480
|
Magic Potion,#ff4466
|
|
2481
|
+
Magical Malachite,#22cc88
|
|
2479
2482
|
Magical Merlin,#3d8ed0
|
|
2480
2483
|
Magical Moonlight,#f0eeeb
|
|
2481
2484
|
Magical Stardust,#eaeadb
|
|
@@ -2599,6 +2602,7 @@ Mellow Apricot,#f8b878
|
|
|
2599
2602
|
Mellow Dandelion,#f8de7f
|
|
2600
2603
|
Mellow Drama,#ffc65f
|
|
2601
2604
|
Mellow Mango,#cc4400
|
|
2605
|
+
Mellow Marrow,#e8c2b4
|
|
2602
2606
|
Mellow Melon,#ee2266
|
|
2603
2607
|
Mellow Mint,#ddedbd
|
|
2604
2608
|
Melodramatic Magenta,#dd22aa
|
|
@@ -4204,6 +4208,7 @@ Thunder & Lightning,#f9f5db
|
|
|
4204
4208
|
Thunderbird,#923830
|
|
4205
4209
|
Thunderbolt,#fdefad
|
|
4206
4210
|
Thundercloud,#698589
|
|
4211
|
+
Thunderdome,#f6f3a7
|
|
4207
4212
|
Thyme and Place,#6f8770
|
|
4208
4213
|
Tiger,#be9c67
|
|
4209
4214
|
Tiger King,#dd9922
|