color-name-list 11.24.2 → 11.26.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/CONTRIBUTING.md +2 -4
- package/README.md +2 -2
- package/changes.svg +3 -3
- package/dist/colornames.bestof.csv +7 -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 +28 -0
- package/dist/colornames.bestof.yaml +21 -0
- package/dist/colornames.csv +13 -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.short.csv +4 -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.umd.js +1 -1
- package/dist/colornames.short.xml +16 -0
- package/dist/colornames.short.yaml +12 -0
- package/dist/colornames.umd.js +1 -1
- package/dist/colornames.xml +52 -0
- package/dist/colornames.yaml +39 -0
- package/dist/history.json +1 -1
- package/package.json +1 -1
- package/src/colornames.csv +14 -1
package/CONTRIBUTING.md
CHANGED
|
@@ -7,8 +7,7 @@ interactions with the project.
|
|
|
7
7
|
|
|
8
8
|
## Adding colors
|
|
9
9
|
|
|
10
|
-
1. Only update the `src/colornames.csv` file and run
|
|
11
|
-
`npm run build` or request access to our shared google spreadsheet
|
|
10
|
+
1. Only update the `src/colornames.csv` file and run `npm run test`
|
|
12
11
|
2. Make sure the names you commit are not racist or offensive or a protected
|
|
13
12
|
brand name (No Facebook Blue, Coca Cola Red etc.., no nationality or tan etc..).
|
|
14
13
|
3. Read the "Rules for new color names" directly below
|
|
@@ -41,8 +40,7 @@ interactions with the project.
|
|
|
41
40
|
- Write your commit messages in imperative form:
|
|
42
41
|
**feat(colors): Add fantastic new colors names.** rather then
|
|
43
42
|
feat(colors): Added new names.
|
|
44
|
-
- Make sure to run `npm run test` before committing.
|
|
45
|
-
dependencies are only needed if you need to run the API)
|
|
43
|
+
- Make sure to run `npm run test` before committing.
|
|
46
44
|
|
|
47
45
|
### Attribution
|
|
48
46
|
|
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 __30377__ 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
|
|
@@ -64,7 +64,7 @@ Please review the [naming rules](CONTRIBUTING.md) before contributing!
|
|
|
64
64
|
To contribute via Git, edit the `src/colornames.csv` file
|
|
65
65
|
and ensure it builds correctly (`npm run ci && npm run build`).
|
|
66
66
|
|
|
67
|
-
## Color Count:
|
|
67
|
+
## Color Count: __30377__ 🎉
|
|
68
68
|
|
|
69
69
|
~__0.18%__ of the RGB color space
|
|
70
70
|
|
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 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="
|
|
13
|
-
<text x="40" y="90" fill="#
|
|
12
|
+
<rect fill="#212121" x="0" y="0" width="600" height="570"/>
|
|
13
|
+
<text x="40" y="90" fill="#002d72">Blue Jinn’s</text><text x="40" y="160" fill="#008b56">Center Field</text><text x="40" y="230" fill="#0091b3">Cool Tide</text><text x="40" y="300" fill="#f8c0ba">Mystic Rose</text><text x="40" y="370" fill="#09cdcd">Neon Lagoon</text><text x="40" y="440" fill="#0f084b">Silent Twilight</text><text x="40" y="510" fill="#ff6b00">Spooky Tangerine</text>
|
|
14
14
|
</svg>
|
|
@@ -242,6 +242,7 @@ Beekeeper,#f6e491
|
|
|
242
242
|
Beer,#fcaa12
|
|
243
243
|
Beeswax,#e9d7ab
|
|
244
244
|
Beet Red,#7e203f
|
|
245
|
+
Beet Wave,#d4265d
|
|
245
246
|
Beetroot Purple,#d33376
|
|
246
247
|
Begonia,#fa6e79
|
|
247
248
|
Beige,#e6daa6
|
|
@@ -657,6 +658,7 @@ Celestial Cathedral,#daeaf6
|
|
|
657
658
|
Celestial Crown,#ead97c
|
|
658
659
|
Celestial Horizon,#7c94b3
|
|
659
660
|
Cement Feet,#7b737b
|
|
661
|
+
Center Field,#008b56
|
|
660
662
|
Ceramic,#fcfff9
|
|
661
663
|
Cereal Flake,#efd7ab
|
|
662
664
|
Cerulean,#55aaee
|
|
@@ -2029,6 +2031,7 @@ Indian Red,#850e04
|
|
|
2029
2031
|
Indian Saffron,#ff9933
|
|
2030
2032
|
Indian Silk,#8a5773
|
|
2031
2033
|
Indica,#588c3a
|
|
2034
|
+
Indiglow,#301885
|
|
2032
2035
|
Indigo,#4b0082
|
|
2033
2036
|
Indochine,#9c5b34
|
|
2034
2037
|
Indocile Tiger,#b96b00
|
|
@@ -3023,6 +3026,7 @@ Overgrown Mausoleum,#448833
|
|
|
3023
3026
|
Overgrown Temple,#116611
|
|
3024
3027
|
Overgrowth,#88cc33
|
|
3025
3028
|
Oxblood,#800020
|
|
3029
|
+
Oxford by Night,#001b2e
|
|
3026
3030
|
Oyster,#e3d3bf
|
|
3027
3031
|
Oyster Island,#efefe5
|
|
3028
3032
|
Pac-Man,#ffe737
|
|
@@ -3555,6 +3559,7 @@ Rock Lobster,#f00b52
|
|
|
3555
3559
|
Rock’n’Rose,#fc8aaa
|
|
3556
3560
|
Roland-Garros,#bb5522
|
|
3557
3561
|
Romanic Scene,#3b0346
|
|
3562
|
+
Romanov Mauve,#b97da8
|
|
3558
3563
|
Romantic Embers,#b23e4f
|
|
3559
3564
|
Romantic Thriller,#a2101b
|
|
3560
3565
|
Romantic Vampire,#991166
|
|
@@ -3779,6 +3784,7 @@ Silent Film,#9fa5a5
|
|
|
3779
3784
|
Silent Night,#526771
|
|
3780
3785
|
Silent Sea,#3a4a63
|
|
3781
3786
|
Silent Snowfall,#eef7fa
|
|
3787
|
+
Silent Twilight,#0f084b
|
|
3782
3788
|
Silk Dessou,#eee9dc
|
|
3783
3789
|
Silk for the Gods,#ecddc9
|
|
3784
3790
|
Silk Lining,#fcefe0
|
|
@@ -3860,6 +3866,7 @@ Snarky Mint,#9ae37d
|
|
|
3860
3866
|
Sneaky Devil,#840014
|
|
3861
3867
|
Sneaky Sesame,#896a46
|
|
3862
3868
|
Snow,#fffafa
|
|
3869
|
+
Snow Blanket,#dde3e8
|
|
3863
3870
|
Snow White,#eeffee
|
|
3864
3871
|
Snowflake,#eff0f0
|
|
3865
3872
|
Snowman,#fefafb
|