color-name-list 11.10.1 → 11.12.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 (39) hide show
  1. package/.github/workflows/linting.yml +2 -2
  2. package/.husky/pre-commit +2 -0
  3. package/CODE_OF_CONDUCT.md +1 -1
  4. package/README.md +67 -56
  5. package/changes.svg +3 -3
  6. package/dist/colornames.bestof.csv +7 -0
  7. package/dist/colornames.bestof.esm.js +1 -1
  8. package/dist/colornames.bestof.esm.mjs +1 -1
  9. package/dist/colornames.bestof.html +1 -1
  10. package/dist/colornames.bestof.json +1 -1
  11. package/dist/colornames.bestof.min.json +1 -1
  12. package/dist/colornames.bestof.scss +1 -1
  13. package/dist/colornames.bestof.umd.js +1 -1
  14. package/dist/colornames.bestof.xml +28 -0
  15. package/dist/colornames.bestof.yaml +21 -0
  16. package/dist/colornames.csv +8 -0
  17. package/dist/colornames.esm.js +1 -1
  18. package/dist/colornames.esm.mjs +1 -1
  19. package/dist/colornames.html +1 -1
  20. package/dist/colornames.json +1 -1
  21. package/dist/colornames.min.json +1 -1
  22. package/dist/colornames.scss +1 -1
  23. package/dist/colornames.short.csv +4 -0
  24. package/dist/colornames.short.esm.js +1 -1
  25. package/dist/colornames.short.esm.mjs +1 -1
  26. package/dist/colornames.short.html +1 -1
  27. package/dist/colornames.short.json +1 -1
  28. package/dist/colornames.short.min.json +1 -1
  29. package/dist/colornames.short.scss +1 -1
  30. package/dist/colornames.short.umd.js +1 -1
  31. package/dist/colornames.short.xml +16 -0
  32. package/dist/colornames.short.yaml +12 -0
  33. package/dist/colornames.umd.js +1 -1
  34. package/dist/colornames.xml +32 -0
  35. package/dist/colornames.yaml +24 -0
  36. package/dist/history.json +1 -1
  37. package/package.json +7 -3
  38. package/scripts/sortSrc.js +57 -0
  39. package/src/colornames.csv +8 -0
@@ -14,6 +14,6 @@ jobs:
14
14
  - uses: actions/checkout@v2
15
15
  name: Check out the code
16
16
  - name: Lint Code Base
17
- uses: docker://avtodev/markdown-lint:v1
17
+ uses: DavidAnson/markdownlint-cli2-action@v19
18
18
  with:
19
- args: '**/*.md'
19
+ globs: '**/*.md'
package/.husky/pre-commit CHANGED
@@ -1 +1,3 @@
1
+ npm run lint
2
+ npm run sort-colors
1
3
  npm test
@@ -53,7 +53,7 @@ further defined and clarified by project maintainers.
53
53
  ## Enforcement
54
54
 
55
55
  Instances of abusive, harassing, or otherwise unacceptable behavior may be
56
- reported by contacting the project team at meodai@gmail.com. The project team
56
+ reported by contacting the [project team](farbliste@neinei.uk). The project team
57
57
  will review and investigate all complaints, and will respond in a way that it
58
58
  deems appropriate to the circumstances. The project team is obligated to
59
59
  maintain confidentiality with regard to the reporter of an incident.
package/README.md CHANGED
@@ -1,4 +1,10 @@
1
- <img align="left" height="119" width="119" src="https://meodai.github.io/color-names/logo/cockatoo-fill.svg">
1
+ <img
2
+ align="left"
3
+ height="119"
4
+ width="119"
5
+ src="https://meodai.github.io/color-names/logo/cockatoo-fill.svg"
6
+ alt="Color Names Logo"
7
+ />
2
8
 
3
9
  # Color Names
4
10
 
