color-name-list 13.30.0 → 13.31.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 +5 -1
- 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 +6 -2
- package/dist/colornames.bestof.umd.js +1 -1
- package/dist/colornames.bestof.xml +20 -4
- package/dist/colornames.bestof.yaml +15 -3
- package/dist/colornames.csv +5 -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.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 +6 -2
- package/dist/colornames.umd.js +1 -1
- package/dist/colornames.xml +20 -4
- package/dist/colornames.yaml +15 -3
- package/dist/history.json +1 -1
- package/package.json +1 -1
- package/src/colornames.csv +5 -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 __30035__ 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: __30035__ 🎉
|
|
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 430">
|
|
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="430"/>
|
|
13
|
+
<text x="40" y="90" fill="#203943">Astral Nomad</text><text x="40" y="160" fill="#77150e">Blackened Sun</text><text x="40" y="230" fill="#391531">Nightly Voyager</text><text x="40" y="300" fill="#161d3b">Nightwalker</text><text x="40" y="370" fill="#7f01fe">Poisoning Purple</text>
|
|
14
14
|
</svg>
|
|
@@ -138,6 +138,7 @@ Assassin,#2d4f83
|
|
|
138
138
|
Assassin’s Red,#f60206
|
|
139
139
|
Aster,#867ba9
|
|
140
140
|
Astral,#376f89
|
|
141
|
+
Astral Nomad,#203943
|
|
141
142
|
Atlantic Navy,#13336f
|
|
142
143
|
Atlantis,#336172
|
|
143
144
|
Atlas Cedar,#5ca0a7
|
|
@@ -341,6 +342,7 @@ Black Wash,#0c0c0c
|
|
|
341
342
|
Black-Hearted,#3e1825
|
|
342
343
|
Blackberry,#43182f
|
|
343
344
|
Blackberry Yogurt,#e5bddf
|
|
345
|
+
Blackened Sun,#77150e
|
|
344
346
|
Blackn’t,#020f03
|
|
345
347
|
Blackout,#0e0702
|
|
346
348
|
Blackwater,#545663
|
|
@@ -2941,9 +2943,11 @@ Nightfall,#43535e
|
|
|
2941
2943
|
Nightlife,#27426b
|
|
2942
2944
|
Nightly Activities,#2e5090
|
|
2943
2945
|
Nightly Expedition,#221188
|
|
2946
|
+
Nightly Voyager,#391531
|
|
2944
2947
|
Nightly Walk,#544563
|
|
2945
2948
|
Nightmare,#112211
|
|
2946
2949
|
Nightmare Fuel,#293135
|
|
2950
|
+
Nightwalker,#161d3b
|
|
2947
2951
|
Nile,#afb982
|
|
2948
2952
|
Nimbus Cloud,#c8c8cc
|
|
2949
2953
|
Ninja Princess,#75528b
|
|
@@ -3386,8 +3390,8 @@ Plutonium,#35fa00
|
|
|
3386
3390
|
Poached Egg,#f5d893
|
|
3387
3391
|
Poblano,#077f1b
|
|
3388
3392
|
Poison Ivy,#00ad43
|
|
3389
|
-
Poison Purple,#7f01fe
|
|
3390
3393
|
Poison Purple Paradise,#b300ff
|
|
3394
|
+
Poisoning Purple,#7f01fe
|
|
3391
3395
|
Poisonous,#55ff11
|
|
3392
3396
|
Poisonous Dart,#77ff66
|
|
3393
3397
|
Poisonous Mints,#8fd400
|