@@ -19,7 +19,6 @@ changes to this document in a pull request.
1919 - [ YML File Rules] ( #yml-file-rules )
2020 - [ Categories] ( #categories )
2121 - [ Screenshots] ( #screenshots )
22- - [ Colors] ( #colors )
2322 - [ Icons] ( #icons )
2423 - [ Locales] ( #locales )
2524 - [ Company Logos and Names] ( #company-logos-and-names )
@@ -133,22 +132,6 @@ screenshots:
133132 directed to when someone clicks on an image. If this field is not specified,
134133 clicking on a screenshot will go to the application website.
135134
136- # ## Colors
137-
138- - ` goodColorOnWhite` is an optional hex string, e.g. `#660000`
139- - ` goodColorOnBlack` is an optional hex string.
140- - ` faintColorOnWhite` is an optional rgba string, e.g. `rgba(100, 0, 0, 0.1)`
141-
142- If unspecified, an
143- [accessible colors](https://github.com/zeke/pick-a-good-color) will be picked or
144- derived from the provided icon file.
145-
146- Colors must meet the
147- [WCAG contrast guidelines](https://www.w3.org/TR/WCAG/#visual-audio-contrast).
148- You can use
149- [leaverou.github.io/contrast-ratio](http://leaverou.github.io/contrast-ratio/)
150- to help pick accessible colors.
151-
152135# ## Icons
153136
154137- Must be a `.png`
@@ -287,21 +270,6 @@ hyper
287270└── hyper.yml
288271` ` `
289272
290- Then the bot extracts a color palette from the app icon :
291-
292- ` ` ` yml
293- iconColors: ['#FF0000', '#C54F23', '#DD8833']
294- ` ` `
295-
296- And it also picks some colors that are "on brand" for use on black or white
297- backgrounds :
298-
299- ` ` ` yml
300- goodColorOnWhite: '#916E02'
301- goodColorOnBlack: '#FCCC36'
302- faintColorOnWhite: 'rgba(80, 0, 0, 0.1)
303- ` ` `
304-
305273Lastly, the bot commits changes to git, pushes to GitHub, and publishes a new
306274release to npm.
307275
0 commit comments