fixed toolbox color
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
  "bluetooth": "Support for additional Bluetooth services.",
 | 
			
		||||
  "bluetooth": "Support for additional Bluetooth services.\n\nSupport for additional Bluetooth services.",
 | 
			
		||||
  "bluetooth.onBluetoothConnected": "Register code to run when the micro:bit is connected to over Bluetooth",
 | 
			
		||||
  "bluetooth.onBluetoothConnected|param|body": "Code to run when a Bluetooth connection is established",
 | 
			
		||||
  "bluetooth.onBluetoothDisconnected": "Register code to run when a bluetooth connection to the micro:bit is lost",
 | 
			
		||||
 
 | 
			
		||||
@@ -26,7 +26,7 @@
 | 
			
		||||
  "String.substr": "Return substring of the current string.",
 | 
			
		||||
  "String.substr|param|length": "number of characters to extract",
 | 
			
		||||
  "String.substr|param|start": "first character index; can be negative from counting from the end, eg:0",
 | 
			
		||||
  "basic": "Provides access to basic micro:bit functionality.",
 | 
			
		||||
  "basic": "Provides access to basic micro:bit functionality.\n\nProvides access to basic micro:bit functionality.",
 | 
			
		||||
  "basic.clearScreen": "Turn off all LEDs",
 | 
			
		||||
  "basic.color": "Converts the color name to a number",
 | 
			
		||||
  "basic.forever": "Repeats the code forever in the background. On each iteration, allows other codes to run.",
 | 
			
		||||
 
 | 
			
		||||
@@ -289,7 +289,7 @@
 | 
			
		||||
        ],
 | 
			
		||||
        "invertedMenu": true,
 | 
			
		||||
        "invertedToolbox": true,
 | 
			
		||||
        "coloredToolbox": true,
 | 
			
		||||
        "monacoToolbox": false,
 | 
			
		||||
        "simAnimationEnter": "rotate in",
 | 
			
		||||
        "simAnimationExit": "rotate out",
 | 
			
		||||
        "blocklyOptions": { 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user