Skip to content

Commit

Permalink
feat: faint colors (electron#369)
Browse files Browse the repository at this point in the history
* generate semi-transparent rgba colors

* document faintColorOnWhite
  • Loading branch information
zeke authored Nov 15, 2017
1 parent 56e42c2 commit 781db00
Show file tree
Hide file tree
Showing 7 changed files with 881 additions and 434 deletions.
3 changes: 2 additions & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ screenshots:

### Colors

- `goodColorOnWhite` is an optional hex string.
- `goodColorOnWhite` is an optional hex string, e.g. `#660000`
- `goodColorOnBlack` is an optional hex string.
- `faintColorOnWhite` is an optional rgba string, e.g. `rgba(100, 0, 0, 0.1)`

If unspecified, an [accessible colors](https://github.com/zeke/pick-a-good-color)
will be picked or derived from the provided icon file.
Expand Down
Loading

0 comments on commit 781db00

Please sign in to comment.