Skip to content

Commit

Permalink
docs: improve iconography color guide (#18)
Browse files Browse the repository at this point in the history
* docs: improve consistency of colors

* docs: improve consistency of colors

---------

Co-authored-by: Richard Herman <geekyeggo@users.noreply.github.com>
  • Loading branch information
GeekyEggo and GeekyEggo authored Jan 31, 2025
1 parent c4c2262 commit 9c87d31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

### ♻️ Update

- Update iconography color guide.
- Update dependencies.

## 0.4.1
Expand Down
14 changes: 7 additions & 7 deletions src/streamdeck/plugins/manifest/latest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export type Manifest = {
* Image must be:
* - PNG or SVG format.
* - Provided in two sizes, 28 × 28 px and 56 × 56 px (@2x).
* - Monochromatic, with foreground color of #DFDFDF and a transparent background.
* - Monochromatic, with foreground color of #FFFFFF and a transparent background.
*
* **Examples**:
* - assets/category-icon
Expand Down Expand Up @@ -263,7 +263,7 @@ export type Action = {
* Image must be:
* - PNG or SVG format.
* - Provided in two sizes, 20 × 20 px and 40 × 40 px (@2x).
* - Monochromatic, with foreground color of #EFEFEF and a transparent background.
* - Monochromatic, with foreground color of #FFFFFF and a transparent background.
*
* **Examples:**
* - assets/counter
Expand Down Expand Up @@ -405,9 +405,9 @@ export type Encoder = {
* Background color to display in the Stream Deck application when the action is part of a dial stack, and is the current action. Represented as a hexadecimal value.
*
* **Examples:**
* - #d60270
* - #1f1f1
* - #0038a8
* - #D60270
* - #F1F1F1
* - #0038A8
*/
StackColor?: string;

Expand Down Expand Up @@ -607,8 +607,8 @@ export type State = {
* Note: Can be overridden by the user in the Stream Deck application.
*
* **Examples:**
* - #5bcefa
* - #f5a9b8
* - #5BCEFA
* - #F5A9B8
* - #FFFFFF
*/
TitleColor?: string;
Expand Down

0 comments on commit 9c87d31

Please sign in to comment.