color-name-list 13.22.0 โ†’ 13.23.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 -0
  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 -1
  11. package/dist/colornames.bestof.umd.js +1 -1
  12. package/dist/colornames.bestof.xml +20 -0
  13. package/dist/colornames.bestof.yaml +15 -0
  14. package/dist/colornames.csv +6 -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 +4 -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 +5 -1
  29. package/dist/colornames.short.umd.js +1 -1
  30. package/dist/colornames.short.xml +16 -0
  31. package/dist/colornames.short.yaml +12 -0
  32. package/dist/colornames.toon +7 -2
  33. package/dist/colornames.umd.js +1 -1
  34. package/dist/colornames.xml +24 -4
  35. package/dist/colornames.yaml +18 -3
  36. package/dist/history.json +1 -1
  37. package/package.json +1 -1
  38. package/src/colornames.csv +6 -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 __29995__ unique color names, built from
16
+ A meticulously curated collection of __30000__ 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: __29995__ ๐ŸŽ‰
134
+ ## Color Count: __30000__ ๐ŸŽ‰
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 220">
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 500">
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="220"/>
13
- <text x="40" y="90" fill="#661020">Forbidden Passion</text><text x="40" y="160" fill="#a06567">Spring Rosewood</text>
12
+ <rect fill="#212121" x="0" y="0" width="600" height="500"/>
13
+ <text x="40" y="90" fill="#e07630">Clockwork Orange</text><text x="40" y="160" fill="#93b83d">Grinch Green</text><text x="40" y="230" fill="#2b3458">Midnight Escapade</text><text x="40" y="300" fill="#f3dd51">Minions</text><text x="40" y="370" fill="#70f15e">The Matrix</text><text x="40" y="440" fill="#4a2559">Wonka Purple</text>
14
14
  </svg>
@@ -1785,6 +1785,7 @@ Grilled,#633f2e
1785
1785
  Grilled Tomato,#af3519
1786
1786
  Grim Grey,#e3dcd6
1787
1787
  Grim White,#f6f1f4
1788
+ Grinch Green,#93b83d
1788
1789
  Grisaille,#91979f
1789
1790
  Grizzly,#885818
1790
1791
  Groovy Giraffe,#eeaa11
@@ -2655,6 +2656,7 @@ Midnight,#03012d
2655
2656
  Midnight Aubergine,#853c69
2656
2657
  Midnight Dreams,#002233
2657
2658
  Midnight Edition,#0c121b
2659
+ Midnight Escapade,#2b3458
2658
2660
  Midnight Express,#21263a
2659
2661
  Midnight in Tokyo,#000088
2660
2662
  Midnight Interlude,#32496f
@@ -2691,6 +2693,7 @@ Mindaro,#daea6f
2691
2693
  Minestrone,#c72616
2692
2694
  Ming,#407577
2693
2695
  Minion Yellow,#fece4e
2696
+ Minions,#f3dd51
2694
2697
  Mink,#8a7561
2695
2698
  Minotaurus Brown,#882211
2696
2699
  Mint,#3eb489
@@ -4216,6 +4219,7 @@ The Countโ€™s Black,#102030
4216
4219
  The End,#2a2a2a
4217
4220
  The Grape War of 97โ€™,#bb00ff
4218
4221
  The Legend of Green,#558844
4222
+ The Matrix,#70f15e
4219
4223
  The Vast of Night,#110066
4220
4224
  Think Brick,#834841
4221
4225
  Think Pink,#e5a5c1
@@ -4651,6 +4655,7 @@ Wolf Pack,#78776f
4651
4655
  Wolfram,#b5b6b7
4652
4656
  Wonder Wine,#635d63
4653
4657
  Wondrous Wisteria,#a3b1f2
4658
+ Wonka Purple,#4a2559
4654
4659
  Wood Bark,#302621
4655
4660
  Woodgrain,#996633
4656
4661
  Woodhaven,#9e7b6c