Merge pull request #359 from Microsoft/colors

Fixing colors
This commit is contained in:
Abhijith Chatra 2017-02-27 15:52:14 -08:00 committed by GitHub
commit 999a40bb0d
5 changed files with 10 additions and 10 deletions

View File

@ -112,7 +112,7 @@ enum class Gesture {
EightG = MICROBIT_ACCELEROMETER_EVT_8G
};
//% color=300 weight=99 icon="\uf192"
//% color=#B4009E weight=99 icon="\uf192"
namespace input {
/**
* Do something when a button (``A``, ``B`` or both ``A+B``) is pressed

View File

@ -8,7 +8,7 @@ enum class DisplayMode_ {
// TODO DISPLAY_MODE_BLACK_AND_WHITE_LIGHT_SENSE
};
//% color=3 weight=35 icon="\uf205"
//% color=#5C2D91 weight=97 icon="\uf205"
namespace led {
/**

View File

@ -34,7 +34,7 @@ enum Delimiters {
Hash = 6,
};
//% weight=2 color=30 icon="\uf287"
//% weight=2 color=#002050 icon="\uf287"
//% advanced=true
namespace serial {
// note that at least one // followed by % is needed per declaration!

View File

@ -212,7 +212,7 @@ declare namespace basic {
//% color=300 weight=99 icon="\uf192"
//% color=#B4009E weight=99 icon="\uf192"
declare namespace input {
/**
@ -430,7 +430,7 @@ declare namespace control {
//% color=3 weight=35 icon="\uf205"
//% color=#5C2D91 weight=97 icon="\uf205"
declare namespace led {
/**
@ -671,7 +671,7 @@ declare namespace pins {
//% weight=2 color=30 icon="\uf287"
//% weight=2 color=#002050 icon="\uf287"
//% advanced=true
declare namespace serial {