color-name-list 11.10.0 → 11.10.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/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  [![name count](https://img.shields.io/badge/__30291__-names-orange.svg)](https://github.com/meodai/color-names/blob/main/src/colornames.csv)
10
10
  [![github sponsor count](https://img.shields.io/github/sponsors/meodai)](https://github.com/sponsors/meodai)
11
11
 
12
- A handpicked list of **30290** unique color names from
12
+ A handpicked list of __30291__ unique color names from
13
13
  [various sources](#sources-) and thousands of curated user submissions.
14
14
 
15
15
  > The names of color function like a thread attached to a frightfully slender
@@ -59,9 +59,9 @@ Make sure to read the [naming rules](CONTRIBUTING.md) before you contribute!
59
59
  If you want to contribute via Git. Edit the `src/colornames.csv` file
60
60
  and make sure it builds correctly (`npm run ci && npm run build`).
61
61
 
62
- ## Color Count: **30290** 🎉
62
+ ## Color Count: __30291__ 🎉
63
63
 
64
- ~**0.18%** of the RGB color space
64
+ ~__0.18%__ of the RGB color space
65
65
 
66
66
  ## [Color distribution](https://codepen.io/meodai/full/zdgXJj/) 🛰
67
67
 
@@ -77,7 +77,7 @@ colors evenly in the color space: [Visualization](https://codepen.io/meodai/full
77
77
 
78
78
  ### Node.js Installation 📦
79
79
 
80
- **Size Warning (1.15 MB)**: If you are doing this in the browser,
80
+ __Size Warning (1.15 MB)__: If you are doing this in the browser,
81
81
  consider using the [public rest API](#api-)
82
82
 
83
83
  ```shell
@@ -134,7 +134,7 @@ has no dependencies [Color-Name-API](https://github.com/meodai/color-name-api)
134
134
 
135
135
  ### Usage JS ⌨
136
136
 
137
- **Size Warning (1.15 MB)**: If you are doing this in the browser,
137
+ __Size Warning (1.15 MB)__: If you are doing this in the browser,
138
138
  consider using the [public rest API](#api-)
139
139
 
140
140
  #### Exact Color
package/changes.svg CHANGED
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 850">
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="850"/>
13
- <text x="40" y="90" fill="#3e1825">Black-Hearted</text><text x="40" y="160" fill="#2539bf">Blue Murder</text><text x="40" y="230" fill="#005f7a">Blue-Collar</text><text x="40" y="300" fill="#4a290d">Brown Study</text><text x="40" y="370" fill="#79512c">Brown-Noser</text><text x="40" y="440" fill="#c49b35">Golden Mean</text><text x="40" y="510" fill="#346e23">Green-Eyed Monster</text><text x="40" y="580" fill="#5c2e88">Purple Patch</text><text x="40" y="650" fill="#c92b1e">Red Mist</text><text x="40" y="720" fill="#dedbde">White-Collar</text><text x="40" y="790" fill="#e6e382">Yellow Press</text>
12
+ <rect fill="#212121" x="0" y="0" width="600" height="150"/>
13
+ <text x="40" y="90" fill="#fff1fa">Pinkish White</text>
14
14
  </svg>