From 5ea5e9bb5be713357772b4b98d332c8cf5e06c09 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 11 May 2016 11:39:45 -0700 Subject: [PATCH] added accent color --- pxtarget.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pxtarget.json b/pxtarget.json index 952a9e46..6020ad55 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -53,10 +53,10 @@ "deployDrives": "^MICROBIT" }, "runtime": { - "mathBlocks": true, - "loopsBlocks": true, - "logicBlocks": true, - "variablesBlocks": true + "mathBlocks": true, + "loopsBlocks": true, + "logicBlocks": true, + "variablesBlocks": true }, "simulator": { "autoRun": true, @@ -72,10 +72,11 @@ "log": true }, "appTheme": { + "accentColor": "#5C2D91", "logoUrl": "https://m.pxt.io/about", "logo": "./static/microbit.simplified.svg", "docsLogo": "./static/microbit.simplified.svg", - "portraitLogo":"./static/microbit.simplified.svg", + "portraitLogo": "./static/microbit.simplified.svg", "footerLogo": "./static/microbit.simplified.svg", "organizationLogo": "./static/Microsoft-logo_rgb_c-gray.png", "homeUrl": "https://m.pxt.io/", @@ -103,4 +104,4 @@ } ] } -} +} \ No newline at end of file