color-name-list 13.39.0 → 13.39.1
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/.github/pull_request_template.md +1 -0
- package/.github/workflows/build-and-release.yml +1 -1
- package/.github/workflows/build.yml +0 -2
- package/CONTRIBUTING.md +11 -2
- package/changes.svg +3 -3
- package/dist/colornames.bestof.csv +1 -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 +1 -1
- package/dist/colornames.bestof.umd.js +1 -1
- package/dist/colornames.bestof.xml +4 -4
- package/dist/colornames.bestof.yaml +3 -3
- package/dist/colornames.csv +1 -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.toon +1 -1
- package/dist/colornames.umd.js +1 -1
- package/dist/colornames.xml +4 -4
- package/dist/colornames.yaml +3 -3
- package/dist/history.json +1 -1
- package/package.json +1 -1
- package/src/colornames.csv +1 -1
|
@@ -10,6 +10,7 @@ added or adjusted.
|
|
|
10
10
|
- [ ] I have read and followed `CONTRIBUTING.md`.
|
|
11
11
|
- [ ] I only edited `src/colornames.csv` for color name changes (no changes to
|
|
12
12
|
`dist/`, `README.md`, or `changes.svg`).
|
|
13
|
+
- [ ] Each line ends with a trailing comma (e.g., `My Color,#ff5733,`).
|
|
13
14
|
- [ ] New color names:
|
|
14
15
|
- [ ] Convey a specific color (not just a vibe or reference).
|
|
15
16
|
- [ ] Follow the "Rules for new color names" (no racist/offensive/obscene/
|
|
@@ -49,7 +49,7 @@ jobs:
|
|
|
49
49
|
run: |
|
|
50
50
|
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
|
51
51
|
git config --local user.name "GitHub Action"
|
|
52
|
-
git commit -m "docs: update README.md and changes.svg [skip ci]"
|
|
52
|
+
git commit -m "docs(readme): update README.md and changes.svg [skip ci]"
|
|
53
53
|
git pull --rebase https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git main
|
|
54
54
|
git push https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:main
|
|
55
55
|
env:
|
package/CONTRIBUTING.md
CHANGED
|
@@ -16,7 +16,8 @@ it's a list of color names! 🎨
|
|
|
16
16
|
|
|
17
17
|
1. **Review Rules:** Read and adhere to the
|
|
18
18
|
["Rules for new color names"](#rules-for-new-color-names) below.
|
|
19
|
-
2. **File Edits:** Only update the `src/colornames.csv` file.
|
|
19
|
+
2. **File Edits:** Only update the `src/colornames.csv` file. Each line should
|
|
20
|
+
end with a trailing comma (e.g., `My Color,#ff5733,`).
|
|
20
21
|
3. **Local Check:** Run npm test to confirm names and hex values are unique
|
|
21
22
|
and that no generated files are modified.
|
|
22
23
|
4. **Source**: Add the source/origin of your new colors in the Pull Request
|
|
@@ -40,6 +41,8 @@ ethnic and racial assumptions.
|
|
|
40
41
|
- **No Enumerations:** No numbered or simple sequence names (e.g., `Grey 1`,
|
|
41
42
|
`Blue 2`).
|
|
42
43
|
- **No AI Generation:** Do not use LLM / AI to generate color names.
|
|
44
|
+
- **No Best-Of Flag:** Do not set the `bestOf` flag (third column) yourself;
|
|
45
|
+
this is exclusively done by maintainers.
|
|
43
46
|
|
|
44
47
|
### ✨ Naming Conventions (Style & Clarity)
|
|
45
48
|
|
|
@@ -94,7 +97,13 @@ through GitHub:
|
|
|
94
97
|
this page. This creates a copy of the project under your own account.
|
|
95
98
|
2. **Edit the list**: Navigate to `src/colornames.csv` in your forked repository.
|
|
96
99
|
3. **Add your colors**: Scroll to the bottom and add your new colors. Don't
|
|
97
|
-
worry about sorting; it will be done automatically for you.
|
|
100
|
+
worry about sorting; it will be done automatically for you. **Make sure to add
|
|
101
|
+
a trailing comma after the hex value**, for example:
|
|
102
|
+
|
|
103
|
+
```csv
|
|
104
|
+
My Awesome Color,#ff5733,
|
|
105
|
+
```
|
|
106
|
+
|
|
98
107
|
4. **Create a Pull Request**:
|
|
99
108
|
- Commit your changes in the GitHub interface.
|
|
100
109
|
- Go back to the [original repository](https://github.com/meodai/color-names).
|
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 150">
|
|
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="150"/>
|
|
13
|
+
<text x="40" y="90" fill="#3d322e">Six Feet Under</text>
|
|
14
14
|
</svg>
|
|
@@ -6,7 +6,6 @@ name,hex
|
|
|
6
6
|
3AM Breakup,#330404
|
|
7
7
|
3AM in Shibuya,#225577
|
|
8
8
|
3AM Latte,#c0a98e
|
|
9
|
-
6th Feet Under,#3d322e
|
|
10
9
|
8 Bit Eggplant,#990066
|
|
11
10
|
A Dime a Dozen,#d3dde4
|
|
12
11
|
À l’Orange,#f2850d
|
|
@@ -3928,6 +3927,7 @@ Sinsemilla,#b6bd4a
|
|
|
3928
3927
|
Sip of Mint,#dedfc9
|
|
3929
3928
|
Siren,#69293b
|
|
3930
3929
|
Siren Scarlet,#b21d1d
|
|
3930
|
+
Six Feet Under,#3d322e
|
|
3931
3931
|
Sizzling Bacon,#8e3537
|
|
3932
3932
|
Sizzling Watermelon,#fa005c
|
|
3933
3933
|
Skeleton,#ebdecc
|