Skip to content

Commit

Permalink
Update assorted-apis.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin authored Nov 25, 2023
1 parent 24657d5 commit 8beeeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/extensions/assorted-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Now that you are familiar with writing custom extensions, we will share some mor

## color1, color2, color3

These three properties determine the color of each extension. The general advice is that `color1` should be the brightest, `color2` slightly darker, and `color3` the darkest. They should be set to hex color codes.
These three properties determine, respectively, the color of the blocks, the color of the block inputs, and the color of the block menus of each extension. The general advice is that `color1` should be the brightest, `color2` slightly darker, and `color3` the darkest. They should be set to hex color codes.

<ExtensionCode title="color">{require("!raw-loader!@site/static/example-extensions/color.js")}</ExtensionCode>

Expand Down

0 comments on commit 8beeeed

Please sign in to comment.