Update a couple of colours that were missed (#1326)

This commit is contained in:
Sam El-Husseini 2018-10-02 09:32:08 -07:00 committed by GitHub
parent 27c1ebef7a
commit 3e5c5929d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
/**
* Events and data from sensors
*/
//% color=#B4009E weight=111 icon="\uf192"
//% color=#D400D4 weight=111 icon="\uf192"
namespace input {
/**
* Attaches code to run when the screen is facing up.

View File

@ -27,7 +27,7 @@ using namespace pxt;
// payload: buffer length (9), buffer (10 ... 28)
#define PACKET_TYPE_BUFFER 3
//% color=270 weight=96 icon="\uf012"
//% color=#E3008C weight=96 icon="\uf012"
namespace radio {
// -------------------------------------------------------------------------

View File

@ -1,7 +1,7 @@
/**
* Communicate data using radio packets
*/
//% color=#F62459 weight=96 icon="\uf012"
//% color=#E3008C weight=96 icon="\uf012"
namespace radio {
export class Packet {
/**

View File

@ -2,7 +2,7 @@
//% color=270 weight=96 icon="\uf012"
//% color=#E3008C weight=96 icon="\uf012"
declare namespace radio {
/**