From 5b5f89e216b12f9431686511cf98f7d5257e0017 Mon Sep 17 00:00:00 2001 From: Kanae Kochigami Date: Thu, 8 Sep 2022 18:13:10 +0900 Subject: [PATCH] pepper extension: change color (light gray -> black) --- src/extensions/scratch3_pepperrobot/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extensions/scratch3_pepperrobot/index.js b/src/extensions/scratch3_pepperrobot/index.js index 1e1a7c35eeb..d9517dfdbe9 100644 --- a/src/extensions/scratch3_pepperrobot/index.js +++ b/src/extensions/scratch3_pepperrobot/index.js @@ -143,7 +143,7 @@ class Scratch3PepperRobotBlocks extends Scratch3RobotBase { name: this.extensionName, showStatusButton: true, - color1: this._randomizedColor(0xBED3D7), + color1: this._randomizedColor(0x000000), menuIconURI: this.icon, blocks: [