color-name-list 13.14.0 → 13.15.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 +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.umd.js +1 -1
- package/dist/colornames.bestof.xml +12 -0
- package/dist/colornames.bestof.yaml +9 -0
- package/dist/colornames.csv +2 -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.umd.js +1 -1
- package/dist/colornames.xml +8 -0
- package/dist/colornames.yaml +6 -0
- package/dist/history.json +1 -1
- package/package.json +1 -1
- package/src/colornames.csv +3 -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 __29987__ 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: __29987__ 🎉
|
|
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
|
@@ -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 290">
|
|
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="290"/>
|
|
13
|
+
<text x="40" y="90" fill="#b85824">Fallen Canopy</text><text x="40" y="160" fill="#22cc88">Magical Malachite</text><text x="40" y="230" fill="#e8c2b4">Mellow Marrow</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
|
|
@@ -2476,6 +2477,7 @@ Magic Carpet,#9488be
|
|
|
2476
2477
|
Magic Ink,#0247fe
|
|
2477
2478
|
Magic Magenta,#7f4774
|
|
2478
2479
|
Magic Potion,#ff4466
|
|
2480
|
+
Magical Malachite,#22cc88
|
|
2479
2481
|
Magical Merlin,#3d8ed0
|
|
2480
2482
|
Magical Moonlight,#f0eeeb
|
|
2481
2483
|
Magical Stardust,#eaeadb
|
|
@@ -2599,6 +2601,7 @@ Mellow Apricot,#f8b878
|
|
|
2599
2601
|
Mellow Dandelion,#f8de7f
|
|
2600
2602
|
Mellow Drama,#ffc65f
|
|
2601
2603
|
Mellow Mango,#cc4400
|
|
2604
|
+
Mellow Marrow,#e8c2b4
|
|
2602
2605
|
Mellow Melon,#ee2266
|
|
2603
2606
|
Mellow Mint,#ddedbd
|
|
2604
2607
|
Melodramatic Magenta,#dd22aa
|