@@ -6,16 +12,16 @@
6
12
  [![GitHub release](https://img.shields.io/github/release/meodai/color-names.svg)](https://github.com/meodai/color-names/)
7
13
  [![npm version](https://img.shields.io/npm/v/color-name-list.svg)](https://www.npmjs.com/package/color-name-list)
8
14
  [![npm](https://img.shields.io/npm/dt/color-name-list.svg)](https://www.npmjs.com/package/color-name-list)
9
- [![name count](https://img.shields.io/badge/__30291__-names-orange.svg)](https://github.com/meodai/color-names/blob/main/src/colornames.csv)
15
+ [![name count](https://img.shields.io/badge/__30299__-names-orange.svg)](https://github.com/meodai/color-names/blob/main/src/colornames.csv)
10
16
  [![github sponsor count](https://img.shields.io/github/sponsors/meodai)](https://github.com/sponsors/meodai)
11
17
 
12
- A handpicked list of __30291__ unique color names from
13
- [various sources](#sources-) and thousands of curated user submissions.
18
+ A meticulously curated collection of __30299__ unique color names, sourced from
19
+ [various references](#sources-) and thousands of thoughtful user contributions.
14
20
 
15
21
  > The names of color function like a thread attached to a frightfully slender
16
22
  > needle, capable of stitching together our most delicate emotions and memories.
17
23
  > When the needle hits the target, we feel either pleasure or empathy.
18
- > **Kenya Hara – White**
24
+ > __Kenya Hara – White__
19
25
 
20
26
  <p>
21
27
  <a href="#explore-">Explore / Find Names</a>
@@ -31,35 +37,36 @@ A handpicked list of __30291__ unique color names from
31
37
 
32
38
  ## About 📋
33
39
 
34
- The aim of this project is to create a list of color names as large as possible,
35
- while keeping a good name quality. We've merged various [lists](#sources-),
36
- modified the names when there were duplicates with different hex values, and
37
- shifted the colors a bit when there were identical colors with different names.
40
+ This project aims to assemble the largest possible list of color names,
41
+ while maintaining high standards for name quality. We have merged numerous
42
+ [lists](#sources-), resolved duplicate names with different hex values,
43
+ and adjusted colors where identical values had different names.
38
44
 
39
45
  ## Explore 🌍
40
46
 
41
- - [Color Picker & Name Search] Click the wheel to get name for a color, or just
42
- use the full text search.
43
- - [Color Picker]: Click the colored surface to change the color or type in a
44
- hex value below the name.
45
- - [Color Picker II]: Move your mouse and scroll to choose a color.
46
- - [Name Search]: full text search on the color list.
47
- - [Color Distribution] 3D view of all color names in different color spaces.
48
- - [Twitter Bot]: Posts random colors and lets you submit new ones.
47
+ - [Color Picker & Name Search]: Click the wheel to discover a color name,
48
+ or use the full text search.
49
+ - [Color Picker]: Click the colored area to change the color or enter a hex
50
+ value below the name.
51
+ - [Color Picker II]: Move your mouse and scroll to select a color.
52
+ - [Name Search]: Perform a full text search on the color list.
53
+ - [Color Distribution]: Explore a 3D visualization of all color names in various
54
+ color models.
55
+ - [Twitter Bot]: Posts random colors and allows you to submit new ones.
49
56
 
50
57
  ## Color Name Submission 💌
51
58
 
52
- **[via form 🌈](https://docs.google.com/forms/d/e/1FAIpQLSfbS5D6owA4dQupJJ-6qhRzuxkjX9r2AliPMg-VR2V3NpGkQg/viewform)
53
- / or [twitter 🐦](https://twitter.com/color_parrot)**
59
+ __[via form 🌈](https://docs.google.com/forms/d/e/1FAIpQLSfbS5D6owA4dQupJJ-6qhRzuxkjX9r2AliPMg-VR2V3NpGkQg/viewform)
60
+ / or [twitter 🐦](https://twitter.com/color_parrot)__
54
61
 
55
- Make sure to read the [naming rules](CONTRIBUTING.md) before you contribute!
62
+ Please review the [naming rules](CONTRIBUTING.md) before contributing!
56
63
 
57
64
  ### Contributing via Git 🫱🏽‍🫲🏻
58
65
 
59
- If you want to contribute via Git. Edit the `src/colornames.csv` file
60
- and make sure it builds correctly (`npm run ci && npm run build`).
66
+ To contribute via Git, edit the `src/colornames.csv` file
67
+ and ensure it builds correctly (`npm run ci && npm run build`).
61
68
 
62
- ## Color Count: __30291__ 🎉
69
+ ## Color Count: __30299__ 🎉
63
70
 
64
71
  ~__0.18%__ of the RGB color space
65
72
 
@@ -67,18 +74,24 @@ and make sure it builds correctly (`npm run ci && npm run build`).
67
74
 
68
75
  ![3d representation of color distribution in RGB Space (Preview image of link above)](https://raw.githubusercontent.com/meodai/color-names/gh-pages/color-spaces.gif)
69
76
 
70
- When coming up with new color names, it is vital to know what spots in a
71
- certain color-space are crowded and where there is still room for new colors.
72
- For example: Our API returns the closest `RGB` color to a given `HEX` value.
73
- To avoid too many colors snapping to the same name, we aim to distribute the
74
- colors evenly in the color space: [Visualization](https://codepen.io/meodai/full/zdgXJj/)
77
+ When creating new color names, it's essential to understand which areas of a
78
+ color space are crowded and where new names can be added. For example, our API
79
+ returns the closest `RGB` color to a given `HEX` value. To prevent too many
80
+ colors from mapping to the same name, we strive for an even distribution in
81
+ color space: [Visualization](https://codepen.io/meodai/full/zdgXJj/)
75
82
 
76
83
  ## Usage 📖
77
84
 
85
+ ### Consuming the list
86
+
87
+ The list is available in [multiple formats](https://app.unpkg.com/color-name-list/files/dist),
88
+ or you can use the [public REST API](#api-), making it easy to integrate into
89
+ your project.
90
+
78
91
  ### Node.js Installation 📦
79
92
 
80
- __Size Warning (1.15 MB)__: If you are doing this in the browser,
81
- consider using the [public rest API](#api-)
93
+ __Size Warning (1.15 MB)__: For browser usage,
94
+ consider the [public rest API](#api-)
82
95
 
83
96
  ```shell
84
97
  npm install color-name-list --save
@@ -113,9 +126,8 @@ or `yarn add color-name-list`
113
126
 
114
127
  ### API 🃏
115
128
 
116
- To make it easier to access the names, we offer a free and public Rest API that
117
- allows you to access all the color names and names from other publicly available
118
- name lists. You can find the full API code and documentation
129
+ To simplify access, we provide a free and public REST API for all color names
130
+ and other public name lists. Full API code and documentation are available
119
131
  [in this repository](https://github.com/meodai/color-name-api).
120
132
 
121
133
  #### API Example Call Usage
@@ -126,16 +138,16 @@ https://api.color.pizza/v1/?values=00f,f00,f00&list=bestOf
126
138
 
127
139
  #### API Disclaimer
128
140
 
129
- The API is free to use and has no limitations. But if your app/site is commercial
130
- and causes excessive traffic, I might contact you to become a sponsor.
141
+ The API is free and has no usage limits. However, if your commercial app or site
142
+ generates excessive traffic, you may be asked to become a sponsor.
131
143
 
132
- Feel free to deploy it yourself, it is very easy to host/deploy on heroku and
133
- has no dependencies [Color-Name-API](https://github.com/meodai/color-name-api)
144
+ You are welcome to self-host the API—it's easy to deploy on Heroku and relies
145
+ only on a few dependencies: [Color-Name-API](https://github.com/meodai/color-name-api)
134
146
 
135
147
  ### Usage JS ⌨
136
148
 
137
- __Size Warning (1.15 MB)__: If you are doing this in the browser,
138
- consider using the [public rest API](#api-)
149
+ __Size Warning (1.15 MB)__: For browser usage,
150
+ consider the [public rest API](#api-)
139
151
 
140
152
  #### Exact Color
141
153
 
@@ -151,14 +163,14 @@ console.log(someColor.hex); // => #16161d
151
163
 
152
164
  #### Closest Named Color
153
165
 
154
- Since there are 16777216 possible RGB colors, you might use a library such as
155
- [nearest-color] or [ClosestVector] to help you find the the closest named color.
166
+ With 16,777,216 possible RGB colors, you may want to use a library such as
167
+ [nearest-color] or [ClosestVector] to find the closest named color.
156
168
 
157
169
  ```js
158
170
  import nearestColor from 'nearest-color';
159
171
  import { colornames } from 'color-name-list';
160
172
 
161
- // nearestColor need objects {name => hex} as input
173
+ // nearestColor expects an object {name => hex}
162
174
  const colors = colornames.reduce((o, { name, hex }) => Object.assign(o, { [name]: hex }), {});
163
175
 
164
176
  const nearest = nearestColor.from(colors);
@@ -167,8 +179,8 @@ const nearest = nearestColor.from(colors);
167
179
  nearest('#f1c1d1'); // => Fairy Tale
168
180
  ```
169
181
 
170
- **Note**: If you are looking for something visually more accurate, you could
171
- use [DeltaE] or use the above snippet, but using [ciecam02] instead of RGB.
182
+ __Note__: For greater visual accuracy, consider using [DeltaE] or the above
183
+ approach with [ciecam02] instead of RGB.
172
184
 
173
185
  [DeltaE]: https://github.com/zschuessler/DeltaE
174
186
  [ciecam02]: https://github.com/baskerville/ciecam02
@@ -179,13 +191,13 @@ use [DeltaE] or use the above snippet, but using [ciecam02] instead of RGB.
179
191
  npm install && npm run build
180
192
  ```
181
193
 
182
- See [package.json](package.json#L6) for more.
194
+ See [package.json](package.json#L6) for details.
183
195
 
184
196
  ### Usage Java/Kotlin ⌨
185
197
 
186
- Java/Kotlin usage is maintained through this library:
198
+ Java/Kotlin support is provided by:
187
199
  [UwUAroze/Color-Names](https://github.com/UwUAroze/Color-Names).
188
- Additional info can be found there, but basic usage is outlined below:
200
+ See the repository for more, or use the basics below:
189
201
 
190
202
  #### Importing - Gradle.kts
191
203
 
@@ -240,9 +252,9 @@ val fromColor = colorNames.getName(Color(255, 219, 240)) // "Silky Pink"
240
252
 
241
253
  ### Usage C# ⌨
242
254
 
243
- C# usage is maintained through this library:
255
+ C# support is provided by:
244
256
  [vycdev/ColorNamesSharp](https://github.com/vycdev/ColorNamesSharp)
245
- Additional info can be found there, but basic usage is outlined below:
257
+ See the repository for more details; basic usage is below:
246
258
 
247
259
  The library is available as a [nuget package](https://www.nuget.org/packages/ColorNamesSharp)
248
260
 
@@ -334,6 +346,7 @@ NamedColor randomColor = colorNames.GetRandomNamedColor();
334
346
  - [Myriam Aerne] 40CHF
335
347
  - [Amin] 15USD
336
348
  - [neverything] 25USD/month
349
+ - [Dmitry Iv.] 10USD/month
337
350
 
338
351
  ### Project Costs USD
339
352
 
@@ -380,12 +393,11 @@ NamedColor randomColor = colorNames.GetRandomNamedColor();
380
393
 
381
394
  ## Disclaimer 👮🏾‍
382
395
 
383
- In an effort to create a more inclusive and respectful environment, we strive to
384
- remove all offensive and racist names, as well as protected brand names,
385
- from our list. While we do our best to screen out such names, some may still
386
- slip through. If you come across any such names, please
387
- [let us know](https://github.com/meodai/color-names/issues/new?title=Bad%20color%20name)
388
- so that we can remove them promptly.
396
+ We are committed to fostering an inclusive and respectful environment.
397
+ We actively remove any offensive, racist, or protected brand names from our
398
+ list. While we strive to screen out such names, some may inadvertently remain.
399
+ If you encounter any, please [let us know](https://github.com/meodai/color-names/issues/new?title=Bad%20color%20name)
400
+ so we can address them promptly.
389
401
 
390
402
  ## Latest Color Names 🔖
391
403
 
@@ -436,7 +448,6 @@ so that we can remove them promptly.
436
448
  [BlueChaos]: https://www.instagram.com/bluechaos1811/
437
449
  [Dmitry Iv.]: https://github.com/dy
438
450
  [neverything]: https://neverything.me/
439
- [colorkit.co]: https://colorkit.co/
440
451
  [Myriam Aerne]: https://fynoeggeli.ch/
441
452
  [nachtfunke]: https://helloyes.dev
442
453
  [amin]: http://www.slashui.com
package/changes.svg CHANGED
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 150">
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 570">
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="150"/>
13
- <text x="40" y="90" fill="#fff1fa">Pinkish White</text>
12
+ <rect fill="#212121" x="0" y="0" width="600" height="570"/>
13
+ <text x="40" y="90" fill="#3c773c">Cucumber Queen</text><text x="40" y="160" fill="#e3664c">Heirloom Blush</text><text x="40" y="230" fill="#80bb66">Leafy Greens</text><text x="40" y="300" fill="#853c69">Midnight Aubergine</text><text x="40" y="370" fill="#eec378">Shallot Peel</text><text x="40" y="440" fill="#ed8a53">Toasted Husk</text><text x="40" y="510" fill="#bb9ecd">Turnip Crown</text>
14
14
  </svg>
@@ -909,6 +909,7 @@ Cuba Libre,#73383c
909
909
  Cucumber,#006400
910
910
  Cucumber Bomber,#bbdd11
911
911
  Cucumber Milk,#c2f177
912
+ Cucumber Queen,#3c773c
912
913
  Cumin,#a58459
913
914
  Cumulus,#f3f3e6
914
915
  Cupid,#f5b2c5
@@ -1796,6 +1797,7 @@ Heavy Orange,#ee4328
1796
1797
  Heavy Red,#9e1212
1797
1798
  Heavy Violet,#4f566c
1798
1799
  Hedge Garden,#00aa11
1800
+ Heirloom Blush,#e3664c
1799
1801
  Helium,#eae5d8
1800
1802
  Hellbound,#710101
1801
1803
  Hello Darkness My Old Friend,#802280
@@ -2218,6 +2220,7 @@ Lead,#212121
2218
2220
  Leaf,#71aa34
2219
2221
  Leafy,#679b6a
2220
2222
  Leafy Canopy,#aacc11
2223
+ Leafy Greens,#80bb66
2221
2224
  Leafy Lemon,#c0f000
2222
2225
  Leafy Lush,#08690e
2223
2226
  Leafy Woodland,#aabb11
@@ -2564,6 +2567,7 @@ Mexican Chile,#d16d76
2564
2567
  Mexican Standoff,#ec9f76
2565
2568
  Microchip,#babcc0
2566
2569
  Midnight,#03012d
2570
+ Midnight Aubergine,#853c69
2567
2571
  Midnight Dreams,#002233
2568
2572
  Midnight Edition,#0c121b
2569
2573
  Midnight Express,#21263a
@@ -3681,6 +3685,7 @@ Shadow of the Colossus,#a3a2a1
3681
3685
  Shadow Purple,#4e334e
3682
3686
  Shadows,#6b6d6a
3683
3687
  Shady Character,#4c4b4c
3688
+ Shallot Peel,#eec378
3684
3689
  Shallow Sea,#9ab8c2
3685
3690
  Shallow Water,#8af1fe
3686
3691
  Shamrock,#009e60
@@ -4076,6 +4081,7 @@ Toad,#748d70
4076
4081
  Toad King,#3d6c54
4077
4082
  Toadstool,#b8282f
4078
4083
  Toast and Butter,#d2ad84
4084
+ Toasted Husk,#ed8a53
4079
4085
  Toasted Marshmallow Fluff,#fff9eb
4080
4086
  Toasted Paprika,#a34631
4081
4087
  Tobacco,#684f3c
@@ -4153,6 +4159,7 @@ Tunic Green,#00cc00
4153
4159
  Turf,#415b36
4154
4160
  Turf Master,#009922
4155
4161
  Turkish Jade,#2b888d
4162
+ Turnip Crown,#bb9ecd
4156
4163
  Turnip the Pink,#e5717b
4157
4164
  Turquoise,#06c2ac
4158
4165
  Turquoise Fantasies,#6dafa7