Add console icon and set color. Fixes #152

This commit is contained in:
Sam El-Husseini
2018-01-05 10:38:26 -08:00
parent 886464b470
commit e938f354fd
11 changed files with 94 additions and 30 deletions

View File

@ -3,7 +3,7 @@
/**
* Reading and writing data to the console output.
*/
//% weight=12 color=#002050 icon="\uf120"
//% weight=12 color=#00451A icon="\uf112"
//% advanced=true
namespace console {
type Listener = (text: string) => void;