added accent color

This commit is contained in:
Peli de Halleux 2016-05-11 11:39:45 -07:00
parent 19c689a8c4
commit 5ea5e9bb5b

View File

@ -53,10 +53,10 @@
"deployDrives": "^MICROBIT" "deployDrives": "^MICROBIT"
}, },
"runtime": { "runtime": {
"mathBlocks": true, "mathBlocks": true,
"loopsBlocks": true, "loopsBlocks": true,
"logicBlocks": true, "logicBlocks": true,
"variablesBlocks": true "variablesBlocks": true
}, },
"simulator": { "simulator": {
"autoRun": true, "autoRun": true,
@ -72,10 +72,11 @@
"log": true "log": true
}, },
"appTheme": { "appTheme": {
"accentColor": "#5C2D91",
"logoUrl": "https://m.pxt.io/about", "logoUrl": "https://m.pxt.io/about",
"logo": "./static/microbit.simplified.svg", "logo": "./static/microbit.simplified.svg",
"docsLogo": "./static/microbit.simplified.svg", "docsLogo": "./static/microbit.simplified.svg",
"portraitLogo":"./static/microbit.simplified.svg", "portraitLogo": "./static/microbit.simplified.svg",
"footerLogo": "./static/microbit.simplified.svg", "footerLogo": "./static/microbit.simplified.svg",
"organizationLogo": "./static/Microsoft-logo_rgb_c-gray.png", "organizationLogo": "./static/Microsoft-logo_rgb_c-gray.png",
"homeUrl": "https://m.pxt.io/", "homeUrl": "https://m.pxt.io/",
@ -103,4 +104,4 @@
} }
] ]
} }
} }