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.
Files changed (38) hide show
  1. package/README.md +2 -2
  2. package/changes.svg +3 -3
  3. package/dist/colornames.bestof.csv +5 -1
  4. package/dist/colornames.bestof.esm.js +1 -1
  5. package/dist/colornames.bestof.esm.mjs +1 -1
  6. package/dist/colornames.bestof.html +1 -1
  7. package/dist/colornames.bestof.json +1 -1
  8. package/dist/colornames.bestof.min.json +1 -1
  9. package/dist/colornames.bestof.scss +1 -1
  10. package/dist/colornames.bestof.toon +6 -2
  11. package/dist/colornames.bestof.umd.js +1 -1
  12. package/dist/colornames.bestof.xml +20 -4
  13. package/dist/colornames.bestof.yaml +15 -3
  14. package/dist/colornames.csv +5 -1
  15. package/dist/colornames.esm.js +1 -1
  16. package/dist/colornames.esm.mjs +1 -1
  17. package/dist/colornames.html +1 -1
  18. package/dist/colornames.json +1 -1
  19. package/dist/colornames.min.json +1 -1
  20. package/dist/colornames.scss +1 -1
  21. package/dist/colornames.short.csv +2 -0
  22. package/dist/colornames.short.esm.js +1 -1
  23. package/dist/colornames.short.esm.mjs +1 -1
  24. package/dist/colornames.short.html +1 -1
  25. package/dist/colornames.short.json +1 -1
  26. package/dist/colornames.short.min.json +1 -1
  27. package/dist/colornames.short.scss +1 -1
  28. package/dist/colornames.short.toon +3 -1
  29. package/dist/colornames.short.umd.js +1 -1
  30. package/dist/colornames.short.xml +8 -0
  31. package/dist/colornames.short.yaml +6 -0
  32. package/dist/colornames.toon +6 -2
  33. package/dist/colornames.umd.js +1 -1
  34. package/dist/colornames.xml +20 -4
  35. package/dist/colornames.yaml +15 -3
  36. package/dist/history.json +1 -1
  37. package/package.json +1 -1
  38. package/src/colornames.csv +5 -1
package/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
  [![npm](https://img.shields.io/npm/dt/color-name-list.svg)](https://www.npmjs.com/package/color-name-list)
14
14
  [![github sponsor count](https://img.shields.io/github/sponsors/meodai)](https://github.com/sponsors/meodai)
15
15
 
16
- A meticulously curated collection of __30031__ unique color names, built from
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: __30031__ 🎉
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 990">
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="990"/>
13
- <text x="40" y="90" fill="#faafc8">Caregiver Pink</text><text x="40" y="160" fill="#8e8987">Chorus of Elephants</text><text x="40" y="230" fill="#a78558">Exhumed Gold</text><text x="40" y="300" fill="#c4bba5">Forgotten Tusk</text><text x="40" y="370" fill="#6a7252">Four Seasons Oolong</text><text x="40" y="440" fill="#565c00">Greensboro</text><text x="40" y="510" fill="#8b837d">Hagstone Choir</text><text x="40" y="580" fill="#2f1064">Infinite Inkwell</text><text x="40" y="650" fill="#c2792b">Maine Coon Orange</text><text x="40" y="720" fill="#c3988b">Muddy Mire</text><text x="40" y="790" fill="#f19000">Shiritorier’s Orange</text><text x="40" y="860" fill="#bbe4ea">Tip of the Iceberg</text><text x="40" y="930" fill="#bf843b">Toothpick</text>
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